Searched defs:Sigma0 (Results 1 – 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha512-internal.c | 96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
|
D | sha256-internal.c | 75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha512-internal.c | 96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
|
D | sha256-internal.c | 75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) macro
|
/third_party/f2fs-tools/tools/ |
D | sha512.c | 88 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
|
/third_party/openssl/crypto/sha/ |
D | sha256.c | 137 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
|
D | sha512.c | 475 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro
|
/third_party/python/Modules/ |
D | sha256module.c | 123 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) macro
|
D | sha512module.c | 111 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
|
/third_party/openssl/ohos_lite/crypto/sha/ |
D | sha512.c | 488 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl.js | 522 function Sigma0(x) { return xor64(R(x,28), R(x,34), R(x,39)); } class
|