Searched defs:h5 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
H A D | fe.h | 13 int64_t h5 = load_4(s + 16); in fe25519_frombytes() local 107 int32_t h5 = f[5]; in fe25519_reduce() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe_frombytes_sandy2x.c | 38 uint64_t h5 = load_4(s + 16); in fe_frombytes() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_25_5.h | 48 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 253 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 808 int64_t h5 = load_4(s + 16); in fe_frombytes() local 879 int32_t h5 = h[5]; in fe_tobytes() local 1186 …int64_t h5 = f0g5 + f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + f8g7_19 … in fe_mul() local 1360 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe_sq() local 1669 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe_sq2() local 4337 int64_t h5 = f5 * (int64_t) 121666; in fe_mul121666() local
|
/freebsd/contrib/expat/doc/ |
H A D | ok.min.css | 2 …ody{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0…
|
/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
|