Home
last modified time | relevance | path

Searched refs:Gamma1 (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant/
Dsha256.c225 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
248 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
/external/dropbear/libtomcrypt/src/hashes/sha2/
Dsha512.c90 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha512_compress()
Dsha256.c65 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha256_compress()