HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_VALUE (Results 1 - 23 of 23) sorted by null

  /external/boringssl/src/crypto/asn1/
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)
78 ASN1_VALUE *ret = NULL;
86 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
91 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
99 ASN1_VALUE **pseqval;
226 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
tasn_fre.c 66 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
71 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
76 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
114 ASN1_VALUE **pchval;
156 ASN1_VALUE **pseqval;
173 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
177 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
179 ASN1_VALUE *vtmp;
190 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it
    [all...]
tasn_utl.c 77 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) {
83 int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
92 static CRYPTO_refcount_t *asn1_get_references(ASN1_VALUE **pval,
105 void asn1_refcount_set_one(ASN1_VALUE **pval, const ASN1_ITEM *it) {
112 int asn1_refcount_dec_and_test_zero(ASN1_VALUE **pval, const ASN1_ITEM *it) {
120 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) {
132 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) {
144 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) {
159 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
190 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval
    [all...]
asn1_locl.h 93 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
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,
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
101 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out,
127 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
161 ASN1_VALUE **pchval;
219 ASN1_VALUE **pseqval
    [all...]
tasn_dec.c 82 static int asn1_template_ex_d2i(ASN1_VALUE **pval,
86 static int asn1_template_noexp_d2i(ASN1_VALUE **val,
90 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval,
137 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval,
142 ASN1_VALUE *ptmpval = NULL;
156 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len,
173 ASN1_VALUE **pchptr, *ptmpval;
402 ASN1_VALUE **pseqval;
414 ASN1_VALUE **pseqval
    [all...]
a_type.c 76 ASN1_primitive_free((ASN1_VALUE **)tmp_a, NULL);
  /external/boringssl/src/include/openssl/
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 aclass);
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,
    [all...]
asn1.h 253 typedef struct ASN1_VALUE_st ASN1_VALUE;
471 ASN1_VALUE * asn1_value; member in union:asn1_type_st::__anon14366
    [all...]
  /external/boringssl/src/crypto/x509/
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)
156 *val = (ASN1_VALUE *)ret;
169 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
194 static int x509_name_ex_d2i(ASN1_VALUE **val,
202 ASN1_VALUE *a;
208 ASN1_VALUE *a
    [all...]
x_req.c 76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
x_crl.c 116 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
222 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
x509_req.c 228 ASN1_item_i2d((ASN1_VALUE *)exts,
x_pubkey.c 73 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
x_x509.c 93 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 78 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /external/boringssl/src/crypto/x509v3/
v3_crld.c 346 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
  /external/webrtc/webrtc/base/
openssladapter.cc 789 ASN1_item_free(reinterpret_cast<ASN1_VALUE*>(ext_str),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 186 ASN1_VALUE = ASN1_VALUE_st
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 186 ASN1_VALUE = ASN1_VALUE_st
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 186 ASN1_VALUE = ASN1_VALUE_st
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 186 ASN1_VALUE = ASN1_VALUE_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 186 ASN1_VALUE = ASN1_VALUE_st
    [all...]

Completed in 935 milliseconds