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

/ast/src/lib/libsum/
H A Dsum-sha1.c56 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
58 #define R0(v,w,x,y,z,i) \ macro
89 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i)
174 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
175 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(
[all...]
/ast/src/lib/libast/uwin/
H A Dcrypt.c689 register long L0, L1, R0, R1, k; local
711 LOADREG(R,R0,R1,L,L0,L1);
715 R0 &= 0xaaaaaaaaL;
717 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
720 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */
767 CRUNCH(L0, L1, R0, R1);
768 CRUNCH(R0, R1, L0, L1);
774 L0 ^= R0; L1 ^= R1;
775 R0 ^= L0; R1 ^= L1;
776 L0 ^= R0; L
[all...]

Completed in 16 milliseconds