Home
last modified time | relevance | path

Searched refs:SHA256_ROTR (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.5/build/libraries/math/common/src/
Dnet_sha256.c47 #define SHA256_ROTR(r, x) (NETRotateLeft32((32-r),x)) macro
54 (SHA256_ROTR(2,x) ^ SHA256_ROTR(13,x) ^ SHA256_ROTR(22,x))
57 (SHA256_ROTR(6,x) ^ SHA256_ROTR(11,x) ^ SHA256_ROTR(25,x))
60 (SHA256_ROTR(7,x) ^ SHA256_ROTR(18,x) ^ SHA256_SHR(3,x))
63 (SHA256_ROTR(17,x) ^ SHA256_ROTR(19,x) ^ SHA256_SHR(10,x))