Searched defs:R1 (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | sha1.c | 161 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1 166 #define R1(v,w,x,y,z,i) \ macro 197 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) 288 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 8 milliseconds