HomeSort by: relevance | last modified time | path
    Searched refs:EVP_PKEY_OP_KEYGEN (Results 1 - 23 of 23) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_gn.c 43 case EVP_PKEY_OP_KEYGEN:
62 || (operation == EVP_PKEY_OP_KEYGEN
72 case EVP_PKEY_OP_KEYGEN:
99 return gen_init(ctx, EVP_PKEY_OP_KEYGEN);
224 case EVP_PKEY_OP_KEYGEN:
267 if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
ctrl_params_translate.c 2120 { OSSL_ACTION_SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2123 { OSSL_ACTION_SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2134 { OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2137 { OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2173 { OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2176 { OSSL_ACTION_SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2214 { OSSL_ACTION_SET, EVP_PKEY_SM2, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2217 { OSSL_ACTION_SET, EVP_PKEY_SM2, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2328 { OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
2331 { OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
    [all...]
dh_ctrl.c 155 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
pmeth_lib.c 1257 EVP_PKEY_OP_KEYGEN,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_gn.c 44 case EVP_PKEY_OP_KEYGEN:
64 || (operation == EVP_PKEY_OP_KEYGEN
74 case EVP_PKEY_OP_KEYGEN:
101 return gen_init(ctx, EVP_PKEY_OP_KEYGEN);
227 case EVP_PKEY_OP_KEYGEN:
270 if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
ctrl_params_translate.c 2079 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2082 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2093 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2096 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2132 { SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2135 { SET, EVP_PKEY_EC, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2173 { SET, EVP_PKEY_SM2, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2176 { SET, EVP_PKEY_SM2, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2281 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
2284 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
    [all...]
dh_ctrl.c 155 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
pmeth_lib.c 1264 EVP_PKEY_OP_KEYGEN,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rsa.h 114 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, \
dh.h 255 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, \
ec.h 1384 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
1389 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
evp.h 1259 # define EVP_PKEY_OP_KEYGEN (1<<2)
1280 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
1291 EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_KEYGEN, \
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_gn.c 77 ctx->operation = EVP_PKEY_OP_KEYGEN;
95 if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_lib.c 1060 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1068 return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1150 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1157 return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1323 int ret = RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN,
1352 ret = EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
rsa_pmeth.c 723 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
727 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_lib.c 983 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
991 return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1074 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1081 return int_set_rsa_md_name(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
1247 int ret = RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN,
1276 ret = EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
rsa_pmeth.c 694 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
698 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_pmeth.c 666 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
670 return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_KEYGEN,
  /src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h 738 || (ctx)->operation == EVP_PKEY_OP_KEYGEN)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 1686 # define EVP_PKEY_OP_KEYGEN (1<<2)
1710 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 1733 #define EVP_PKEY_OP_KEYGEN (1 << 2)
1769 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 2471 || !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
2474 || !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 3399 || !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
3403 || !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,

Completed in 67 milliseconds