Lines Matching defs:matching_cert
1165 * '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 = tmp_cert;
1242 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
1253 * matching_cert
1264 EVP_PKEY **matching_pkey, X509 ** matching_cert)
1275 (certs != NULL && matching_cert == NULL)) {
1282 if (matching_cert != NULL)
1283 *matching_cert = NULL;
1302 if (matching_cert != NULL)
1303 *matching_cert = tmp_cert;