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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dsha1.c27 #define rotl32(x,n) (((x) << n) | ((x) >> (32 - n))) macro
40 t = a; a = rotl32(a,5) + f(b,c,d) + e + k + w[i]; \
41 e = d; d = c; c = rotl32(b, 30); b = t; \
55 w[i] = rotl32(w[i - 3] ^ w[i - 8] ^ w[i - 14] ^ w[i - 16], 1);

Completed in 101 milliseconds