Lines Matching defs:matching_cert
468 * '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 = tmp_cert;
545 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
556 * matching_cert
567 EVP_PKEY **matching_pkey, X509 ** matching_cert)
578 (certs != NULL && matching_cert == NULL)) {
585 if (matching_cert != NULL)
586 *matching_cert = NULL;
605 if (matching_cert != NULL)
606 *matching_cert = tmp_cert;