Searched refs:R1 (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
74 #define R1(v,w,x,y,z,i) \ macro
105 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
196 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 11 milliseconds