Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha1.c78 #define SHA_ROR(x,n) SHA_ASM("ror", x, n) macro
84 #define SHA_ROR(X,n) SHA_ROT(X,32-(n),n) macro
102 B = SHA_ROR(B, 2); } while (0)