/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
x_bignum.c | 71 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it); 72 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 74 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 75 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 94 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 96 *pval = (ASN1_VALUE *)BN_new(); 101 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 109 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) 125 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
|
x_long.c | 70 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it); 71 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 74 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 75 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx); 95 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 101 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 106 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) 143 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 176 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
tasn_utl.c | 71 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) { 77 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, 90 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) { 110 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) { 122 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) { 132 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) { 145 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, 167 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, 185 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) [all...] |
tasn_new.c | 65 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 67 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 68 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 69 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 71 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) 73 ASN1_VALUE *ret = NULL; 81 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 86 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 94 ASN1_VALUE **pseqval; 228 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
tasn_fre.c | 63 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine); 67 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) 72 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) 118 ASN1_VALUE **pchval; 163 ASN1_VALUE **pseqval; 181 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) 186 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval; 189 ASN1_VALUE *vtmp [all...] |
tasn_enc.c | 63 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, 66 static int asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out, 69 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, 72 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, 79 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, 85 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) 99 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, 126 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, 162 ASN1_VALUE **pchval; 221 ASN1_VALUE **pseqval [all...] |
tasn_dec.c | 79 static int asn1_template_ex_d2i(ASN1_VALUE **pval, 83 static int asn1_template_noexp_d2i(ASN1_VALUE **val, 87 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval, 125 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, 129 ASN1_VALUE *ptmpval = NULL; 138 int ASN1_template_d2i(ASN1_VALUE **pval, 151 int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, 168 ASN1_VALUE **pchptr, *ptmpval; 399 ASN1_VALUE **pseqval [all...] |
/external/openssl/crypto/asn1/ |
x_bignum.c | 72 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it); 73 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 97 *pval = (ASN1_VALUE *)BN_new(); 102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) 126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
|
x_long.c | 69 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it); 70 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it); 72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it); 73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx); 94 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 100 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) 142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 175 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
tasn_utl.c | 76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) 86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) 101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) 128 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) 139 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) 151 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 165 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, 185 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, 203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt [all...] |
tasn_new.c | 67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); 71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) 75 ASN1_VALUE *ret = NULL; 83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) 88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 96 ASN1_VALUE **pseqval; 230 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it [all...] |
tasn_fre.c | 65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine); 69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) 74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) 120 ASN1_VALUE **pchval; 165 ASN1_VALUE **pseqval; 183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) 188 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval; 191 ASN1_VALUE *vtmp [all...] |
asn1t.h | 654 typedef ASN1_VALUE * ASN1_new_func(void); 655 typedef void ASN1_free_func(ASN1_VALUE *a); 656 typedef ASN1_VALUE * ASN1_d2i_func(ASN1_VALUE **a, const unsigned char ** in, long length); 657 typedef int ASN1_i2d_func(ASN1_VALUE * a, unsigned char **in); 659 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 662 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass); 663 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 664 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 666 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, [all...] |
x_name.c | 69 static int x509_name_ex_d2i(ASN1_VALUE **val, 74 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, 76 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it); 77 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it); 86 static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval, 132 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it) 143 *val = (ASN1_VALUE *)ret; 157 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 172 static int x509_name_ex_d2i(ASN1_VALUE **val, 178 ASN1_VALUE *a; } intname = {NULL} [all...] |
nsseq.c | 65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
|
tasn_enc.c | 67 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, 76 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) 103 static int asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, 130 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, 166 ASN1_VALUE **pchval; 225 ASN1_VALUE **pseqval [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/dh/ |
dh_asn1.c | 64 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 67 *pval = (ASN1_VALUE *)DH_new();
|
/external/openssl/crypto/dh/ |
dh_asn1.c | 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 71 *pval = (ASN1_VALUE *)DH_new();
|
/external/openssl/crypto/cms/ |
cms_io.c | 94 return BIO_new_NDEF(out, (ASN1_VALUE *)cms, 102 return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)cms, in, flags, 108 return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *) cms, in, flags, 123 return SMIME_write_ASN1(bio, (ASN1_VALUE *)cms, data, flags,
|
/external/openssl/crypto/pkcs7/ |
pk7_mime.c | 66 return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)p7, in, flags, 72 return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *) p7, in, flags, 89 return SMIME_write_ASN1(bio, (ASN1_VALUE *)p7, data, flags,
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
asn1t.h | 601 typedef ASN1_VALUE * ASN1_new_func(void); 602 typedef void ASN1_free_func(ASN1_VALUE *a); 603 typedef ASN1_VALUE * ASN1_d2i_func(ASN1_VALUE **a, const unsigned char ** in, long length); 604 typedef int ASN1_i2d_func(ASN1_VALUE * a, unsigned char **in); 606 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 609 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass); 610 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 611 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 613 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, [all...] |
/external/openssl/include/openssl/ |
asn1t.h | 654 typedef ASN1_VALUE * ASN1_new_func(void); 655 typedef void ASN1_free_func(ASN1_VALUE *a); 656 typedef ASN1_VALUE * ASN1_d2i_func(ASN1_VALUE **a, const unsigned char ** in, long length); 657 typedef int ASN1_i2d_func(ASN1_VALUE * a, unsigned char **in); 659 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 662 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass); 663 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 664 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 666 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x_name.c | 74 static int x509_name_ex_d2i(ASN1_VALUE **val, 79 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, 81 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it); 82 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it); 91 static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval, 137 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it) 148 *val = (ASN1_VALUE *)ret; 162 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) 177 static int x509_name_ex_d2i(ASN1_VALUE **val, 183 ASN1_VALUE *a; } intname = {NULL} [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/dsa/ |
dsa_asn1.c | 65 static int dsa_sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 79 *pval = (ASN1_VALUE *)sig; 90 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 94 *pval = (ASN1_VALUE *)DSA_new();
|
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/ |
p8_pkey.c | 64 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
|