Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dsha512.c170 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in sha512_process() macro
H A Dsha256.c113 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) in sha256_process_one() macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c363 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) in sha256_process() macro