Home
last modified time | relevance | path

Searched refs:matching_cert (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dp12misc.c495 STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert) in sunw_find_localkeyid() argument
506 (certs != NULL && matching_cert == NULL)) { in sunw_find_localkeyid()
513 if (matching_cert != NULL) in sunw_find_localkeyid()
514 *matching_cert = NULL; in sunw_find_localkeyid()
532 if (matching_cert != NULL) in sunw_find_localkeyid()
533 *matching_cert = tmp_cert; in sunw_find_localkeyid()
567 EVP_PKEY **matching_pkey, X509 ** matching_cert) in sunw_find_fname() argument
578 (certs != NULL && matching_cert == NULL)) { in sunw_find_fname()
585 if (matching_cert != NULL) in sunw_find_fname()
586 *matching_cert = NULL; in sunw_find_fname()
[all …]
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.c1192 STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert) in sunw_find_localkeyid() argument
1203 (certs != NULL && matching_cert == NULL)) { in sunw_find_localkeyid()
1210 if (matching_cert != NULL) in sunw_find_localkeyid()
1211 *matching_cert = NULL; in sunw_find_localkeyid()
1229 if (matching_cert != NULL) in sunw_find_localkeyid()
1230 *matching_cert = tmp_cert; in sunw_find_localkeyid()
1264 EVP_PKEY **matching_pkey, X509 ** matching_cert) in sunw_find_fname() argument
1275 (certs != NULL && matching_cert == NULL)) { in sunw_find_fname()
1282 if (matching_cert != NULL) in sunw_find_fname()
1283 *matching_cert = NULL; in sunw_find_fname()
[all …]
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c564 pkinit_cert_matching_data **matching_cert) in check_all_certs() argument
575 if (match_found == NULL || matching_cert == NULL) in check_all_certs()
578 *matching_cert = NULL; in check_all_certs()
631 *matching_cert = save_match; in check_all_certs()