Searched defs:R3 (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
172 #define R3(v,w,x,y,z,i) \ macro
199 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i)
294 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
295 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(
[all...]

Completed in 9 milliseconds