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

/system/extras/ext4_utils/
H A Dsha1.c38 * blk0() and blk() perform the initial expand.
42 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ macro
45 # define blk0(i) block->l[i] macro
53 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30);

Completed in 248 milliseconds