Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h62 unsigned long h0, h1, h2, h3, h4; in poly1305_blocks() local
81 h4 = st->h[4]; in poly1305_blocks()
94 ((unsigned long long) h4 * s1); in poly1305_blocks()
97 ((unsigned long long) h4 * s2); in poly1305_blocks()
136 st->h[4] = h4; in poly1305_blocks()
164 h4 = st->h[4]; in poly1305_finish()
174 h4 += c; in poly1305_finish()
175 c = h4 >> 26; in poly1305_finish()
176 h4 = h4 & 0x3ffffff; in poly1305_finish()
195 g4 = h4 + c - (1UL << 26); in poly1305_finish()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dhash.h131 uint32_t h4 = seed; in hash_x86_128() local
161 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
166 h4 = hash_rotl_32(h4, 13); h4 += h1; in hash_x86_128()
167 h4 = h4*5 + 0x32ac3b17; in hash_x86_128()
206 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128()
208 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
209 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
214 h4 = hash_fmix_32(h4); in hash_x86_128()
216 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
217 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h12 int64_t h4 = load_3(s + 13) << 2; in fe25519_frombytes() local
37 h4 += carry3; in fe25519_frombytes()
52 carry4 = (h4 + (int64_t)(1L << 25)) >> 26; in fe25519_frombytes()
54 h4 -= carry4 * ((uint64_t) 1L << 26); in fe25519_frombytes()
66 h[4] = (int32_t) h4; in fe25519_frombytes()
106 int32_t h4 = f[4]; in fe25519_reduce() local
121 q = (h4 + q) >> 26; in fe25519_reduce()
142 h4 += carry3; in fe25519_reduce()
144 carry4 = h4 >> 26; in fe25519_reduce()
146 h4 -= carry4 * ((uint32_t) 1L << 26); in fe25519_reduce()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c37 uint64_t h4 = load_3(s + 13) << 2; in fe_frombytes() local
56 carry3 = h3 >> 25; h4 += carry3; h3 &= 0x1FFFFFF; in fe_frombytes()
62 carry4 = h4 >> 26; h5 += carry4; h4 &= 0x3FFFFFF; in fe_frombytes()
70 h[4] = h4; in fe_frombytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h47 int32_t h4 = f[4] + g[4]; in fe25519_add() local
58 h[4] = h4; in fe25519_add()
96 h[4] = h4; in fe25519_sub()
121 int32_t h4 = -f[4]; in fe25519_neg() local
132 h[4] = h4; in fe25519_neg()
581 h4 += carry3; in fe25519_mul()
618 h[4] = (int32_t) h4; in fe25519_mul()
765 h4 += carry3; in fe25519_sq()
919 h4 += h4; in fe25519_sq2()
948 h4 += carry3; in fe25519_sq2()
[all …]
H A Ded25519_ref10_fe_51.h39 uint64_t h4 = f[4] + g[4]; in fe25519_add() local
45 h[4] = h4; in fe25519_add()
56 uint64_t h0, h1, h2, h3, h4; in fe25519_sub() local
62 h4 = g[4]; in fe25519_sub()
70 h4 += h3 >> 51; in fe25519_sub()
72 h0 += 19ULL * (h4 >> 51); in fe25519_sub()
73 h4 &= mask; in fe25519_sub()
79 h4 = (f[4] + 0xffffffffffffeULL) - h4; in fe25519_sub()
85 h[4] = h4; in fe25519_sub()
509 h4 = ((uint64_t) a) & mask; in fe25519_scalar_product()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h9 uint64_t h0, h1, h2, h3, h4; in fe25519_frombytes() local
15 h4 = (LOAD64_LE(s + 24) >> 12) & mask; in fe25519_frombytes()
21 h[4] = h4; in fe25519_frombytes()
/f-stack/freebsd/crypto/openssl/
H A Dossl_sha1.c37 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
60 c->h4 = INIT_DATA_h4; in HASH_INIT()
H A Dossl_sha.h31 SHA_LONG h0, h1, h2, h3, h4; member
/f-stack/freebsd/opencrypto/
H A Dgfmult.c89 struct gf128 h2, h3, h4; in gf128_genmultable4() local
100 h4 = gf128_mul(h2, &t->tbls[1]); in gf128_genmultable4()
101 gf128_genmultable(h4, &t->tbls[3]); in gf128_genmultable4()
/f-stack/freebsd/crypto/openssl/arm/
H A Dpoly1305-armv4.S264 add r8,r8,r3 @ h4+=d3>>32
427 @ d0 = h0*r0 + h4*5*r1 + h3*5*r2 + h2*5*r3 + h1*5*r4
428 @ d1 = h1*r0 + h0*r1 + h4*5*r2 + h3*5*r3 + h2*5*r4
431 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4
780 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4
883 vadd.i64 q9,q9,q15 @ h3 -> h4
905 vaddl.u32 q5,d10,d30 @ h4 -> h0 [widen for a sec]
920 vadd.i32 d18,d18,d8 @ h3 -> h4
1052 vadd.i64 q9,q9,q15 @ h3 -> h4
1065 vadd.i64 q5,q5,q15 @ h4 -> h0
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap2420-h4.dts11 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
/f-stack/app/redis-5.0.5/deps/lua/doc/
H A Dlua.css10 h1, h2, h3, h4 { selector
/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t216 h4:hover > a.headerlink,
599 h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c137 NETGRAPH_INIT(h4, &typestruct);
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2633 struct ip *h4; in pf_return() local
2642 h4 = mtod(m, struct ip *); in pf_return()
2643 len = ntohs(h4->ip_len) - off; in pf_return()