Lines Matching +full:25 +full:b
101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
105 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \
123 or rT2,a,b; /* 1: maj = a or b */ \
124 and rT1,a,b; /* 1: maj' = a and b */ \
132 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \
147 or rT2,h,a; /* 2: maj = a or b */ \
149 and rT1,h,a; /* 2: maj' = a and b */ \
150 and rT2,rT2,b; /* 2: maj = maj and c */ \
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
162 evrlwi rT0,rT0,25; /* s0' = w[-15] rotr 7 */ \
163 rotrwi rT3,e,25; /* 1: S1' = e rotr 25 */ \
187 and rT3,a,b; /* 1: maj = a and b */ \
192 xor rT3,a,b; /* 1: maj = a xor b */ \
202 rotrwi rT2,d,25; /* 2: S" = e rotr 25 */ \
214 or rT2,h,a; /* 2: maj = a or b */ \
215 and rT1,h,a; /* 2: maj' = a and b */ \
216 and rT2,rT2,b; /* 2: maj = maj and c */ \