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

/bind-9.11.3/lib/isc/
H A Dsha1.c161 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
169 #define R2(v,w,x,y,z,i) \ macro
198 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i)
289 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);
290 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(
[all...]

Completed in 11 milliseconds