Searched defs:R4 (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
175 #define R4(v,w,x,y,z,i) \ macro
200 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i)
299 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63);
300 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(
[all...]

Completed in 7 milliseconds