Home
last modified time | relevance | path

Searched defs:S3 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dsha512.c171 #define S3(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) in sha512_process() macro
H A Dsha256.c114 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) in sha256_process_one() macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c364 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) in sha256_process() macro