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

/bionic/libc/stdlib/
H A Dsha1hash.c107 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
109 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
156 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);
/bionic/libc/bionic/
H A Dsha1.c48 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
51 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
74 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
162 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);

Completed in 62 milliseconds