Searched defs:h7 (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 | 15 int64_t h7 = load_3(s + 23) << 5; in fe25519_frombytes() local 109 int32_t h7 = f[7]; in fe25519_reduce() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe_frombytes_sandy2x.c | 40 uint64_t h7 = load_3(s + 23) << 5; in fe_frombytes() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_25_5.h | 50 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
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 810 int64_t h7 = load_3(s + 23) << 5; in fe_frombytes() local 881 int32_t h7 = h[7]; in fe_tobytes() local 1188 …int64_t h7 = f0g7 + f1g6 + f2g5 + f3g4 + f4g3 + f5g2 + f6g1 + f7g0 + f8g9_19 … in fe_mul() local 1362 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe_sq() local 1671 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe_sq2() local 4339 int64_t h7 = f7 * (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
|