Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/grinn/liteboard/
H A DREADME22 S1: 0 1 0 1 1 1
/rk3399_rockchip-uboot/lib/
H A Dsha512.c168 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in sha512_process() macro
188 W[i] = S1(W[i - 2]) + W[i - 7] + in sha512_process()
H A Dsha256.c111 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) in sha256_process_one() macro
121 W[t] = S1(W[t - 2]) + W[t - 7] + \ in sha256_process_one()
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME183 JP15 PWR ON when AC pwr use S1 for on/off
205 S1 Pwr toggle n/a n/a
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c361 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) in sha256_process() macro
371 W[t] = S1(W[t - 2]) + W[t - 7] + \ in sha256_process()
471 #undef S1