Lines Matching defs:matching_pkey
468 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
478 * matching_pkey
480 * 'matching_pkey' must not be NULL; '*matching_pkey' will be
495 STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert)
505 (pkeys != NULL && matching_pkey == NULL) ||
511 if (matching_pkey != NULL)
512 *matching_pkey = NULL;
530 if (matching_pkey != NULL)
531 *matching_pkey = tmp_pkey;
545 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
554 * matching_pkey
567 EVP_PKEY **matching_pkey, X509 ** matching_cert)
577 (pkeys != NULL && matching_pkey == NULL) ||
583 if (matching_pkey != NULL)
584 *matching_pkey = NULL;
603 if (matching_pkey != NULL)
604 *matching_pkey = tmp_pkey;