Lines Matching refs:p12
150 static int sunw_PKCS12_contents(PKCS12 *p12, const char *pass,
162 * p12 - Structure with pkcs12 info to be parsed
208 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid,
216 if (p12 == NULL) {
250 if (PKCS12_verify_mac(p12, NULL, 0))
252 else if (PKCS12_verify_mac(p12, "", 0))
259 } else if (PKCS12_verify_mac(p12, pass, -1) == 0) {
264 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len,
291 * p12 - Structure with pkcs12 info to be parsed
319 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid,
330 retval = sunw_PKCS12_contents(p12, pass, &work_kl, &work_ca);
483 * p12 - Structure with pkcs12 info to be parsed
498 sunw_PKCS12_contents(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) **pkey,
519 if (parse_outer(p12, pass, work_kl, work_ca) == 0) {
553 parse_outer(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) *kl,
561 if ((asafes = M_PKCS12_unpack_authsafes(p12)) == NULL)