Searched refs:blk0 (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/ldns/
H A Dsha1.c26 /* blk0() and blk() perform the initial expand. */
29 #define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ macro
32 #define blk0(i) block->l[i] macro
38 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha1.c86 * blk0() and blk() perform the initial expand.
90 # define blk0(i) \ macro
94 # define blk0(i) block->l[i] macro
108 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha1.c27 * blk0() and blk() perform the initial expand.
31 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ macro
34 # define blk0(i) block->l[i] macro
42 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);
/freebsd-11-stable/sys/mips/rmi/
H A Dboard.c72 struct xlr_gmac_block_t *blk0, *blk1, *blk2; local
76 blk0 = &board->gmac_block[0];
94 blk0->gmac_port[3].valid = 0;
95 blk0->num_ports--;
114 blk0->gmac_port[3].valid = 0;
115 blk0->num_ports--;
139 blk0->gmac_port[3].valid = 0;
140 blk0->num_ports--;
208 struct xlr_gmac_block_t *blk0, *blk1; local
211 blk0
237 struct xlr_gmac_block_t *blk0, *blk1; local
370 struct xlr_gmac_block_t *blk0, *blk1, *blk2; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp34 static inline uint32_t blk0(uint32_t *Buf, int I) { return Buf[I]; } function
45 E += ((B & (C ^ D)) ^ D) + blk0(Buf, I) + 0x5A827999 + rol(A, 5);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha1-internal.c132 /* blk0() and blk() perform the initial expand. */
135 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ macro
138 #define blk0(i) block->l[i] macro
145 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c1012 daddr_t blk, blk0; local
1020 blk0 = swp_pager_meta_ctl(object, pindex, 0);
1021 if (blk0 == SWAPBLK_NONE) {
1037 if (blk != blk0 - i)
1049 if (blk != blk0 + i)

Completed in 209 milliseconds