Searched refs:asn1_ex_c2i (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 62 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 817 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */ in asn1_d2i_ex_primitive() 818 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 831 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in asn1_ex_c2i() function
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 62 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, 817 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */ in asn1_d2i_ex_primitive() 818 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 831 static int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, in asn1_ex_c2i() function
|
Completed in 4 milliseconds