/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/ |
H A D | ecc-224.c | 52 #define ecc_224_modp ecc_mod 100 ecc_mod, 101 ecc_mod,
|
H A D | ecc-192.c | 110 #define ecc_192_modp ecc_mod 148 ecc_mod, 149 ecc_mod,
|
H A D | ecc-384.c | 147 #define ecc_384_modp ecc_mod 185 ecc_mod, 186 ecc_mod,
|
H A D | ecc-521.c | 113 ecc_mod, 114 ecc_mod,
|
H A D | ecc-256.c | 68 #define ecc_256_modp ecc_mod 69 #define ecc_256_modq ecc_mod
|
H A D | ecc-internal.h | 53 #define ecc_mod _nettle_ecc_mod macro 213 ecc_mod_func ecc_mod; variable
|
H A D | ecc-mod.c | 44 ecc_mod (const struct ecc_modulo *m, mp_limb_t *rp) in ecc_mod() function
|
/dports/security/nettle/nettle-3.7.3/ |
H A D | ecc-secp224r1.c | 52 #define ecc_secp224r1_modp ecc_mod 151 ecc_mod, 152 ecc_mod,
|
H A D | ecc-secp192r1.c | 110 #define ecc_secp192r1_modp ecc_mod 223 ecc_mod, 224 ecc_mod,
|
H A D | ecc-secp384r1.c | 148 #define ecc_secp384r1_modp ecc_mod 243 ecc_mod, 244 ecc_mod,
|
H A D | ecc-curve448.c | 98 #define ecc_curve448_modp ecc_mod 255 ecc_mod, /* FIXME: Implement optimized mod function */ 256 ecc_mod, /* FIXME: Implement optimized reduce function */
|
H A D | ecc-secp521r1.c | 160 ecc_mod, 161 ecc_mod,
|
H A D | ecc-gost-gc256b.c | 58 #define ecc_gost_gc256b_modq ecc_mod
|
H A D | ecc-gost-gc512a.c | 58 #define ecc_gost_gc512a_modq ecc_mod
|
H A D | ecc-secp256r1.c | 68 #define ecc_secp256r1_modp ecc_mod 69 #define ecc_secp256r1_modq ecc_mod
|
H A D | ecc-mod.c | 46 ecc_mod (const struct ecc_modulo *m, mp_limb_t *rp, mp_limb_t *xp) in ecc_mod() function
|
H A D | ecc-internal.h | 57 #define ecc_mod _nettle_ecc_mod macro 234 ecc_mod_func ecc_mod; variable
|
H A D | ChangeLog | 431 * ecc-mod.c (ecc_mod): More unified handling of final carry 2278 * ecc-mod.c (ecc_mod): Workaround to silence a false positive from 3592 function. We no longer need a wrapper around ecc_mod. 3601 * ecc-mod.c (ecc_mod): Use struct ecc_modulo to specify the
|
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/ecc/ |
H A D | ecc-curve448.c | 107 #define ecc_curve448_modp ecc_mod 315 ecc_mod, /* FIXME: Implement optimized mod function */ 316 ecc_mod, /* FIXME: Implement optimized reduce function */
|
H A D | ecc-gost-gc256b.c | 68 #define ecc_gost_gc256b_modq ecc_mod
|
H A D | ecc-gost-gc512a.c | 68 #define ecc_gost_gc512a_modq ecc_mod
|
H A D | ecc-internal.h | 54 #define ecc_mod _gnutls_nettle_ecc_ecc_mod macro 236 ecc_mod_func ecc_mod; variable
|
H A D | ecc-mod.c | 44 ecc_mod (const struct ecc_modulo *m, mp_limb_t *rp) in ecc_mod() function
|
/dports/security/nettle/nettle-3.7.3/testsuite/ |
H A D | ecc-mod-test.c | 81 ecc_mod (m, t, t); in test_one() 97 ecc_mod (m, t + m->size, t); in test_one()
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/testsuite/ |
H A D | ecc-mod-test.c | 58 ecc_mod (m, t); in test_one()
|