Searched refs:h3 (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dpoly1305.c36 uint32_t h0,h1,h2,h3,h4; local
69 h3 = 0;
86 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 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);
100 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26);
123 h3
[all...]
H A Dumac.c425 UINT64 h1,h2,h3; local
435 h3 = *((UINT64 *)hp + 2);
448 h3 += MUL64((k8 + d0), (k12 + d4));
452 h3 += MUL64((k9 + d1), (k13 + d5));
456 h3 += MUL64((k10 + d2), (k14 + d6));
460 h3 += MUL64((k11 + d3), (k15 + d7));
470 ((UINT64 *)hp)[2] = h3;
480 UINT64 h1,h2,h3,h4; local
491 h3 = *((UINT64 *)hp + 2);
506 h3
[all...]
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h142 uint32_t h3 = seed; local
168 h2 = hash_rotl_32(h2, 17); h2 += h3;
171 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
173 h3 = hash_rotl_32(h3, 15); h3 += h4;
174 h3 = h3*5 + 0x96cd1c35;
201 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
218 h1 ^= len; h2 ^= len; h3
[all...]
/freebsd-10.1-release/lib/libmd/
H A Dsha.h74 u_int32_t h0, h1, h2, h3, h4; member in struct:SHAstate_st
H A Dsha0c.c111 c->h3=INIT_DATA_h3;
300 D=c->h3;
392 c->h3=(c->h3+B)&0xffffffffL;
401 D=c->h3;
446 l=c->h3; nl2c(l,cp);
H A Dsha1c.c138 c->h3=INIT_DATA_h3;
331 D=c->h3;
423 c->h3=(c->h3+B)&0xffffffffL;
432 D=c->h3;
482 l=c->h3; nl2c(l,cp);
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Dpmap_svc.c297 int h1, h2, h3, h4, p1, p2; local
310 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
315 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
H A Drpcb_svc_com.c453 int h1, h2, h3, h4, p1, p2; local
458 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
1401 int h1, h2, h3, h4, p1, p2; local
1415 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
180 add $h3=$h3,$c };; // wrap up
255 { .mlx; ld4 $h3=[tmp0]
269 mov $D=$h3
296 st4 [tmp0]=$h3 };;
/freebsd-10.1-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h75 ll=(c)->h3; (void)HOST_l2c(ll,(s)); \
135 c->h3 = INIT_DATA_h3;
226 D = c->h3;
398 c->h3 = (c->h3 + B) & 0xffffffffL;
407 D = c->h3;
456 D = c->h3;
484 c->h3 = (c->h3 + D) & 0xffffffffL;
493 D = c->h3;
[all...]
H A Dsha.h101 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
/freebsd-10.1-release/contrib/libyaml/doc/html/
H A Ddoxygen.css18 h3 {
60 h3.version {
478 .directory h3 {
492 .directory h3.swap {
497 .directory h3.swap span {
502 .directory > h3 {
527 .directory-alt h3 {
533 .directory-alt > h3 {
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
298 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
301 h1 += h3 + fetch64(s + 40);
303 h3 = h4 * k1;
305 mix_32_bytes(s, h3, h4);
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c351 pmac->u[3] |= key->md.h3 & mask;
367 pmac->u[3] |= key->md.h3 & mask;
379 pmac->u[3] |= key->md.h3 & mask;
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_cbc.c331 l2n(sha1->h3, md_out);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-ppc.c1536 h3 = N_(" Offset spelling (if present)\n");
1547 fprintf (file, _(h3));
1529 h3 = N_(" Offset spelling (if present)\\n"); variable

Completed in 211 milliseconds