Home
last modified time | relevance | path

Searched refs:paramgen_type (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c33 int paramgen_type; member
97 dctx->paramgen_type = sctx->paramgen_type; in pkey_dh_copy()
128 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR) in pkey_dh_ctrl()
138 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR) in pkey_dh_ctrl()
151 dctx->paramgen_type = p1; in pkey_dh_ctrl()
285 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4) in ffc_params_generate()
302 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2) in ffc_params_generate()
310 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2) in ffc_params_generate()
351 dctx->paramgen_type in pkey_dh_paramgen()
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_pmeth.c33 int paramgen_type; member
97 dctx->paramgen_type = sctx->paramgen_type; in pkey_dh_copy()
128 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR) in pkey_dh_ctrl()
138 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR) in pkey_dh_ctrl()
151 dctx->paramgen_type = p1; in pkey_dh_ctrl()
285 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4) in ffc_params_generate()
302 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2) in ffc_params_generate()
310 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2) in ffc_params_generate()
351 dctx->paramgen_type in pkey_dh_paramgen()
[all...]

Completed in 3 milliseconds