/external/boringssl/src/include/openssl/ |
D | asn1t.h | 602 typedef ASN1_VALUE * ASN1_new_func(void); 603 typedef void ASN1_free_func(ASN1_VALUE *a); 604 typedef ASN1_VALUE * ASN1_d2i_func(ASN1_VALUE **a, const unsigned char ** in, long length); 605 typedef int ASN1_i2d_func(ASN1_VALUE * a, unsigned char **in); 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); 614 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, 618 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM… [all …]
|
D | asn1.h | 256 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef 461 ASN1_VALUE * asn1_value; 790 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); 791 OPENSSL_EXPORT void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it); 792 OPENSSL_EXPORT ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, con… 793 OPENSSL_EXPORT int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 794 OPENSSL_EXPORT int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
|
/external/boringssl/src/crypto/asn1/ |
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); 73 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 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() 78 ASN1_VALUE *ret = NULL; 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() 99 ASN1_VALUE **pseqval; in asn1_item_ex_combine_new() 226 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear() [all …]
|
D | tasn_utl.c | 77 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { in asn1_get_choice_selector() 83 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, in asn1_set_choice_selector() 92 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval, 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() 159 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, in asn1_enc_save() 190 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, in asn1_enc_restore() [all …]
|
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() 114 ASN1_VALUE **pchval; in asn1_item_combine_free() 156 ASN1_VALUE **pseqval; in asn1_item_combine_free() 173 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_free() 177 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval; in ASN1_template_free() 179 ASN1_VALUE *vtmp; in ASN1_template_free() 190 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_primitive_free()
|
D | tasn_enc.c | 68 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, 70 static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out, 73 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, 75 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, 83 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, in ASN1_item_ndef_i2d() 89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) in ASN1_item_i2d() 101 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, in asn1_item_flags_i2d() 127 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_item_ex_i2d() 161 ASN1_VALUE **pchval; in ASN1_item_ex_i2d() 219 ASN1_VALUE **pseqval; in ASN1_item_ex_i2d() [all …]
|
D | tasn_dec.c | 90 static int asn1_template_ex_d2i(ASN1_VALUE **pval, 94 static int asn1_template_noexp_d2i(ASN1_VALUE **val, 98 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, 145 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, in ASN1_item_d2i() 150 ASN1_VALUE *ptmpval = NULL; in ASN1_item_d2i() 164 static int asn1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, in asn1_item_ex_d2i() 181 ASN1_VALUE **pchptr, *ptmpval; in asn1_item_ex_d2i() 415 ASN1_VALUE **pseqval; in asn1_item_ex_d2i() 427 ASN1_VALUE **pseqval; in asn1_item_ex_d2i() 498 ASN1_VALUE **pseqval; in asn1_item_ex_d2i() [all …]
|
D | asn1_locl.h | 93 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
|
D | a_type.c | 76 ASN1_primitive_free((ASN1_VALUE **)tmp_a, NULL); in ASN1_TYPE_set()
|
/external/boringssl/src/crypto/x509/ |
D | x_name.c | 83 static int x509_name_ex_d2i(ASN1_VALUE **val, 88 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, 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() 156 *val = (ASN1_VALUE *)ret; in IMPLEMENT_EXTERN_ASN1() 169 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in x509_name_ex_free() 194 static int x509_name_ex_d2i(ASN1_VALUE **val, in x509_name_ex_d2i() 202 ASN1_VALUE *a; in x509_name_ex_d2i() 208 ASN1_VALUE *a; in x509_name_ex_d2i() [all …]
|
D | x_req.c | 76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
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 | x509_req.c | 228 ASN1_item_i2d((ASN1_VALUE *)exts, in X509_REQ_add_extensions_nid()
|
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/webrtc/webrtc/base/ |
D | openssladapter.cc | 789 ASN1_item_free(reinterpret_cast<ASN1_VALUE*>(ext_str), in VerifyServerName()
|
/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/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 186 ASN1_VALUE = ASN1_VALUE_st variable
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 186 ASN1_VALUE = ASN1_VALUE_st variable
|