Searched defs:h9 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
H A D | fe.h | 17 int64_t h9 = (load_3(s + 29) & 8388607) << 2; in fe25519_frombytes() local 111 int32_t h9 = f[9]; in fe25519_reduce() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe_frombytes_sandy2x.c | 42 uint64_t h9 = (load_3(s + 29) & 8388607) << 2; in fe_frombytes() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_25_5.h | 52 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
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 812 int64_t h9 = (load_3(s + 29) & 0x7fffff) << 2; in fe_frombytes() local 883 int32_t h9 = h[9]; in fe_tobytes() local 1190 …int64_t h9 = f0g9 + f1g8 + f2g7 + f3g6 + f4g5 + f5g4 + f6g3 + f7g2 + f8g1 … in fe_mul() local 1364 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq() local 1673 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq2() local 4341 int64_t h9 = f9 * (int64_t) 121666; in fe_mul121666() local
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avx512fp16intrin.h | 90 #define _mm512_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \ argument
|