Home
last modified time | relevance | path

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

/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c68 int hindex; member
429 gctx->hindex = 0; in dsa_gen_init()
506 && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dsa_gen_set_params()
656 } else if (gctx->hindex != 0) { in dsa_gen()
657 ossl_ffc_params_set_h(ffc, gctx->hindex); in dsa_gen()
H A Ddh_kmgmt.c70 int hindex; member
476 gctx->hindex = 0; in dh_gen_init_base()
620 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dhx_gen_set_params()
757 } else if (gctx->hindex != 0) { in dh_gen()
758 ossl_ffc_params_set_h(ffc, gctx->hindex); in dh_gen()
/openssl/doc/man7/
H A DEVP_PKEY-DH.pod138 I<seed>, I<pcounter> and I<gindex> or I<hindex> may need to be stored for
141 (but the I<gindex> or I<hindex> cannot be stored). It is recommended to use a
249 int hindex = ...;
260 * NOTE: For unverifiable g use "hindex" instead of "gindex"
261 * extra_params[1] = OSSL_PARAM_construct_int("hindex", &hindex);
H A DEVP_PKEY-FFC.pod93 =item "hindex" (B<OSSL_PKEY_PARAM_FFC_H>) <integer>
183 =item "hindex" (B<OSSL_PKEY_PARAM_FFC_H>) <integer>
/openssl/test/
H A Devp_pkey_provided_test.c902 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_named_group() local
1043 &hindex)) in test_fromdata_dh_named_group()
1044 || !TEST_int_eq(hindex, 0) in test_fromdata_dh_named_group()
1116 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_fips186_4() local
1227 &hindex)) in test_fromdata_dh_fips186_4()
1228 || !TEST_int_eq(hindex, 0) in test_fromdata_dh_fips186_4()

Completed in 23 milliseconds