Home
last modified time | relevance | path

Searched refs:Gamma0 (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha256-internal.c90 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
/external/wpa_supplicant/
Dsha256.c224 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) 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.c89 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha512_compress()
Dsha256.c64 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in _sha256_compress()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dsha256.c227 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
251 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()