Home
last modified time | relevance | path

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

/openssl/crypto/dh/
H A Ddh_pmeth.c33 int paramgen_type; member
95 dctx->paramgen_type = sctx->paramgen_type; in pkey_dh_copy()
126 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_GENERATOR) in pkey_dh_ctrl()
136 if (dctx->paramgen_type != DH_PARAMGEN_TYPE_GENERATOR) in pkey_dh_ctrl()
149 dctx->paramgen_type = p1; in pkey_dh_ctrl()
283 if (dctx->paramgen_type > DH_PARAMGEN_TYPE_FIPS_186_4) in ffc_params_generate()
300 if (dctx->paramgen_type == DH_PARAMGEN_TYPE_FIPS_186_2) in ffc_params_generate()
308 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2) in ffc_params_generate()
349 dctx->paramgen_type = DH_PARAMGEN_TYPE_FIPS_186_4; in pkey_dh_paramgen()
351 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2) { in pkey_dh_paramgen()

Completed in 3 milliseconds