OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h6
(Results
1 - 6
of
6
) sorted by relevancy
/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
57
carry5 = h5 >> 25;
h6
+= carry5; h5 &= 0x1FFFFFF;
63
carry6 =
h6
>> 26; h7 += carry6;
h6
&= 0x3FFFFFF;
72
h[6] =
h6
;
/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
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
123
q = (
h6
+ q) >> 26;
148
h6
+= carry5;
150
carry6 =
h6
>> 26;
152
h6
-= carry6 * ((uint32_t) 1L << 26)
[
all
...]
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
Makefile
34
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-beelink-gs1.dtb
35
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-orangepi-3.dtb
36
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-orangepi-lite2.dtb
37
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-orangepi-one-plus.dtb
38
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-pine-h64.dtb
39
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-pine-h64-model-b.dtb
40
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-tanix-tx6.dtb
41
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h6
-tanix-tx6-mini.dtb
/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
60
h[6] =
h6
;
87
int32_t
h6
= f[6] - g[6];
local
98
h[6] =
h6
;
123
int32_t
h6
= -f[6];
local
134
h[6] =
h6
;
520
int64_t
h6
= f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 +
local
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
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
...]
/src/sys/dist/pf/net/
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;
pf_table.c
1919
void *h4 = NULL, *
h6
= NULL;
local
1940
if (!rn_inithead(&
h6
, offsetof(struct sockaddr_in6, sin6_addr) * 8)) {
1945
kt->pfrkt_ip6 =
h6
;
Completed in 72 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026