HomeSort by: relevance | last modified time | path
    Searched defs:h6 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h 14 int64_t h6 = load_3(s + 20) << 7; local in function:fe25519_frombytes
40 h6 += carry5;
55 carry6 = (h6 + (int64_t)(1L << 25)) >> 26;
57 h6 -= carry6 * ((uint64_t) 1L << 26);
68 h[6] = (int32_t) h6;
108 int32_t h6 = f[6]; local in function:fe25519_reduce
123 q = (h6 + q) >> 26;
148 h6 += carry5;
150 carry6 = h6 >> 26;
152 h6 -= carry6 * ((uint32_t) 1L << 26)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 39 uint64_t h6 = load_3(s + 20) << 7; local in function:fe_frombytes
57 carry5 = h5 >> 25; h6 += carry5; h5 &= 0x1FFFFFF;
63 carry6 = h6 >> 26; h7 += carry6; h6 &= 0x3FFFFFF;
72 h[6] = h6;
  /src/sys/dist/pf/net/
pf_table.c 1919 void *h4 = NULL, *h6 = NULL; local in function:pfr_create_ktable
1940 if (!rn_inithead(&h6, offsetof(struct sockaddr_in6, sin6_addr) * 8)) {
1945 kt->pfrkt_ip6 = h6;
pf.c 1662 struct ip6_hdr *h6 = NULL; local in function:pf_send_tcp
1756 h6 = mtod(m, struct ip6_hdr *);
1759 h6->ip6_nxt = IPPROTO_TCP;
1760 h6->ip6_plen = htons(tlen);
1761 memcpy(&h6->ip6_src, &saddr->v6, sizeof(struct in6_addr));
1762 memcpy(&h6->ip6_dst, &daddr->v6, sizeof(struct in6_addr));
1764 th = (struct tcphdr *)((char *)h6 + sizeof(struct ip6_hdr));
1841 h6->ip6_vfc |= IPV6_VERSION;
1842 h6->ip6_hlim = IPV6_DEFHLIM;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 49 int32_t h6 = f[6] + g[6]; local in function:fe25519_add
60 h[6] = h6;
87 int32_t h6 = f[6] - g[6]; local in function:fe25519_sub
98 h[6] = h6;
123 int32_t h6 = -f[6]; local in function:fe25519_neg
134 h[6] = h6;
520 int64_t h6 = f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + local in function:fe25519_mul
542 i.e. |h0| <= 1.4*2^60; narrower ranges for h2, h4, h6, h8
562 h6 += carry5;
567 /* |h6| <= 1.41*2^60 *
727 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local in function:fe25519_sq
899 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local in function:fe25519_sq2
1001 int64_t h6 = f6 * sn; local in function:fe25519_scalar_product
    [all...]

Completed in 41 milliseconds