Lines Matching defs:matching_pkey
1165 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
1175 * matching_pkey
1177 * 'matching_pkey' must not be NULL; '*matching_pkey' will be
1192 STACK_OF(X509) *certs, EVP_PKEY **matching_pkey, X509 **matching_cert)
1202 (pkeys != NULL && matching_pkey == NULL) ||
1208 if (matching_pkey != NULL)
1209 *matching_pkey = NULL;
1227 if (matching_pkey != NULL)
1228 *matching_pkey = tmp_pkey;
1242 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
1251 * matching_pkey
1264 EVP_PKEY **matching_pkey, X509 ** matching_cert)
1274 (pkeys != NULL && matching_pkey == NULL) ||
1280 if (matching_pkey != NULL)
1281 *matching_pkey = NULL;
1300 if (matching_pkey != NULL)
1301 *matching_pkey = tmp_pkey;