Searched defs:matching_cert (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c1165 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
1179 * matching_cert
1181 * 'matching_cert' must not be NULL; '*matching_cert' will be
1192 STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert)
1203 (certs != NULL && matching_cert == NULL)) {
1210 if (matching_cert != NULL)
1211 *matching_cert = NULL;
1229 if (matching_cert != NULL)
1230 *matching_cert
1191 sunw_find_localkeyid(char *keyid_str, int len, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert) argument
1263 sunw_find_fname(char *fname, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 ** matching_cert) argument
[all...]
/illumos-gate/usr/src/common/net/wanboot/
H A Dp12misc.c468 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
482 * matching_cert
484 * 'matching_cert' must not be NULL; '*matching_cert' will be
495 STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert)
506 (certs != NULL && matching_cert == NULL)) {
513 if (matching_cert != NULL)
514 *matching_cert = NULL;
532 if (matching_cert != NULL)
533 *matching_cert
494 sunw_find_localkeyid(char *keyid_str, int len, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert) argument
566 sunw_find_fname(char *fname, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 ** matching_cert) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c564 pkinit_cert_matching_data **matching_cert)
575 if (match_found == NULL || matching_cert == NULL)
578 *matching_cert = NULL;
631 *matching_cert = save_match;
556 check_all_certs(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, krb5_principal princ, rule_set *rs, pkinit_cert_matching_data **matchdata, int *match_found, pkinit_cert_matching_data **matching_cert) argument

Completed in 307 milliseconds