Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c45 #define SHFR(x, n) (x >> n) macro
53 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3))
54 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10))

Completed in 3 milliseconds