Searched refs:d2i_PKCS12_fp (Results 1 – 3 of 3) sorted by relevance
152 OPENSSL_EXPORT PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12);
1102 PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12) { in d2i_PKCS12_fp() function
2160 p12 = d2i_PKCS12_fp(f, NULL); in tls_read_pkcs12()