/dports/security/nettle/nettle-3.7.3/testsuite/ |
H A D | ecc-modinv-test.c | 5 const mp_limb_t *mp, mp_size_t mn, int use_redc) in ref_modinv() argument 28 if (use_redc) in ref_modinv() 59 const struct ecc_modulo *m, int use_redc) in test_modulo() argument 116 if (!ref_modinv (ref, a, m->m, m->size, use_redc)) in test_modulo() 159 test_modulo (rands, "p", &ecc_curves[i]->p, ecc_curves[i]->use_redc); in test_main()
|
H A D | testutils.c | 1889 if (ecc->use_redc) in test_ecc_get_g()
|
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/ecc/ |
H A D | ecc-a-to-j.c | 45 if (ecc->use_redc) in ecc_a_to_j()
|
H A D | ecc-j-to-a.c | 56 if (ecc->use_redc) in ecc_j_to_a()
|
H A D | ecc-internal.h | 198 unsigned short use_redc; member
|
H A D | eccdata.c | 1115 const struct ecc_point *p, int use_redc, in output_point() argument 1127 if (use_redc) in output_point()
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/ |
H A D | ecc-a-to-j.c | 45 if (ecc->use_redc) in ecc_a_to_j()
|
H A D | ecc-j-to-a.c | 56 if (ecc->use_redc) in ecc_j_to_a()
|
H A D | ecc-internal.h | 173 unsigned short use_redc; member
|
H A D | eccdata.c | 895 const struct ecc_point *p, int use_redc, in output_point() argument 939 if (use_redc) in output_point()
|
H A D | ChangeLog | 2677 with a use_redc flag argument. Also support conversion to Edwards
|
/dports/security/nettle/nettle-3.7.3/ |
H A D | ecc-a-to-j.c | 45 if (ecc->use_redc) in ecc_a_to_j()
|
H A D | ecc-j-to-a.c | 55 if (ecc->use_redc) in ecc_j_to_a()
|
H A D | ecc-internal.h | 197 unsigned short use_redc; member
|
H A D | eccdata.c | 1115 const struct ecc_point *p, int use_redc, in output_point() argument 1127 if (use_redc) in output_point()
|
H A D | ChangeLog | 4095 with a use_redc flag argument. Also support conversion to Edwards
|
/dports/math/ntl/ntl-11.5.1/src/ |
H A D | lip.cpp | 5792 long use_redc, sF; in _ntl_gpowermod() local 5806 use_redc = (DATA(F)[0] & 1) && sF < REDC_CROSS; in _ntl_gpowermod() 5808 use_redc = (DATA(F)[0] & 1); in _ntl_gpowermod() 5813 if (use_redc) { in _ntl_gpowermod() 5828 if (use_redc) { in _ntl_gpowermod() 5840 if (use_redc) redc(t, F, sF, inv, res); else _ntl_gmod(t, F, &res); in _ntl_gpowermod() 5845 if (use_redc) { in _ntl_gpowermod() 5858 if (use_redc) { in _ntl_gpowermod() 5887 if (use_redc) { in _ntl_gpowermod() 5913 if (use_redc) redc(t, F, sF, inv, res); else _ntl_gmod(t, F, &res); in _ntl_gpowermod() [all …]
|