Home
last modified time | relevance | path

Searched defs:h7 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h15 int64_t h7 = load_3(s + 23) << 5; in fe25519_frombytes() local
109 int32_t h7 = f[7]; in fe25519_reduce() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c40 uint64_t h7 = load_3(s + 23) << 5; in fe_frombytes() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h50 int32_t h7 = f[7] + g[7]; in fe25519_add() local
88 int32_t h7 = f[7] - g[7]; in fe25519_sub() local
124 int32_t h7 = -f[7]; in fe25519_neg() local
522 int64_t h7 = f0g7 + f1g6 + f2g5 + f3g4 + f4g3 + f5g2 + f6g1 + f7g0 + in fe25519_mul() local
728 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe25519_sq() local
900 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe25519_sq2() local
1002 int64_t h7 = f7 * sn; in fe25519_scalar_product() local