Home
last modified time | relevance | path

Searched defs:ROTR (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c349 #define ROTR(x, n) (SHR(x, n) | ((x) << (0x20 - (n)))) in sha256_process() macro
464 #undef ROTR global() macro
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c358 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro
473 #undef ROTR global() macro
[all...]

Completed in 4 milliseconds