Searched refs:free_cont (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dx_bignum.c75 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
127 int utype, char *free_cont, const ASN1_ITEM *it)
126 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dx_long.c76 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
146 int utype, char *free_cont, const ASN1_ITEM *it)
145 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_dec.c773 char cst, inf, free_cont = 0; variable
889 free_cont = 1;
901 free_cont = 1;
911 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
917 if (free_cont && buf.data) OPENSSL_free(buf.data);
924 int utype, char *free_cont, const ASN1_ITEM *it)
935 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
1045 if (*free_cont)
1051 *free_cont = 0;
923 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
/external/boringssl/include/openssl/
H A Dasn1t.h617 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
886 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
/external/boringssl/src/include/openssl/
H A Dasn1t.h617 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
886 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);

Completed in 114 milliseconds