Searched refs:h6 (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| D | curve25519.c | 809 int64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local 827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes() 833 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_frombytes() 842 h[6] = (int32_t)h6; in fe_frombytes() 880 int32_t h6 = h[6]; in fe_tobytes() local 893 q = (h6 + q) >> 26; in fe_tobytes() 907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes() 908 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes() 939 s[19] = (uint8_t)((h5 >> 24) | ((uint32_t)(h6) << 1)); in fe_tobytes() 940 s[20] = (uint8_t) (h6 >> 7); in fe_tobytes() [all …]
|
| /netbsd/src/external/mit/expat/dist/doc/ |
| D | ok.min.css | 2 …h6{font-size:var(--ok-fs-5);text-transform:uppercase;font-weight:var(--ok-fw-1)}h1,h2,h3,h4,h5,h6{… selector
|
| /netbsd/src/sys/dist/pf/net/ |
| D | pf_table.c | 1919 void *h4 = NULL, *h6 = NULL; in pfr_create_ktable() local 1940 if (!rn_inithead(&h6, offsetof(struct sockaddr_in6, sin6_addr) * 8)) { in pfr_create_ktable() 1945 kt->pfrkt_ip6 = h6; in pfr_create_ktable()
|
| D | pf.c | 1662 struct ip6_hdr *h6 = NULL; local 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;
|
| /netbsd/src/sys/dev/microcode/wi/ |
| D | esecsym | 261 �h6�4:�!�h6�4B� 262 "�h6�4� 263 #�h6�40�
|
| /netbsd/src/tests/usr.bin/netpgpverify/ |
| D | t_netpgpverify.sh | 909 X3/7h6//cpvevGTollKC8XeqrdDV/qyyxl6JLVXxVy615wn6k8cF3YuFDjwd6m2l
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog-4.1.0 | 2452 * configure.in: 4.0.99h6
|