Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_PARAMGEN (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_gn.c39 case EVP_PKEY_OP_PARAMGEN: in gen_init()
62 || (operation == EVP_PKEY_OP_PARAMGEN in gen_init()
70 case EVP_PKEY_OP_PARAMGEN: in gen_init()
96 return gen_init(ctx, EVP_PKEY_OP_PARAMGEN); in EVP_PKEY_paramgen_init()
224 case EVP_PKEY_OP_PARAMGEN: in EVP_PKEY_generate()
261 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) { in EVP_PKEY_paramgen()
H A Dctrl_params_translate.c2069 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN,
2072 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN,
2075 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2078 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2083 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2086 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2089 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2092 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2097 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2102 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN,
[all...]
H A Ddh_ctrl.c86 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, in EVP_PKEY_CTX_set_dh_paramgen_type()
139 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, in EVP_PKEY_CTX_set_dh_rfc5114()
155 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_dh_nid()
H A Ddsa_ctrl.c129 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, in EVP_PKEY_CTX_set_dsa_paramgen_md()
/third_party/openssl/crypto/evp/
H A Dpmeth_gn.c39 case EVP_PKEY_OP_PARAMGEN: in gen_init()
62 || (operation == EVP_PKEY_OP_PARAMGEN in gen_init()
70 case EVP_PKEY_OP_PARAMGEN: in gen_init()
96 return gen_init(ctx, EVP_PKEY_OP_PARAMGEN); in EVP_PKEY_paramgen_init()
224 case EVP_PKEY_OP_PARAMGEN: in EVP_PKEY_generate()
261 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) { in EVP_PKEY_paramgen()
H A Dctrl_params_translate.c2060 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN,
2063 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN,
2066 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2069 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2074 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2077 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2080 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2083 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2088 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2093 { SET, EVP_PKEY_DHX, 0, EVP_PKEY_OP_PARAMGEN,
[all...]
H A Ddh_ctrl.c86 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, in EVP_PKEY_CTX_set_dh_paramgen_type()
139 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, in EVP_PKEY_CTX_set_dh_rfc5114()
155 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_dh_nid()
H A Ddsa_ctrl.c129 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, in EVP_PKEY_CTX_set_dsa_paramgen_md()
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h230 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
234 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
238 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
242 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
246 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \
250 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \
255 EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, \
H A Ddsa.h163 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
166 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
169 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
H A Dec.h1384 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
1389 EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \
H A Devp.h1258 # define EVP_PKEY_OP_PARAMGEN (1<<1) macro
1280 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc20 EVP_PKEY_OP_PARAMGEN, \
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h737 ((ctx)->operation == EVP_PKEY_OP_PARAMGEN \
/third_party/openssl/include/crypto/
H A Devp.h737 ((ctx)->operation == EVP_PKEY_OP_PARAMGEN \
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1685 # define EVP_PKEY_OP_PARAMGEN (1<<1) macro
1710 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
/third_party/openssl/include/openssl/
H A Devp.h1683 # define EVP_PKEY_OP_PARAMGEN (1<<1) macro
1708 (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)

Completed in 24 milliseconds