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

/freebsd-10.0-release/sys/modules/netgraph/bluetooth/h4/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
7 -I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h143 uint32_t h4 = seed; local
173 h3 = hash_rotl_32(h3, 15); h3 += h4;
176 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
178 h4 = hash_rotl_32(h4, 13); h4 += h1;
179 h4 = h4*5 + 0x32ac3b17;
195 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
218 h1 ^= len; h2 ^= len; h3 ^= len; h4
[all...]
/freebsd-10.0-release/lib/libmd/
H A Dsha.h74 u_int32_t h0, h1, h2, h3, h4; member in struct:SHAstate_st
H A Dsha0c.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);
H A Dsha1c.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);
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Dpmap_svc.c297 int h1, h2, h3, h4, p1, p2; local
311 &h4, &p1, &p2) == 6) {
315 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
H A Drpcb_svc_com.c452 int h1, h2, h3, h4, p1, p2; local
457 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
1384 int h1, h2, h3, h4, p1, p2; local
1398 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
/freebsd-10.0-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");
186 add $h4=$h4,$d };; // wrap up
257 { .mmi; ld4 $h4=[ctx],-16
270 mov $E=$h4 };;
297 { .mib; st4 [ctx]=$h4,-16
/freebsd-10.0-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h76 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
136 c->h4=INIT_DATA_h4;
227 E=c->h4;
351 c->h4=(c->h4+C)&0xffffffffL;
359 E=c->h4;
408 E=c->h4;
427 c->h4=(c->h4+E)&0xffffffffL;
435 E=c->h4;
[all...]
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/freebsd-10.0-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
277 state.h6 = hash_16_bytes(state.h4, state.h5);
299 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
303 h3 = h4 * k1;
304 h4 = h0 + h5;
305 mix_32_bytes(s, h3, h4);
316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
/freebsd-10.0-release/crypto/openssh/
H A Dumac.c480 UINT64 h1,h2,h3,h4; local
492 h4 = *((UINT64 *)hp + 3);
507 h4 += MUL64((k12 + d0), (k16 + d4));
512 h4 += MUL64((k13 + d1), (k17 + d5));
517 h4 += MUL64((k14 + d2), (k18 + d6));
522 h4 += MUL64((k15 + d3), (k19 + d7));
534 ((UINT64 *)hp)[3] = h4;
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c340 pmac->u[4] |= key->md.h4 & mask;
355 pmac->u[4] |= key->md.h4 & mask;
367 pmac->u[4] |= key->md.h4 & mask;
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c63 #include <netgraph/bluetooth/drivers/h4/ng_h4_var.h>
64 #include <netgraph/bluetooth/drivers/h4/ng_h4_prse.h>
135 NETGRAPH_INIT(h4, &typestruct);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds3_cbc.c321 l2n(sha1->h4, md_out);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c3309 struct ip *h4; local
3318 h4 = mtod(m, struct ip *);
3319 len = ntohs(h4->ip_len) - off;

Completed in 334 milliseconds