Searched refs:p12 (Results 1 – 1 of 1) sorted by relevance
1429 PKCS12 *p12 = NULL; in cert_stuff() local1461 p12 = d2i_PKCS12_bio(cert_bio, NULL); in cert_stuff()1464 if(!p12) { in cert_stuff()1472 if(!PKCS12_parse(p12, key_passwd, &pri, &x509, in cert_stuff()1479 PKCS12_free(p12); in cert_stuff()1483 PKCS12_free(p12); in cert_stuff()
Completed in 13 milliseconds