Searched refs:rotr (Results 1 - 1 of 1) sorted by relevance
/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_hash_sha256.c | 32 #define rotr(x, n) (shr(x, n) | (((uint32_t)(x)) << (32 - (n)))) macro 34 #define sigma_0(x) (rotr(x, 2) ^ rotr(x, 13) ^ rotr(x, 22)) 35 #define sigma_1(x) (rotr(x, 6) ^ rotr(x, 11) ^ rotr(x, 25)) 36 #define sigma_2(x) (rotr(x, 7) ^ rotr(x, 18) ^ shr(x, 3)) 37 #define sigma_3(x) (rotr( [all...] |
Completed in 2 milliseconds