/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
D | x_bignum.c | 75 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont… 126 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() argument
|
D | tasn_dec.c | 743 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local 850 free_cont = 1; in asn1_d2i_ex_primitive() 862 free_cont = 1; in asn1_d2i_ex_primitive() 872 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 878 if (free_cont && buf.data) OPENSSL_free(buf.data); in asn1_d2i_ex_primitive() 885 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i() argument 896 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); in asn1_ex_c2i() 1006 if (*free_cont) in asn1_ex_c2i() 1012 *free_cont = 0; in asn1_ex_c2i()
|
D | x_long.c | 74 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 144 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() argument
|
/external/openssl/crypto/asn1/ |
D | x_bignum.c | 76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont… 127 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() argument
|
D | tasn_dec.c | 773 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local 884 free_cont = 1; in asn1_d2i_ex_primitive() 897 free_cont = 1; in asn1_d2i_ex_primitive() 907 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 913 if (free_cont && buf.data) OPENSSL_free(buf.data); in asn1_d2i_ex_primitive() 920 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i() argument 931 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); in asn1_ex_c2i() 1046 if (*free_cont) in asn1_ex_c2i() 1052 *free_cont = 0; in asn1_ex_c2i()
|
D | x_long.c | 73 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 143 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() argument
|
D | asn1t.h | 671 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, …
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | asn1t.h | 618 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 888 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, …
|
/external/openssl/include/openssl/ |
D | asn1t.h | 671 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 941 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, …
|