Searched defs:h6 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h14 int64_t h6 = load_3(s + 20) << 7; local
108 int32_t h6 = f[6]; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c39 uint64_t h6 = load_3(s + 20) << 7; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h269 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member in struct:llvm::hashing::detail::hash_state
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h49 int32_t h6 = f[6] + g[6]; local
87 int32_t h6 = f[6] - g[6]; local
123 int32_t h6 = -f[6]; local
520 int64_t h6 = f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + local
727 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local
899 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local
1001 int64_t h6 = f6 * sn; local
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c632 struct ip6_hdr *h6 = NULL; local
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf.c2928 struct ip6_hdr *h6 = NULL; local
3076 struct ip6_hdr *h6 local
3254 struct ip6_hdr *h6; local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c809 int64_t h6 = load_3(s + 20) << 7; local
880 int32_t h6 = h[6]; local
1187 int64_t h6 = f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + f7g9_38 + f8g8_19 + f9g7_38; local
1361 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local
1670 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local
4338 int64_t h6 = f6 * (int64_t) 121666; local
[all...]

Completed in 101 milliseconds