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 D | fe.h | 14 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 D | fe_frombytes_sandy2x.c | 39 uint64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_25_5.h | 49 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 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 | 809 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 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/sys/netpfil/pf/ |
H A D | pf_norm.c | 2227 struct ip6_hdr *h6 = mtod(pd->m, struct ip6_hdr *); pf_scrub() local
|
H A D | pf.c | 3934 struct ip6_hdr *h6 = NULL; in pf_build_tcp() local 4079 struct ip6_hdr *h6 = NULL; in pf_send_sctp_abort() local
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 632 struct ip6_hdr *h6 = NULL; in ipfw_send_pkt() 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
|