Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_KEYGEN (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/include/openssl/
Drsa.h114 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \
122 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \
126 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \
130 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \
138 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \
163 EVP_PKEY_OP_KEYGEN, EVP_PKEY_CTRL_MD, \
Dec.h1384 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
1389 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
Ddh.h255 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, \
Devp.h1259 # define EVP_PKEY_OP_KEYGEN (1<<2) macro
1280 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
1291 EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_KEYGEN, \
/third_party/openssl/crypto/evp/
Dpmeth_gn.c77 ctx->operation = EVP_PKEY_OP_KEYGEN; in EVP_PKEY_keygen_init()
95 if (ctx->operation != EVP_PKEY_OP_KEYGEN) { in EVP_PKEY_keygen()
/third_party/openssl/crypto/rsa/
Drsa_pmeth.c666 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN, in pkey_rsa_ctrl_str()
670 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN, in pkey_rsa_ctrl_str()