Lines Matching defs:pkey
31 /* RSA pkey context structure */
115 OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pk->pkey)))) == NULL) {
144 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey);
214 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey);
265 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey);
323 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey);
356 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey);
743 static int pkey_rsa_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)
776 EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, rsa);
838 rsa = EVP_PKEY_get0_RSA(ctx->pkey);