Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/math/common/src/
Dnet_sha256.c48 #define SHA256_SHR(s, x) (x>>s) macro
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))