Lines Matching defs:pkeys
122 * If all certs are removed from 'certs' and/or 'pkeys', it will be the
466 * Look for a keyid in a stack of certs. if 'certs' is NULL and 'pkeys' is
474 * pkeys - Points to a stack of private keys which match the certs.
494 sunw_find_localkeyid(char *keyid_str, int len, STACK_OF(EVP_PKEY) *pkeys,
504 (pkeys == NULL || certs == NULL) ||
505 (pkeys != NULL && matching_pkey == NULL) ||
523 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs,
543 * Look for a friendlyname in a stack of certs. if 'certs' is NULL and 'pkeys'
550 * pkeys - Points to a stack of private keys which match the certs.
566 sunw_find_fname(char *fname, STACK_OF(EVP_PKEY) *pkeys, STACK_OF(X509) *certs,
576 (pkeys == NULL || certs == NULL) ||
577 (pkeys != NULL && matching_pkey == NULL) ||
596 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs,