Searched refs:ASN1_ITEM (Results 26 - 50 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 Dp8_pkey.c65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
H A Dx_req.c82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
H A Da_i2d_fp.c120 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
137 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
H A Dtasn_prn.c70 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name);
72 int ASN1_item_print(BIO *out, void *fld, int indent, const ASN1_ITEM *it)
77 static int asn1_item_print_nm(BIO *out, void *fld, int indent, const ASN1_ITEM *it, const char *name)
H A Dasn_pack.c150 /* ASN1_ITEM versions of the above */
152 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
182 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_req.c83 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
H A Da_i2d_fp.c117 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
133 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
H A Dasn1_locl.h112 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
114 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
H A Dasn_pack.c164 /* ASN1_ITEM versions of the above */
166 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
198 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
H A Dx_name.c78 const ASN1_ITEM *it,
82 const ASN1_ITEM *it, int tag, int aclass);
83 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
84 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
140 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
166 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
183 const ASN1_ITEM *it, int tag, int aclass,
252 const ASN1_ITEM *it, int tag, int aclass)
H A Dasn1.h366 * The following macros and typedefs allow an ASN1_ITEM
368 * the ASN1_ITEM pointers need to be globally accessible
371 * ASN1_ITEM structure itself will be globally exported.
373 * an ASN1_ITEM pointer.
376 * should be used instead of hard coding an ASN1_ITEM
393 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
395 * Finally an ASN1_ITEM pointer can be extracted from an
397 * would be used when a function takes an ASN1_ITEM * argument.
403 /* ASN1_ITEM pointer exported type */
404 typedef const ASN1_ITEM ASN1_ITEM_EX
[all...]
H A Da_digest.c97 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
H A Da_dup.c92 * ASN1_ITEM version of dup: this follows the model above except we don't
98 void *ASN1_item_dup(const ASN1_ITEM *it, void *x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_i2d_fp.c117 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x)
133 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
H A Dasn1_locl.h112 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
114 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
H A Dasn_pack.c164 /* ASN1_ITEM versions of the above */
166 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
198 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it)
H A Dx_name.c78 const ASN1_ITEM *it,
82 const ASN1_ITEM *it, int tag, int aclass);
83 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
84 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
140 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
166 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
183 const ASN1_ITEM *it, int tag, int aclass,
252 const ASN1_ITEM *it, int tag, int aclass)
H A Dasn1.h366 * The following macros and typedefs allow an ASN1_ITEM
368 * the ASN1_ITEM pointers need to be globally accessible
371 * ASN1_ITEM structure itself will be globally exported.
373 * an ASN1_ITEM pointer.
376 * should be used instead of hard coding an ASN1_ITEM
393 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
395 * Finally an ASN1_ITEM pointer can be extracted from an
397 * would be used when a function takes an ASN1_ITEM * argument.
403 /* ASN1_ITEM pointer exported type */
404 typedef const ASN1_ITEM ASN1_ITEM_EX
[all...]
H A Da_digest.c97 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
H A Da_dup.c92 * ASN1_ITEM version of dup: this follows the model above except we don't
98 void *ASN1_item_dup(const ASN1_ITEM *it, void *x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_asn1.c66 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
89 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/pkcs12/
H A Dp12_decr.c127 void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
170 const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_decr.c113 void * PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
150 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 Dp12_decr.c127 void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
170 const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_asn1.c77 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)

Completed in 129 milliseconds

12345