Home
last modified time | relevance | path

Searched defs:h5 (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.h13 int64_t h5 = load_4(s + 16); in fe25519_frombytes() local
107 int32_t h5 = f[5]; in fe25519_reduce() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c38 uint64_t h5 = load_4(s + 16); in fe_frombytes() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h48 int32_t h5 = f[5] + g[5]; in fe25519_add() local
86 int32_t h5 = f[5] - g[5]; in fe25519_sub() local
122 int32_t h5 = -f[5]; in fe25519_neg() local
518 int64_t h5 = f0g5 + f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + in fe25519_mul() local
726 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe25519_sq() local
898 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe25519_sq2() local
1000 int64_t h5 = f5 * sn; in fe25519_scalar_product() local