Searched defs:Gamma0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ | ||
H A D | sha512-internal.c | 98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro |
H A D | sha256-internal.c | 77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro |