PKCS12_create_ex2
p12 = PKCS12_create_ex2(cpass, name, key, ee_cert, certs,
return PKCS12_create_ex2(pass, name, pkey, cert, ca, nid_key, nid_cert,
PKCS12 *PKCS12_create_ex2(const char *pass, const char *name, EVP_PKEY *pkey,
ptr = PKCS12_create_ex2(NULL, NULL, NULL,
ptr = PKCS12_create_ex2(NULL, NULL, NULL,
ptr = PKCS12_create_ex2(NULL, NULL, NULL,
ptr = PKCS12_create_ex2(NULL, NULL, NULL,
if (!TEST_ptr(p12 = PKCS12_create_ex2("pass", NULL, key, cert, ca,