Lines Matching defs:cert
295 * cert - Points to locaiton where the address of the matching client cert
315 * - Once a cert is found, verify that the key actually matches by
316 * comparing the private key with the public key (in the cert).
319 * A pointer to cert and/or pkey which matches the name or keyid is stored
329 STACK_OF(X509) *cl, X509 **cert)
344 chkcerts = (cert != NULL || pkey != NULL) && cl != NULL;
389 if (cert != NULL)
390 *cert = sk_X509_delete(cl, c);
403 * Looking for pkey to match a cert? If so, assume that
408 if (found != 0 && cert != NULL) {
416 } else if (cert == NULL) {
468 * get_key_cert - Get a cert and its matching key from the stacks of certs
478 * cert - Points to locaiton where the address of the matching client cert
481 * The assumption is that the stacks of keys and certs contain key/cert pairs,
483 * the key and cert selected match, each will be removed from its stack and
487 * versa. In that case, the indicated key/cert will be returned.
496 X509 **cert)
513 if (cert != NULL && *cert == NULL) {
515 *cert = sk_X509_delete(cl, n);
516 if (*cert != NULL)