Searched defs:h9 (Results 1 - 3 of 3) sorted by relevance

/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h17 int64_t h9 = (load_3(s + 29) & 8388607) << 2; local in function:fe25519_frombytes
111 int32_t h9 = f[9]; local in function:fe25519_reduce
[all...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c42 uint64_t h9 = (load_3(s + 29) & 8388607) << 2; local in function:fe_frombytes
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h52 int32_t h9 = f[9] + g[9]; local in function:fe25519_add
90 int32_t h9 = f[9] - g[9]; local in function:fe25519_sub
126 int32_t h9 = -f[9]; local in function:fe25519_neg
526 int64_t h9 = local in function:fe25519_mul
730 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local in function:fe25519_sq
902 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local in function:fe25519_sq2
1004 int64_t h9 = f9 * sn; local in function:fe25519_scalar_product
[all...]

Completed in 4 milliseconds