Lines Matching refs:pkey
292 * pkey - Points at a location where the address of the matching private
303 * A pkey structure has a stack of attributes.
319 * A pointer to cert and/or pkey which matches the name or keyid is stored
328 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey,
344 chkcerts = (cert != NULL || pkey != NULL) && cl != NULL;
401 if (pkey != NULL && kl != NULL) {
403 * Looking for pkey to match a cert? If so, assume that
412 if (pkey != NULL)
413 *pkey = sk_EVP_PKEY_delete(kl, k);
428 if (pkey != NULL)
429 *pkey = sk_EVP_PKEY_delete(kl, k);
475 * pkey - Points at location where the address of the matching private
495 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl,
505 if (pkey != NULL && *pkey == NULL) {
507 *pkey = sk_EVP_PKEY_delete(kl, n);
508 if (*pkey != NULL)