Searched defs:free_cont (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/asn1/
H A Dx_bignum.c76 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.c73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
141 int utype, char *free_cont, const ASN1_ITEM *it)
140 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.c770 char cst, inf, free_cont = 0; local
881 free_cont = 1;
894 free_cont = 1;
904 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
910 if (free_cont && buf.data) OPENSSL_free(buf.data);
917 int utype, char *free_cont, const ASN1_ITEM *it)
928 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
1043 if (*free_cont)
1049 *free_cont = 0;
916 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument

Completed in 18 milliseconds