Searched defs:h8 (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 | 16 int64_t h8 = load_3(s + 26) << 4; in fe25519_frombytes() local 110 int32_t h8 = f[8]; in fe25519_reduce() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe_frombytes_sandy2x.c | 41 uint64_t h8 = load_3(s + 26) << 4; in fe_frombytes() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_25_5.h | 51 int32_t h8 = f[8] + g[8]; in fe25519_add() local 89 int32_t h8 = f[8] - g[8]; in fe25519_sub() local 125 int32_t h8 = -f[8]; in fe25519_neg() local 524 int64_t h8 = f0g8 + f1g7_2 + f2g6 + f3g5_2 + f4g4 + f5g3_2 + f6g2 + f7g1_2 + in fe25519_mul() local 729 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; in fe25519_sq() local 901 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; in fe25519_sq2() local 1003 int64_t h8 = f8 * sn; in fe25519_scalar_product() local
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 811 int64_t h8 = load_3(s + 26) << 4; in fe_frombytes() local 882 int32_t h8 = h[8]; in fe_tobytes() local 1189 …int64_t h8 = f0g8 + f1g7_2 + f2g6 + f3g5_2 + f4g4 + f5g3_2 + f6g2 + f7g1_2 + f8g0 … in fe_mul() local 1363 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; in fe_sq() local 1672 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; in fe_sq2() local 4340 int64_t h8 = f8 * (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
|