Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha512.c82 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) 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.c57 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro
84 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in ss_sha256_compress()