Home
last modified time | relevance | path

Searched refs:S0 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dsha512.c167 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in sha512_process() macro
189 S0(W[i - 15]) + W[i - 16]; in sha512_process()
H A Dsha256.c110 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process_one() macro
122 S0(W[t - 15]) + W[t - 16] \ in sha256_process_one()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c360 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process() macro
372 S0(W[t - 15]) + W[t - 16] \ in sha256_process()
472 #undef S0
/rk3399_rockchip-uboot/doc/
H A DREADME.x861061 * Support S0/S3/S4/S5, reboot and shutdown from OS.