Lines Matching +full:25 +full:b
106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
110 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \
128 or rT2,a,b; /* 1: maj = a or b */ \
129 and rT1,a,b; /* 1: maj' = a and b */ \
137 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \
152 or rT2,h,a; /* 2: maj = a or b */ \
154 and rT1,h,a; /* 2: maj' = a and b */ \
155 and rT2,rT2,b; /* 2: maj = maj and c */ \
161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
167 evrlwi rT0,rT0,25; /* s0' = w[-15] rotr 7 */ \
168 rotrwi rT3,e,25; /* 1: S1' = e rotr 25 */ \
192 and rT3,a,b; /* 1: maj = a and b */ \
197 xor rT3,a,b; /* 1: maj = a xor b */ \
207 rotrwi rT2,d,25; /* 2: S" = e rotr 25 */ \
219 or rT2,h,a; /* 2: maj = a or b */ \
220 and rT1,h,a; /* 2: maj' = a and b */ \
221 and rT2,rT2,b; /* 2: maj = maj and c */ \