Home
last modified time | relevance | path

Searched defs:ROTR (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c42 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
H A Davb_sha256.c59 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
/rk3399_rockchip-uboot/lib/
H A Dsha512.c165 #define ROTR(x,n) (SHR(x,n) | (x << (64 - n))) in sha512_process() macro
H A Dsha256.c108 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process_one() macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro