Searched defs:Gamma0 (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha256-internal.c | 77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
|
H A D | sha512-internal.c | 98 #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 D | sha256-internal.c | 77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
|
H A D | sha512-internal.c | 98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
|
/third_party/f2fs-tools/tools/ |
H A D | sha512.c | 89 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
|
/third_party/curl/lib/ |
H A D | sha256.c | 343 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
|
/third_party/python/Modules/ |
H A D | sha512module.c | 116 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) macro
|
H A D | sha256module.c | 128 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) macro
|
Completed in 6 milliseconds