Lines Matching refs:pkey
68 typedef int EVP_PKEY_print_fn(BIO *out, const EVP_PKEY *pkey,
242 EVP_PKEY *pkey = NULL;
258 * effect. |pkey| will simply remain NULL if something goes wrong.
267 && EVP_PKEY_keygen(ctx, &pkey) > 0);
272 return pkey;
510 EVP_PKEY *pkey = NULL, *downgraded_pkey = NULL;
519 if (!TEST_ptr(pkey = key->key)
520 || !TEST_true(evp_pkey_copy_downgraded(&downgraded_pkey, pkey))
541 pkey, selection, structure))
561 pkey, selection, structure))
580 pkey, selection, structure))
598 pkey, selection, structure))
616 pkey, selection, structure))
636 pkey, selection, structure))
653 pkey, selection, structure))
670 pkey, selection, structure))