Home
last modified time | relevance | path

Searched defs:h6 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h14 int64_t h6 = load_3(s + 20) << 7; in fe25519_frombytes() local
108 int32_t h6 = f[6]; in fe25519_reduce() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c39 uint64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h49 int32_t h6 = f[6] + g[6]; in fe25519_add() local
87 int32_t h6 = f[6] - g[6]; in fe25519_sub() local
123 int32_t h6 = -f[6]; in fe25519_neg() local
520 int64_t h6 = f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + in fe25519_mul() local
727 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe25519_sq() local
899 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe25519_sq2() local
1001 int64_t h6 = f6 * sn; in fe25519_scalar_product() local
/freebsd/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
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c809 int64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local
880 int32_t h6 = h[6]; in fe_tobytes() local
1187 …int64_t h6 = f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + f7g9_38 + f8g8_19 … in fe_mul() local
1361 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe_sq() local
1670 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe_sq2() local
4338 int64_t h6 = f6 * (int64_t) 121666; in fe_mul121666() local
/freebsd/contrib/expat/doc/
H A Dok.min.css2 …ody{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0…
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c632 struct ip6_hdr *h6 = NULL; in ipfw_send_pkt() local
/freebsd/sys/netpfil/pf/
H A Dpf.c2923 struct ip6_hdr *h6 = NULL; in pf_build_tcp() local
3071 struct ip6_hdr *h6 = NULL; in pf_send_sctp_abort() local
3249 struct ip6_hdr *h6; in pf_return() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512vlfp16intrin.h76 #define _mm_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8) \ argument
79 #define _mm256_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \ argument
H A Davx512fp16intrin.h90 #define _mm512_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \ argument