/external/boringssl/src/include/openssl/ |
D | asn1t.h | 82 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 …]
|
D | asn1.h | 340 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 …]
|
D | x509.h | 809 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,
|
D | base.h | 299 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_utl.c | 77 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()
|
D | tasn_new.c | 70 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()
|
D | tasn_enc.c | 69 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()
|
D | tasn_fre.c | 66 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()
|
D | a_i2d_fp.c | 64 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()
|
D | a_d2i_fp.c | 66 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()
|
D | asn_pack.c | 64 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()
|
D | tasn_dec.c | 100 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()
|
D | a_dup.c | 68 void *ASN1_item_dup(const ASN1_ITEM *it, void *x) in ASN1_item_dup()
|
D | asn1_locl.h | 93 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
|
/external/boringssl/src/crypto/x509/ |
D | x_name.c | 85 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()
|
D | a_sign.c | 67 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()
|
D | x_req.c | 76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
D | a_verify.c | 73 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, in ASN1_item_verify()
|
D | a_digest.c | 83 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn, in ASN1_item_digest()
|
D | x_crl.c | 116 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()
|
D | x_x509.c | 93 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in x509_cb()
|
D | x_pubkey.c | 73 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pubkey_cb()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_crld.c | 346 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in IMPLEMENT_ASN1_SET_OF()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 94 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pkey_cb()
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 174 ASN1_ITEM = ASN1_ITEM_st variable 187 ASN1_ITEM_EXP = ASN1_ITEM
|