Lines Matching refs:matching

95 /* Function codes and their matching strings */
129 /* Error codes and their matching strings */
249 * matching private keys and client certificates. Kinds of matches allowed,
256 * 3) Return the first matching key/cert pair found.
257 * 4) Return the last matching key/cert pair found.
260 * Append to the CA list, the certs which do not have matching private
380 * Note: Client certs and and their matching private keys will be in any
383 * Certs which have no matching private key are assumed to be ca certs.
504 * keycerts - Points to address of a stack of certs with matching private
508 * nocerts - Points to address of a stack for keys which have no matching
510 * matching certs. If this is NULL, matchless keys will be
514 * lost. 'keycerts' may only contain part of the matching certs. The number
517 * If there is a key which does not have a matching cert, it is moved to
532 STACK_OF(X509) *matching;
547 if ((matching = sk_X509_new_null()) == NULL) {
551 *keycerts = matching;
565 if (sk_X509_push(matching, tmpcert) == 0) {
582 * No cert matching this key. Move the key if
1161 * and returns the first matching cert/private key found.
1164 * not NULL, search the list of private keys. Move the matching cert to
1165 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
1176 * - Pointer to receive address of first matching pkey found.
1180 * - Pointer to receive address of first matching cert found.
1237 * a matching friendlyname and returns the first matching cert/private
1241 * is not NULL, search the list of private keys. Move the matching cert to
1242 * 'matching_cert' and its matching private key to 'matching_pkey'. If no
1252 * - Pointer to receive address of first matching pkey found.
1254 * - Pointer to receive address of first matching cert found.
1510 * do any required matching.
1536 * == 0 - No matching returns were found.
1627 * Find the last matching cert and private key and return
1628 * them. Since keys which don't have matching client certs
2227 * get_key_cert - Get a cert and its matching key from the stacks of certs
2234 * pkey - Points at location where the address of the matching private
2236 * cl - Points to a stack of client certs with matching private keys.
2237 * cert - Points to locaiton where the address of the matching client cert
2455 * != -1 Offset of the matching attribute.
2558 * pkey - Points at a location where the address of the matching private
2560 * cl - Points to a stack of client certs with matching private keys.
2561 * cert - Points to locaiton where the address of the matching client cert
2576 * - If there are both certs and keys, assume that the matching certs and
2577 * keys are in their respective stacks, with matching entries in the same
2670 * lists of certs and their matching pkeys are in the same
2734 * == 0 - No matching returns were found.