Searched defs:sigma0 (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha512.c | 477 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro
|
H A D | sha256.c | 139 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro
|
/third_party/openssl/crypto/sha/ |
H A D | sha512.c | 477 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro
|
H A D | sha256.c | 139 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro
|
/third_party/openssl/ohos_lite/crypto/sha/ |
H A D | sha512.c | 490 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro
|
Completed in 5 milliseconds