Searched refs:ASN1_ITEM (Results 51 - 75 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_digest.c98 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
H A Da_dup.c88 /* ASN1_ITEM version of dup: this follows the model above except we don't need
93 void *ASN1_item_dup(const ASN1_ITEM *it, void *x)
H A Dtasn_enc.c68 const ASN1_ITEM *it,
71 int skcontlen, const ASN1_ITEM *item,
77 const ASN1_ITEM *it, int flags);
84 const ASN1_ITEM *it)
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
104 const ASN1_ITEM *it, int flags)
131 const ASN1_ITEM *it, int tag, int aclass)
440 int skcontlen, const ASN1_ITEM *item,
505 const ASN1_ITEM *it, int tag, int aclass)
566 const ASN1_ITEM *i
[all...]
H A Dasn1.h280 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef in typeref:struct:ASN1_ITEM_st
342 /* The following macros and typedefs allow an ASN1_ITEM
344 * the ASN1_ITEM pointers need to be globally accessible
347 * ASN1_ITEM structure itself will be globally exported.
349 * an ASN1_ITEM pointer.
352 * should be used instead of hard coding an ASN1_ITEM
369 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
371 * Finally an ASN1_ITEM pointer can be extracted from an
373 * would be used when a function takes an ASN1_ITEM * argument.
379 /* ASN1_ITEM pointe
[all...]
H A Da_d2i_fp.c105 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
123 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)
H A Dx_crl.c77 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
H A Da_verify.c128 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_enc.c68 const ASN1_ITEM *it, int tag, int aclass);
70 int skcontlen, const ASN1_ITEM *item,
75 const ASN1_ITEM *it, int flags);
83 const ASN1_ITEM *it)
88 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
101 const ASN1_ITEM *it, int flags)
127 const ASN1_ITEM *it, int tag, int aclass)
421 int skcontlen, const ASN1_ITEM *item,
482 const ASN1_ITEM *it, int tag, int aclass)
542 const ASN1_ITEM *i
[all...]
H A Dbio_ndef.c80 const ASN1_ITEM *it;
98 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
H A Dtasn_prn.c158 const ASN1_ITEM *it,
166 const ASN1_ITEM *it, int indent,
175 const ASN1_ITEM *it, const ASN1_PCTX *pctx)
188 const ASN1_ITEM *it,
485 const ASN1_ITEM *it, int indent,
H A Dp8_pkey.c66 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_enc.c68 const ASN1_ITEM *it, int tag, int aclass);
70 int skcontlen, const ASN1_ITEM *item,
75 const ASN1_ITEM *it, int flags);
83 const ASN1_ITEM *it)
88 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
101 const ASN1_ITEM *it, int flags)
127 const ASN1_ITEM *it, int tag, int aclass)
421 int skcontlen, const ASN1_ITEM *item,
482 const ASN1_ITEM *it, int tag, int aclass)
542 const ASN1_ITEM *i
[all...]
H A Dbio_ndef.c80 const ASN1_ITEM *it;
98 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
H A Dtasn_prn.c158 const ASN1_ITEM *it,
166 const ASN1_ITEM *it, int indent,
175 const ASN1_ITEM *it, const ASN1_PCTX *pctx)
188 const ASN1_ITEM *it,
485 const ASN1_ITEM *it, int indent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h280 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef in typeref:struct:ASN1_ITEM_st
342 /* The following macros and typedefs allow an ASN1_ITEM
344 * the ASN1_ITEM pointers need to be globally accessible
347 * ASN1_ITEM structure itself will be globally exported.
349 * an ASN1_ITEM pointer.
352 * should be used instead of hard coding an ASN1_ITEM
369 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
371 * Finally an ASN1_ITEM pointer can be extracted from an
373 * would be used when a function takes an ASN1_ITEM * argument.
379 /* ASN1_ITEM pointe
[all...]
H A Dpkcs12.h177 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1,
214 void * PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
216 ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_asn1.c68 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_asn1.c68 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_asn1.c68 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_asn1.c68 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_asn1.c82 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
132 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
175 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_asn1.c82 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
132 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
175 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dpkcs12.h177 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
217 void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
221 const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dpkcs12.h177 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1,
214 void * PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
216 ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dpkcs12.h177 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it,
217 void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
221 const ASN1_ITEM *it,

Completed in 130 milliseconds

12345