Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c54 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10)) macro
75 w[i] = SHA256_F4(w[i - 2]) + w[i - 7] \

Completed in 3 milliseconds