Home
last modified time | relevance | path

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

/u-boot/lib/libavb/
A Davb_sha256.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
A Davb_sha512.c15 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro

Completed in 4 milliseconds