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

/bind-9.6-ESV-R11/lib/isc/
H A Dsha1.c69 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
77 #define R2(v,w,x,y,z,i) \ macro
106 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i)
197 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23);
198 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(
[all...]

Completed in 13 milliseconds