Searched refs:R0 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvSHA1.c91 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
92 #define R0(v,w,x,y,z,i) \ macro
128 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
129 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]

Completed in 23 milliseconds