Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dsha2.c46 #define SHA256_F1(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
150 t2 = SHA256_F1(wv[0]) + MAJ(wv[0], wv[1], wv[2]); in sha256_transf()

Completed in 3 milliseconds