Home
last modified time | relevance | path

Searched defs:h9 (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.h17 int64_t h9 = (load_3(s + 29) & 8388607) << 2; in fe25519_frombytes() local
111 int32_t h9 = f[9]; in fe25519_reduce() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c42 uint64_t h9 = (load_3(s + 29) & 8388607) << 2; in fe_frombytes() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h52 int32_t h9 = f[9] + g[9]; in fe25519_add() local
90 int32_t h9 = f[9] - g[9]; in fe25519_sub() local
126 int32_t h9 = -f[9]; in fe25519_neg() local
526 int64_t h9 = in fe25519_mul() local
730 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe25519_sq() local
902 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe25519_sq2() local
1004 int64_t h9 = f9 * sn; in fe25519_scalar_product() local