Home
last modified time | relevance | path

Searched refs:ASN1_ITEM (Results 1 – 25 of 26) sorted by relevance

12

/external/boringssl/src/include/openssl/
Dasn1t.h82 const ASN1_ITEM itname##_it = {
295 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname…
296 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam…
607 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
610 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a…
611 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
612 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
618 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM
619 …VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
620 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, cons…
[all …]
Dasn1.h340 typedef const ASN1_ITEM ASN1_ITEM_EXP;
351 extern OPENSSL_EXPORT const ASN1_ITEM name##_it;
751 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x);
754 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
755 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x);
761 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
762 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
772 OPENSSL_EXPORT void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it);
774 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct);
790 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
[all …]
Dx509.h809 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data,
812 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
815 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
818 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it,
Dbase.h299 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef
/external/boringssl/src/crypto/asn1/
Dtasn_utl.c77 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector()
84 const ASN1_ITEM *it) { in asn1_set_choice_selector()
93 const ASN1_ITEM *it) { in asn1_get_references()
105 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_set_one()
112 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_refcount_dec_and_test_zero()
120 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_enc_ptr()
132 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_init()
144 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_enc_free()
160 const ASN1_ITEM *it) { in asn1_enc_save()
191 const ASN1_ITEM *it) { in asn1_enc_restore()
Dtasn_new.c70 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
72 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
74 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
76 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new()
86 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new()
91 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_item_ex_combine_new()
226 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear()
262 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in ASN1_template_new()
315 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_new()
368 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
Dtasn_enc.c69 const ASN1_ITEM *it, int tag, int aclass);
71 int skcontlen, const ASN1_ITEM *item,
76 const ASN1_ITEM *it, int flags);
84 const ASN1_ITEM *it) in ASN1_item_ndef_i2d()
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) in ASN1_item_i2d()
102 const ASN1_ITEM *it, int flags) in asn1_item_flags_i2d()
128 const ASN1_ITEM *it, int tag, int aclass) in ASN1_item_ex_i2d()
424 int skcontlen, const ASN1_ITEM *item, in asn1_set_seq_out()
485 const ASN1_ITEM *it, int tag, int aclass) in asn1_i2d_ex_primitive()
545 const ASN1_ITEM *it) in asn1_ex_i2c()
Dtasn_fre.c66 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) in ASN1_item_free()
71 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free()
76 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free()
190 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_free()
Da_i2d_fp.c64 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x) in ASN1_item_i2d_fp()
76 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x) in ASN1_item_i2d_bio()
Da_d2i_fp.c66 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) in ASN1_item_d2i_bio()
82 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x) in ASN1_item_d2i_fp()
Dasn_pack.c64 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct) in ASN1_item_pack()
96 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it) in ASN1_item_unpack()
Dtasn_dec.c100 const ASN1_ITEM *it,
147 const ASN1_ITEM *it) in ASN1_item_d2i()
165 long len, const ASN1_ITEM *it, int tag, int aclass, in asn1_item_ex_d2i()
532 const ASN1_ITEM *it, in ASN1_item_ex_d2i()
732 const ASN1_ITEM *it, in asn1_d2i_ex_primitive()
864 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i()
Da_dup.c68 void *ASN1_item_dup(const ASN1_ITEM *it, void *x) in ASN1_item_dup()
Dasn1_locl.h93 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
/external/boringssl/src/crypto/x509/
Dx_name.c85 const ASN1_ITEM *it,
89 const ASN1_ITEM *it, int tag, int aclass);
90 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
91 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
143 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it) in IMPLEMENT_EXTERN_ASN1()
169 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_name_ex_free()
196 const ASN1_ITEM *it, int tag, int aclass, in x509_name_ex_d2i()
269 const ASN1_ITEM *it, int tag, int aclass) in x509_name_ex_i2d()
Da_sign.c67 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, in ASN1_item_sign()
80 int ASN1_item_sign_ctx(const ASN1_ITEM *it, in ASN1_item_sign_ctx()
Dx_req.c76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
Da_verify.c73 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, in ASN1_item_verify()
Da_digest.c83 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn, in ASN1_item_digest()
Dx_crl.c116 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_inf_cb()
222 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_cb()
Dx_x509.c93 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in x509_cb()
Dx_pubkey.c73 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pubkey_cb()
/external/boringssl/src/crypto/x509v3/
Dv3_crld.c346 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in IMPLEMENT_ASN1_SET_OF()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c94 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pkey_cb()
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py174 ASN1_ITEM = ASN1_ITEM_st variable
187 ASN1_ITEM_EXP = ASN1_ITEM

12