Searched refs:ECC_MUL_G_ITCH (Results 1 – 21 of 21) sorted by relevance
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/ |
H A D | ecc-point-mul-g.c | 47 TMP_DECL(scratch, mp_limb_t, 3*ECC_MAX_SIZE + ECC_MUL_G_ITCH (ECC_MAX_SIZE)); in ecc_point_mul_g()
|
H A D | ecdsa-keygen.c | 50 TMP_DECL(p, mp_limb_t, 3*ECC_MAX_SIZE + ECC_MUL_G_ITCH (ECC_MAX_SIZE)); in ecdsa_generate_keypair()
|
H A D | ecc-224.c | 112 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-521.c | 125 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-192.c | 160 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-384.c | 197 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-256.c | 289 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-internal.h | 400 #define ECC_MUL_G_ITCH(size) (9*(size)) macro
|
/dports/security/nettle/nettle-3.7.3/ |
H A D | ecdsa-keygen.c | 50 TMP_DECL(p, mp_limb_t, 3*ECC_MAX_SIZE + ECC_MUL_G_ITCH (ECC_MAX_SIZE)); in ecdsa_generate_keypair()
|
H A D | ecc-gost-gc256b.c | 109 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-gost-gc512a.c | 109 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-secp224r1.c | 165 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-secp521r1.c | 174 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-secp192r1.c | 237 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-secp384r1.c | 257 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-secp256r1.c | 347 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-internal.h | 468 #define ECC_MUL_G_ITCH(size) (8*(size)) macro
|
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/gost/ |
H A D | gostdsa-keygen.c | 51 TMP_DECL(p, mp_limb_t, 3*ECC_MAX_SIZE + ECC_MUL_G_ITCH (ECC_MAX_SIZE)); in gostdsa_generate_keypair()
|
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/ecc/ |
H A D | ecc-gost-gc256b.c | 119 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-gost-gc512a.c | 119 ECC_MUL_G_ITCH (ECC_LIMB_SIZE),
|
H A D | ecc-internal.h | 443 #define ECC_MUL_G_ITCH(size) (9*(size)) macro
|