Lines Matching refs:cert
209 int keyid_len, char *name_str, EVP_PKEY **pkey, X509 **cert, in sunw_PKCS12_parse() argument
224 if (cert) in sunw_PKCS12_parse()
225 *cert = NULL; in sunw_PKCS12_parse()
265 name_str, pkey, cert, ca); in sunw_PKCS12_parse()
276 if (cert && *cert) in sunw_PKCS12_parse()
277 X509_free(*cert); in sunw_PKCS12_parse()
320 int kstr_len, char *name_str, EVP_PKEY **pkey, X509 **cert, in parse_pkcs12() argument
363 work_kl, work_cl, pkey, cert); in parse_pkcs12()
381 pkey, cert); in parse_pkcs12()
393 retval = get_key_cert(0, work_kl, pkey, work_cl, cert); in parse_pkcs12()
412 retval = get_key_cert(n, work_kl, pkey, work_cl, cert); in parse_pkcs12()
432 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12()
456 if (cert != NULL && *cert != NULL) { in parse_pkcs12()
457 X509_free(*cert); in parse_pkcs12()
458 *cert = NULL; in parse_pkcs12()