Lines Matching refs:pkey
47 EVP_PKEY *pkey;51 pkey = EVP_PKEY_new();52 if (!pkey)57 if (EVP_PKEY_assign_RSA(pkey, rsa) != 1) {64 ctx->ctx = EVP_PKEY_CTX_new(pkey, NULL);65 EVP_PKEY_free(pkey);66 pkey = NULL;73 if (pkey)74 EVP_PKEY_free(pkey);369 ctx->ctx->pkey)) {