Searched refs:d2i_PKCS12_fp (Results 1 – 5 of 5) sorted by relevance
155 OPENSSL_EXPORT PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12);
346 #define d2i_PKCS12_fp D2I_PKCS12_FP macro
1134 PKCS12* d2i_PKCS12_fp(FILE *fp, PKCS12 **out_p12) { in d2i_PKCS12_fp() function
460 p12 = d2i_PKCS12_fp(f, NULL); in cert_stuff()
2567 p12 = d2i_PKCS12_fp(f, NULL); in tls_read_pkcs12()