Searched refs:S0 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha512.c | 167 #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 D | sha256.c | 110 #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 D | resource_tool.c | 360 #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 D | README.x86 | 1061 * Support S0/S3/S4/S5, reboot and shutdown from OS.
|