Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha512.c81 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
106 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in ss_sha512_compress()
H A Dsha256.c56 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
84 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in ss_sha256_compress()