Home
last modified time | relevance | path

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

12

/freebsd-11-stable/crypto/openssh/
HDpoly1305.c36 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local
70 h4 = 0; in poly1305_auth()
87 h4 += (t3 >> 8) | (1 << 24); in poly1305_auth()
91 …2x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1); in poly1305_auth()
92 …2x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2); in poly1305_auth()
93 …2x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3); in poly1305_auth()
94 …2x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4); in poly1305_auth()
95 …2x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0); in poly1305_auth()
101 t[4] += b; h4 = (uint32_t)t[4] & 0x3ffffff; b = (uint32_t)(t[4] >> 26); in poly1305_auth()
124 h4 += (t3 >> 8); in poly1305_auth()
[all …]
HDumac.c469 UINT64 h1,h2,h3,h4; in nh_aux() local
481 h4 = *((UINT64 *)hp + 3); in nh_aux()
496 h4 += MUL64((k12 + d0), (k16 + d4)); in nh_aux()
501 h4 += MUL64((k13 + d1), (k17 + d5)); in nh_aux()
506 h4 += MUL64((k14 + d2), (k18 + d6)); in nh_aux()
511 h4 += MUL64((k15 + d3), (k19 + d7)); in nh_aux()
523 ((UINT64 *)hp)[3] = h4; in nh_aux()
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
HDhash.h165 uint32_t h4 = seed; in hash_x86_128() local
195 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
198 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128()
200 h4 = hash_rotl_32(h4, 13); h4 += h1; in hash_x86_128()
201 h4 = h4*5 + 0x32ac3b17; in hash_x86_128()
217 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128()
240 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128()
242 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
243 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
248 h4 = hash_fmix_32(h4); in hash_x86_128()
[all …]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
HDsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
186 add $h4=$h4,$d };; // wrap up
257 { .mmi; ld4 $h4=[ctx],-16
270 mov $E=$h4 };;
297 { .mib; st4 [ctx]=$h4,-16
/freebsd-11-stable/sys/modules/netgraph/bluetooth/h4/
HDMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/h4
7 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/h4
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
HDhtml2man.in117 if($token->[1] eq "h4") {
118 my $text = uc($p->get_trimmed_text("/h4"));
179 if($token->[1] eq "h4") {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDHashing.h260 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member
269 state.h6 = hash_16_bytes(state.h4, state.h5); in create()
291 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1; in mix()
295 h3 = h4 * k1; in mix()
296 h4 = h0 + h5; in mix()
297 mix_32_bytes(s, h3, h4); in mix()
308 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
/freebsd-11-stable/contrib/llvm-project/lld/docs/llvm-theme/static/
HDllvm.css103 div.sphinxsidebar h3, div.sphinxsidebar h4 {
178 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
182 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
189 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
194 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
/freebsd-11-stable/crypto/openssl/crypto/sha/
HDsha_locl.h76 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
136 c->h4 = INIT_DATA_h4; in fips_md_init()
227 E = c->h4; in HASH_BLOCK_DATA_ORDER()
399 c->h4 = (c->h4 + C) & 0xffffffffL; in HASH_BLOCK_DATA_ORDER()
408 E = c->h4; in HASH_BLOCK_DATA_ORDER()
457 E = c->h4; in HASH_BLOCK_DATA_ORDER()
485 c->h4 = (c->h4 + E) & 0xffffffffL; in HASH_BLOCK_DATA_ORDER()
494 E = c->h4; in HASH_BLOCK_DATA_ORDER()
HDsha.h101 SHA_LONG h0, h1, h2, h3, h4; member
/freebsd-11-stable/contrib/wpa/src/crypto/
HDfips_prf_openssl.c37 context.h4 = state[4]; in sha1_transform()
43 state[4] = context.h4; in sha1_transform()
/freebsd-11-stable/sys/opencrypto/
HDgfmult.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()
/freebsd-11-stable/contrib/ntp/html/scripts/
HDstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em} selector
25 h4.sidebar {align: center;}
/freebsd-11-stable/contrib/ntp/html/drivers/scripts/
HDstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em} selector
25 h4.sidebar {align: center;}
/freebsd-11-stable/usr.sbin/rpcbind/
HDpmap_svc.c296 int h1, h2, h3, h4, p1, p2; in pmapproc_getport() local
310 &h4, &p1, &p2) == 6) { in pmapproc_getport()
314 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2); in pmapproc_getport()
HDrpcb_svc_com.c454 int h1, h2, h3, h4, p1, p2; in xdr_rmtcall_result() local
459 &h1, &h2, &h3, &h4, &p1, &p2) != 6) in xdr_rmtcall_result()
1404 int h1, h2, h3, h4, p1, p2; in add_pmaplist() local
1418 &h1, &h2, &h3, &h4, &p1, &p2) != 6) in add_pmaplist()
/freebsd-11-stable/lib/libmd/
HDsha0c.c112 c->h4=INIT_DATA_h4;
301 E=c->h4;
393 c->h4=(c->h4+C)&0xffffffffL;
402 E=c->h4;
447 l=c->h4; nl2c(l,cp);
HDsha1c.c139 c->h4=INIT_DATA_h4;
332 E=c->h4;
424 c->h4=(c->h4+C)&0xffffffffL;
433 E=c->h4;
483 l=c->h4; nl2c(l,cp);
HDsha.h74 u_int32_t h0, h1, h2, h3, h4; member
/freebsd-11-stable/crypto/heimdal/doc/
HDheimdal.css26 h4 { selector
/freebsd-11-stable/crypto/openssl/crypto/evp/
HDe_aes_cbc_hmac_sha1.c276 ctx->E[i] = key->md.h4; in tls1_1_multi_block_encrypt()
385 ctx->E[i] = key->tail.h4; in tls1_1_multi_block_encrypt()
398 ctx->E[i] = key->tail.h4; in tls1_1_multi_block_encrypt()
672 pmac->u[4] |= key->md.h4 & mask; in aesni_cbc_hmac_sha1_cipher()
688 pmac->u[4] |= key->md.h4 & mask; in aesni_cbc_hmac_sha1_cipher()
700 pmac->u[4] |= key->md.h4 & mask; in aesni_cbc_hmac_sha1_cipher()
/freebsd-11-stable/sys/gnu/dts/arm/
HDomap2420-h4.dts14 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
/freebsd-11-stable/contrib/lua/doc/
HDlua.css19 h1, h2, h3, h4 { selector
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentHTMLTags.td25 def H4 : Tag<"h4">;
/freebsd-11-stable/contrib/libxo/doc/_static/
HDbasic.css_t216 h4:hover > a.headerlink,
599 h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {

12