Searched refs:ROTL (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/libavb/ | ||
A D | avb_sha256.c | 15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro |
A D | avb_sha512.c | 15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro |
Completed in 4 milliseconds