Home
last modified time | relevance | path

Searched defs:Gamma0 (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha256-internal.c77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
H A Dsha512-internal.c98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha256-internal.c77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
H A Dsha512-internal.c98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
/third_party/f2fs-tools/tools/
H A Dsha512.c89 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
/third_party/curl/lib/
H A Dsha256.c343 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
/third_party/python/Modules/
H A Dsha512module.c116 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
H A Dsha256module.c128 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro

Completed in 6 milliseconds