Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dsha512-internal.c98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
H A Dsha256-internal.c77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro