Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h96 h1 = h1*5 + 0xe6546b64; in hash_x86_32()
117 h1 = hash_fmix_32(h1); in hash_x86_32()
151 h1 = hash_rotl_32(h1, 19); h1 += h2; in hash_x86_128()
152 h1 = h1*5 + 0x561ccd1b; in hash_x86_128()
209 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
210 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
212 h1 = hash_fmix_32(h1); in hash_x86_128()
217 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
218 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
247 h1 = hash_rotl_64(h1, 27); h1 += h2; in hash_x64_128()
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl144 adcs $h1,$h1,$t1
205 csel $h1,$h1,$d1,eq
212 adc $h1,$h1,$t1
215 rev $h1,$h1
332 adc $h1,$h1,xzr
345 adcs $h1,$h1,xzr
353 adcs $h1,$h1,$d1
399 adcs $h1,$h1,$d1
902 adc $h1,$h1,xzr
930 adc $h1,$h1,$t1
[all …]
H A Dpoly1305-ppc.pl290 and $h1,$h1,r0
308 or $h1,$h1,$h4
327 srdi $h1,$h1,8
332 srdi $h1,$h1,8
337 srdi $h1,$h1,8
342 srdi $h1,$h1,8
347 srdi $h1,$h1,8
352 srdi $h1,$h1,8
357 srdi $h1,$h1,8
601 addze $h1,$h1
[all …]
H A Dpoly1305-sparcv9.pl116 srlx $h1,$shr,$h1
119 or $h2,$h1,$h1
123 and $t1,$h1,$h1
198 addccc $t0,$h1,$h1
247 addcc $d1,$h1,$h1
262 addccc %g0,$h1,$h1
403 addccc $r1,$h1,$h1
974 or $d1,$h1,$h1
991 srl $h1,8,$h1
1000 srl $h1,8,$h1
[all …]
H A Dpoly1305-armv4.pl229 adcs $h1,$h1,r3
263 adcs $h1,$h1,r1
317 adcs $h1,$h1,#0
384 adcs $h1,$h1,$g1
391 rev $h1,$h1
403 mov $h1,$h1,lsr#8
412 mov $h1,$h1,lsr#8
421 mov $h1,$h1,lsr#8
1181 adcs $h1,$h1,#0
1207 adcs $h1,$h1,$g1
[all …]
H A Dpoly1305-mips.pl210 ld $h1,8($ctx)
272 daddu $h1,$in1
274 sltu $tmp1,$h1,$in1
275 daddu $h1,$tmp0
286 mflo ($tmp0,$s1,$h1)
287 mfhi ($tmp1,$s1,$h1)
300 mflo ($tmp0,$r0,$h1)
301 mfhi ($tmp1,$r0,$h1)
326 daddu $h1,$d1,$tmp0
327 sltu $tmp0,$h1,$tmp0
[all …]
H A Dpoly1305-s390x.pl173 lgr ($h1,$d1lo);
184 algr ($h1,$h0);
257 srlg ($h1,$h1,12);
271 xgr ($h1,$d1);
277 xgr ($h1,$d1);
909 srlg ($h1,$h1,12);
923 xgr ($h1,$d1);
929 xgr ($h1,$d1);
934 lgr ($d1,$h1);
946 xgr ($h1,$d1);
[all …]
H A Dpoly1305-ppcfp.pl593 adde $h1,$h1,$d0
599 addze $d1,$h1
610 andc $h1,$h1,$mask
616 or $h1,$h1,$d1
626 adde $h1,$h1,$d1
633 add $h1,$h1,$d0
638 add $h1,$h1,$d0
639 srdi $d1,$h1,32
646 insrdi $h0,$h1,32,0
674 srdi $h1,$h0,32
[all …]
H A Dpoly1305-ia64.S107 h0=r17; h1=r18; h2=r19;
129 ld8 h1=[r9],16
189 add h1=h1,i1
194 { .mmi; (p6) add h1=1,h1;;
195 setf.sig HF1=h1
234 { .mmi; add h1=r26,r28
238 cmp.ltu p7,p0=h1,r28
243 { .mmi; add h1=h1,r23;;
244 cmp.ltu p6,p7=h1,r23
262 (p6) add h1=1,h1 };;
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h78 h1 = st->h[1]; in poly1305_blocks()
124 h1 += c; in poly1305_blocks()
131 st->h[1] = h1; in poly1305_blocks()
157 h1 = st->h[1]; in poly1305_finish()
160 c = (h1 >> 44); in poly1305_finish()
168 h1 += c; in poly1305_finish()
169 c = (h1 >> 44); in poly1305_finish()
177 h1 += c; in poly1305_finish()
183 g1 = h1 + c; in poly1305_finish()
195 h1 = (h1 & c) | g1; in poly1305_finish()
[all …]
H A Dpoly1305_donna32.h78 h1 = st->h[1]; in poly1305_blocks()
126 h1 += c; in poly1305_blocks()
133 st->h[1] = h1; in poly1305_blocks()
161 h1 = st->h[1]; in poly1305_finish()
166 c = h1 >> 26; in poly1305_finish()
167 h1 = h1 & 0x3ffffff; in poly1305_finish()
180 h1 += c; in poly1305_finish()
186 g1 = h1 + c; in poly1305_finish()
207 h1 = (h1 & mask) | g1; in poly1305_finish()
214 h1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff; in poly1305_finish()
[all …]
/freebsd/sys/contrib/ck/src/
H A Dck_ht_hash.h125 uint32_t h1 = seed; in MurmurHash3_x86_32() local
143 h1 ^= k1; in MurmurHash3_x86_32()
144 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
145 h1 = h1*5+0xe6546b64; in MurmurHash3_x86_32()
168 h1 ^= len; in MurmurHash3_x86_32()
170 h1 = fmix(h1); in MurmurHash3_x86_32()
248 h1 *= m; h1 ^= k1; in MurmurHash64B()
261 h1 *= m; h1 ^= k1; in MurmurHash64B()
275 h1 ^= h2 >> 18; h1 *= m; in MurmurHash64B()
277 h1 ^= h2 >> 17; h1 *= m; in MurmurHash64B()
[all …]
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c87 u64 h0, h1, h2, c; in poly1305_blocks() local
99 h1 = st->h[1]; in poly1305_blocks()
131 st->h[1] = h1; in poly1305_blocks()
138 u64 h0, h1, h2; in poly1305_emit() local
144 h1 = st->h[1]; in poly1305_emit()
148 h0 = (u64)(t = (u128)h0 + (h1 << 44)); h1 >>= 20; in poly1305_emit()
149 h1 = (u64)(t = (u128)h1 + (h2 << 24) + (t >> 64)); h2 >>= 40; in poly1305_emit()
154 g1 = (u64)(t = (u128)h1 + (t >> 64)); in poly1305_emit()
163 h1 = (h1 & mask) | g1; in poly1305_emit()
167 h1 = (u64)(t = (u128)h1 + nonce[2] + ((u64)nonce[3]<<32) + (t >> 64)); in poly1305_emit()
[all …]
H A Dpoly1305.c162 h1 = st->h[1]; in poly1305_blocks()
168 h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) + U8TOU64(inp + 8)); in poly1305_blocks()
209 st->h[1] = h1; in poly1305_blocks()
223 h1 = st->h[1]; in poly1305_emit()
237 h1 = (h1 & mask) | g1; in poly1305_emit()
308 h1 = st->h[1]; in poly1305_blocks()
316 h1 = (u32)(d1 = (u64)h1 + (d0 >> 32) + U8TOU32(inp + 4)); in poly1305_blocks()
373 st->h[1] = h1; in poly1305_blocks()
389 h1 = st->h[1]; in poly1305_emit()
409 h1 = (h1 & mask) | g1; in poly1305_emit()
[all …]
/freebsd/crypto/openssh/
H A Dpoly1305.c35 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local
66 h1 = 0; in poly1305_auth()
83 h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff; in poly1305_auth()
97 t[1] += c; h1 = (uint32_t)t[1] & 0x3ffffff; b = (uint32_t)(t[1] >> 26); in poly1305_auth()
120 h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff; in poly1305_auth()
129 h1 += b; b = h1 >> 26; h1 = h1 & 0x3ffffff; in poly1305_auth()
134 h1 += b; in poly1305_auth()
137 g1 = h1 + b; b = g1 >> 26; g1 &= 0x3ffffff; in poly1305_auth()
145 h1 = (h1 & nb) | (g1 & b); in poly1305_auth()
150 f0 = ((h0 ) | (h1 << 26)) + (uint64_t)U8TO32_LE(&key[16]); in poly1305_auth()
[all …]
/freebsd/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/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h9 int64_t h1 = load_3(s + 4) << 6; in fe25519_frombytes() local
33 carry1 = (h1 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
35 h1 -= carry1 * ((uint64_t) 1L << 25); in fe25519_frombytes()
47 h1 += carry0; in fe25519_frombytes()
63 h[1] = (int32_t) h1; in fe25519_frombytes()
103 int32_t h1 = f[1]; in fe25519_reduce() local
118 q = (h1 + q) >> 25; in fe25519_reduce()
133 h1 += carry0; in fe25519_reduce()
135 carry1 = h1 >> 25; in fe25519_reduce()
137 h1 -= carry1 * ((uint32_t) 1L << 25); in fe25519_reduce()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl43 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
51 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
186 add $h1=$h1,$a };; // wrap up
261 { .mlx; ld4 $h1=[tmp0],8
276 mov $B=$h1
277 mux2 tmp6=$h1,0x44 }
304 st4 [tmp0]=$h1,8 };;
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c34 uint64_t h1 = load_3(s + 4) << 6; in fe_frombytes() local
55 carry1 = h1 >> 25; h2 += carry1; h1 &= 0x1FFFFFF; in fe_frombytes()
60 carry0 = h0 >> 26; h1 += carry0; h0 &= 0x3FFFFFF; in fe_frombytes()
67 h[1] = h1; in fe_frombytes()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h55 h[1] = h1; in fe25519_add()
93 h[1] = h1; in fe25519_sub()
129 h[1] = h1; in fe25519_neg()
548 h1 += carry0; in fe25519_mul()
609 h1 += carry0; in fe25519_mul()
744 h1 += carry0; in fe25519_sq()
783 h1 += carry0; in fe25519_sq()
916 h1 += h1; in fe25519_sq2()
927 h1 += carry0; in fe25519_sq2()
966 h1 += carry0; in fe25519_sq2()
[all …]
H A Ded25519_ref10_fe_51.h36 uint64_t h1 = f[1] + g[1]; in fe25519_add() local
42 h[1] = h1; in fe25519_add()
56 uint64_t h0, h1, h2, h3, h4; in fe25519_sub() local
59 h1 = g[1]; in fe25519_sub()
64 h1 += h0 >> 51; in fe25519_sub()
66 h2 += h1 >> 51; in fe25519_sub()
67 h1 &= mask; in fe25519_sub()
76 h1 = (f[1] + 0xffffffffffffeULL) - h1; in fe25519_sub()
82 h[1] = h1; in fe25519_sub()
503 h1 = ((uint64_t) a) & mask; in fe25519_scalar_product()
[all …]
/freebsd/sys/powerpc/include/
H A Dbus.h272 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
273 (*(t)->__bs_opname(c,sz))(h1, o1, h2, o2, cnt)
445 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
446 __bs_copy(1, t, h1, o1, h2, o2, c)
447 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
448 __bs_copy(2, t, h1, o1, h2, o2, c)
450 __bs_copy(4, t, h1, o1, h2, o2, c)
452 __bs_copy(8, t, h1, o1, h2, o2, c)
456 __bs_copy(s_2, t, h1, o1, h2, o2, c)
458 __bs_copy(s_4, t, h1, o1, h2, o2, c)
[all …]
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c83 uint64_t h0, h1, h2, h0r, h1r, h2r; in br_ghash_ctmul64() local
90 h1 = br_dec64be(hb); in br_ghash_ctmul64()
93 h1r = rev64(h1); in br_ghash_ctmul64()
94 h2 = h0 ^ h1; in br_ghash_ctmul64()
122 z1 = bmul64(y1, h1); in br_ghash_ctmul64()
/freebsd/tests/sys/netgraph/
H A Dutil.h41 #define ng_connect(p1,h1,p2,h2) \ argument
42 _ng_connect(p1,h1,p2,h2,__FILE__,__LINE__)
48 #define ng_mkpeer(p1,h1,t,h2) \ argument
49 _ng_mkpeer(p1,h1,t,h2,__FILE__,__LINE__)
/freebsd/crypto/heimdal/doc/
H A Dheimdal.css7 h1, h2, h3 { selector
11 h1 { selector
17 h1 { selector

1234567