Symbol: EVP_PKEY_OP_KEYGEN
crypto/openssl/crypto/evp/ctrl_params_translate.c
2120
{ OSSL_ACTION_SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2123
{ OSSL_ACTION_SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2134
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2137
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2173
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2176
{ OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2214
{ OSSL_ACTION_SET, EVP_PKEY_SM2, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2217
{ OSSL_ACTION_SET, EVP_PKEY_SM2, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2328
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2331
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2334
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2403
{ OSSL_ACTION_SET, -1, -1, EVP_PKEY_OP_KEYGEN | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2406
{ OSSL_ACTION_SET, -1, -1, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2421
{ OSSL_ACTION_SET, EVP_PKEY_X25519, EVP_PKEY_X25519, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2425
{ OSSL_ACTION_SET, EVP_PKEY_X448, EVP_PKEY_X448, EVP_PKEY_OP_KEYGEN, -1, NULL, NULL,
crypto/openssl/crypto/evp/dh_ctrl.c
155
EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/pmeth_gn.c
224
case EVP_PKEY_OP_KEYGEN:
crypto/openssl/crypto/evp/pmeth_gn.c
267
if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
crypto/openssl/crypto/evp/pmeth_gn.c
43
case EVP_PKEY_OP_KEYGEN:
crypto/openssl/crypto/evp/pmeth_gn.c
62
|| (operation == EVP_PKEY_OP_KEYGEN
crypto/openssl/crypto/evp/pmeth_gn.c
72
case EVP_PKEY_OP_KEYGEN:
crypto/openssl/crypto/evp/pmeth_gn.c
99
return gen_init(ctx, EVP_PKEY_OP_KEYGEN);
crypto/openssl/crypto/evp/pmeth_lib.c
1257
EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1060
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1068
return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1150
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1157
return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1323
int ret = RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1352
ret = EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_pmeth.c
723
return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_pmeth.c
727
return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
crypto/openssl/include/openssl/evp.h
1769
(EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
crypto/openssl/test/evp_extra_test.c
3425
|| !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
crypto/openssl/test/evp_extra_test.c
3429
|| !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,