Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/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 = DH_PARAMGEN_TYPE_FIPS_186_4; in pkey_dh_paramgen()
353 if (dctx->paramgen_type >= DH_PARAMGEN_TYPE_FIPS_186_2) { in pkey_dh_paramgen()