Searched defs:sigma1 (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha512.c | 478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|
H A D | sha256.c | 140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
|
/third_party/openssl/crypto/sha/ |
H A D | sha512.c | 478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|
H A D | sha256.c | 140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
|
/third_party/openssl/ohos_lite/crypto/sha/ |
H A D | sha512.c | 491 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
|
Completed in 4 milliseconds