Home
last modified time | relevance | path

Searched refs:S0 (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c351 #define S0(x) (ROTR(x, 0x7) ^ ROTR(x, 0x12) ^ SHR(x, 0x3)) in sha256_process() macro
360 #define R(t) (W[t] = S1(W[(t)-0x2]) + W[(t)-0x7] + S0(W[(t)-0xf]) + W[(t)-0x10]) in sha256_process()
463 #undef S0 macro
/device/soc/rockchip/rk3588/kernel/scripts/
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 macro
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Dcore_802.h245 uint32_t S0: 1; /*!< bit: 24 Security property settings */ member
279 #define CAPR_S0_Pos 24U /*!< CAPR: S0 Position */
280 #define CAPR_S0_Msk (1UL << CAPR_S0_Pos) /*!< CAPR: S0 Mask */

Completed in 9 milliseconds