Searched defs:Gamma1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ | ||
H A D | sha512-internal.c | 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro |
H A D | sha256-internal.c | 78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro |