Home
last modified time | relevance | path

Searched refs:free_cont (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
Dx_bignum.c75 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
Dtasn_dec.c743 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()
Dx_long.c74 …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/
Dx_bignum.c76 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
Dtasn_dec.c773 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()
Dx_long.c73 …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
Dasn1t.h671 …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/
Dasn1t.h618 …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/
Dasn1t.h671 …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, …