Searched refs:hindex (Results 1 – 5 of 5) sorted by relevance
/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 68 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 D | dh_kmgmt.c | 70 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 D | EVP_PKEY-DH.pod | 138 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 D | EVP_PKEY-FFC.pod | 93 =item "hindex" (B<OSSL_PKEY_PARAM_FFC_H>) <integer> 183 =item "hindex" (B<OSSL_PKEY_PARAM_FFC_H>) <integer>
|
/openssl/test/ |
H A D | evp_pkey_provided_test.c | 902 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 15 milliseconds