Searched refs:h1 (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h77 uint32_t h1 = seed; local
94 h1 ^= k1;
95 h1 = hash_rotl_32(h1, 13);
96 h1 = h1*5 + 0xe6546b64;
110 k1 *= c2; h1 ^= k1;
115 h1 ^= len;
117 h1 = hash_fmix_32(h1);
128 uint32_t h1 = seed; local
230 uint64_t h1 = seed; local
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h69 unsigned long long h0, h1, h2; local
78 h1 = st->h[1];
92 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffff);
97 MUL(d, h1, s2);
102 MUL(d, h1, r0);
107 MUL(d, h1, r1);
117 h1 = LO(d1) & 0xfffffffffff;
124 h1 += c;
131 st->h[1] = h1;
138 unsigned long long h0, h1, h local
[all...]
H A Dpoly1305_donna32.h62 unsigned long h0, h1, h2, h3, h4; local
78 h1 = st->h[1];
86 h1 += (LOAD32_LE(m + 3) >> 2) & 0x3ffffff;
92 d0 = ((unsigned long long) h0 * r0) + ((unsigned long long) h1 * s4) +
95 d1 = ((unsigned long long) h0 * r1) + ((unsigned long long) h1 * r0) +
98 d2 = ((unsigned long long) h0 * r2) + ((unsigned long long) h1 * r1) +
101 d3 = ((unsigned long long) h0 * r3) + ((unsigned long long) h1 * r2) +
104 d4 = ((unsigned long long) h0 * r4) + ((unsigned long long) h1 * r3) +
113 h1 = (unsigned long) d1 & 0x3ffffff;
126 h1
142 unsigned long h0, h1, h2, h3, h4, c; local
[all...]
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_ht_hash.h125 uint32_t h1 = seed; local
143 h1 ^= k1;
144 h1 = ROTL32(h1,13);
145 h1 = h1*5+0xe6546b64;
162 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
168 h1 ^= len;
170 h1 = fmix(h1);
239 uint32_t h1 = (uint32_t)(seed) ^ len; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c87 u64 h0, h1, h2, c; local
99 h1 = st->h[1];
110 h1 += ((m0 >> 44) | (m1 << 20)) & 0x0fffffffffff;
114 d0 = ((u128)h0 * r0) + ((u128)h1 * s2) + ((u128)h2 * s1);
115 d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + ((u128)h2 * s2);
116 d2 = ((u128)h0 * r2) + ((u128)h1 * r1) + ((u128)h2 * r0);
120 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff;
131 st->h[1] = h1;
138 u64 h0, h1, h2; local
144 h1
[all...]
H A Dpoly1305.c155 u64 h0, h1, h2, c; local
164 h1 = st->h[1];
170 h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) + U8TOU64(inp + 8));
179 ((u128)h1 * s1);
181 ((u128)h1 * r0) +
188 h1 = (u64)(d1 += d0 >> 64);
194 h1 += (c = CONSTANT_TIME_CARRY(h0,c));
195 h2 += CONSTANT_TIME_CARRY(h1,c);
211 st->h[1] = h1;
219 u64 h0, h1, h2; local
297 u32 h0, h1, h2, h3, h4, c; local
385 u32 h0, h1, h2, h3, h4; local
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dpoly1305.c36 uint32_t h0,h1,h2,h3,h4; local
67 h1 = 0;
84 h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
91 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
93 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
94 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
95 t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0);
98 t[1] += c; h1 = (uint32_t)t[1] & 0x3ffffff; b = (uint32_t)(t[1] >> 26);
121 h1
[all...]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl80 my ($d0hi,$d0lo,$d1hi,$d1lo,$t0,$h0,$t1,$h1,$h2) = map("%r$_",(6..14));
101 lg $h1,8($ctx)
116 alcgr $d1lo,$h1
120 lgr $h1,$d1lo
121 mlgr $d1hi,$s1 # h1*5*r1 -> $d1hi:$d1lo
124 mlgr $t1,$r0 # h1*r0 -> $t1:$h1
132 algr $h1,$h0
138 algr $h1,$d1lo
141 algr $h1,
[all...]
H A Dpoly1305-ppc.pl92 my ($h0,$h1,$h2,$d0,$d1,$d2, $r0,$r1,$s1, $t0,$t1) = map("r$_",(7..12,27..31));
115 li $h1,12
117 lwbrx $h1,$h1,$inp
119 insrdi $d1,$h1,32,0
122 lis $h1,0xfff # 0x0fff0000
123 ori $h1,$h1,0xfffc # 0x0ffffffc
124 insrdi $h1,$h1,3
[all...]
H A Dpoly1305-armv8.pl51 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14));
125 ldp $h0,$h1,[$ctx] // load hash value
140 adcs $h1,$h1,$t1
146 mul $t0,$h1,$s1 // h1*5*r1
147 umulh $t1,$h1,$s1
155 mul $t0,$h1,$r0 // h1*r0
157 umulh $t1,$h1,
[all...]
H A Dpoly1305-mips.pl170 my ($h0,$h1,$h2,$r0,$r1,$s1,$d0,$d1,$d2) =
206 ld $h1,8($ctx)
268 daddu $h1,$in1
270 sltu $tmp1,$h1,$in1
271 daddu $h1,$tmp0
275 sltu $tmp0,$h1,$tmp0
279 dmultu ($s1,$h1) # h1*5*r1
282 mflo ($tmp0,$s1,$h1)
283 mfhi ($tmp1,$s1,$h1)
[all...]
H A Dpoly1305-sparcv9.pl49 my ($h0,$h1,$h2,$h3, $t0,$t1,$t2) = map("%o$_",(0..5,7));
100 set 8,$h1
109 ldxa [$inp+$h1]0x88,$h1
113 sllx $h1,$shl,$t2
114 srlx $h1,$shr,$h1
117 or $h2,$h1,$h1
121 and $t1,$h1,
[all...]
H A Dpoly1305-armv4.pl182 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12));
234 adcs $h1,$h1,r3
268 adcs $h1,$h1,r1
276 umull r2,r3,$h1,$r0
283 umlal r0,r1,$h1,$s3
293 str r2,[sp,#4] @ future $h1
302 umlal r0,r1,$h1,$r1
303 umlal r2,r3,$h1,
[all...]
H A Dpoly1305-ppcfp.pl548 my ($h0,$h1,$h2,$h3,$h4, $d0,$d1,$d2,$d3
568 lwz $h1,`8*1+(4^$LITTLE_ENDIAN)`($ctx)
589 adde $h1,$h1,$d0
595 addze $d1,$h1
606 andc $h1,$h1,$mask
612 or $h1,$h1,$d1
622 adde $h1,
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dsasl.c165 char *hr, *h1, *h, *res; local
180 h1 = s1;
184 while (h != NULL && *h1 != '\0')
187 if ((h = strchr(h1, ' ')) != NULL)
189 l1 = strlen(h1);
192 if (iteminlist(h1, s2, " ") != NULL)
199 memcpy(hr, h1, l1);
209 h1 = h + 1;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c34 uint64_t h1 = load_3(s + 4) << 6; local
55 carry1 = h1 >> 25; h2 += carry1; h1 &= 0x1FFFFFF;
60 carry0 = h0 >> 26; h1 += carry0; h0 &= 0x3FFFFFF;
67 h[1] = h1;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h9 int64_t h1 = load_3(s + 4) << 6; local
33 carry1 = (h1 + (int64_t)(1L << 24)) >> 25;
35 h1 -= carry1 * ((uint64_t) 1L << 25);
47 h1 += carry0;
63 h[1] = (int32_t) h1;
103 int32_t h1 = f[1]; local
118 q = (h1 + q) >> 25;
133 h1 += carry0;
135 carry1 = h1 >> 25;
137 h1
[all...]
/freebsd-13-stable/tests/sys/netgraph/
H A Dutil.h41 #define ng_connect(p1,h1,p2,h2) \
42 _ng_connect(p1,h1,p2,h2,__FILE__,__LINE__)
48 #define ng_mkpeer(p1,h1,t,h2) \
49 _ng_mkpeer(p1,h1,t,h2,__FILE__,__LINE__)
/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c83 uint64_t h0, h1, h2, h0r, h1r, h2r; local
90 h1 = br_dec64be(hb);
93 h1r = rev64(h1);
94 h2 = h0 ^ h1;
122 z1 = bmul64(y1, h1);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h9 uint64_t h0, h1, h2, h3, h4; local
12 h1 = (LOAD64_LE(s + 6) >> 3) & mask;
18 h[1] = h1;
/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_sha.h31 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
H A Dossl_sha1.c34 ll=(c)->h1; (void)HOST_l2c(ll,(s)); \
57 c->h1 = INIT_DATA_h1;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h36 uint64_t h1 = f[1] + g[1]; local
42 h[1] = h1;
56 uint64_t h0, h1, h2, h3, h4; local
59 h1 = g[1];
64 h1 += h0 >> 51;
66 h2 += h1 >> 51;
67 h1 &= mask;
76 h1 = (f[1] + 0xffffffffffffeULL) - h1;
82 h[1] = h1;
498 uint64_t h0, h1, h2, h3, h4; local
[all...]
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dnet.c190 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
232 h1[0] = '\0';
233 if (getnameinfo(lr->ai_addr, lr->ai_addrlen, h1, sizeof(h1),
242 if (strcmp(h1, h2) == 0)
/freebsd-13-stable/usr.sbin/lpr/pac/
H A Dpac.c409 register const struct hent *h1, *h2; local
412 h1 = *(const struct hent * const *)a;
415 r = h1->h_feetpages < h2->h_feetpages ?
416 -1 : h1->h_feetpages > h2->h_feetpages;
418 r = strcmp(h1->h_name, h2->h_name);

Completed in 218 milliseconds

1234