Searched refs:free_cont (Results 1 – 4 of 4) sorted by relevance
/external/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… 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 889 free_cont = 1; in asn1_d2i_ex_primitive() 901 free_cont = 1; in asn1_d2i_ex_primitive() 911 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 917 if (free_cont && buf.data) OPENSSL_free(buf.data); in asn1_d2i_ex_primitive() 924 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i() argument 935 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); in asn1_ex_c2i() 1045 if (*free_cont) in asn1_ex_c2i() 1051 *free_cont = 0; in asn1_ex_c2i()
|
D | x_long.c | 76 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 146 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() argument
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 617 …ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM… 886 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, …
|