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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/sha2/
H A Dsha2.c186 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) macro
332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
442 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
445 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
468 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dsha.c180 #define Sigma1_256(x) (rol((x), 26) ^ rol((x), 21) ^ rol((x), 7)) macro
189 T1 += (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[i]; \
223 T1 += h + Sigma1_256(e) + Ch(e, f, g) + K256[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dsha.c158 #define Sigma1_256(x) (rol((x), 26) ^ rol((x), 21) ^ rol((x), 7)) macro
167 T1 += (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[i]; \
200 T1 += h + Sigma1_256(e) + Ch(e, f, g) + K256[i];

Completed in 199 milliseconds