Searched refs:hindex (Results 1 – 5 of 5) sorted by relevance
/openssl-master/doc/man7/ |
A D | EVP_PKEY-DH.pod | 25 I<seed>, I<pcounter> and I<gindex> or I<hindex> may need to be stored for 28 (but the I<gindex> or I<hindex> can not be stored). 214 int hindex = ...; 225 * NOTE: For unverifiable g use "hindex" instead of "gindex" 226 * extra_params[1] = OSSL_PARAM_construct_int("hindex", &hindex);
|
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-master/providers/implementations/keymgmt/ |
A D | dsa_kmgmt.c | 66 int hindex; member 390 gctx->hindex = 0; in dsa_gen_init() 454 && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dsa_gen_set_params() 554 } else if (gctx->hindex != 0) { in dsa_gen() 555 ossl_ffc_params_set_h(ffc, gctx->hindex); in dsa_gen()
|
A D | dh_kmgmt.c | 69 int hindex; member 441 gctx->hindex = 0; in dh_gen_init_base() 581 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dhx_gen_set_params() 705 } else if (gctx->hindex != 0) { in dh_gen() 706 ossl_ffc_params_set_h(ffc, gctx->hindex); in dh_gen()
|
/openssl-master/test/ |
A D | evp_pkey_provided_test.c | 460 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_named_group() local 601 &hindex)) in test_fromdata_dh_named_group() 602 || !TEST_int_eq(hindex, 0) in test_fromdata_dh_named_group() 671 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_fips186_4() local 782 &hindex)) in test_fromdata_dh_fips186_4() 783 || !TEST_int_eq(hindex, 0) in test_fromdata_dh_fips186_4()
|
Completed in 12 milliseconds