Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dsha512-internal.c99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro
H A Dsha256-internal.c78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro