Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c355 #define S3(x) (ROTR(x, 0x6) ^ ROTR(x, 0xb) ^ ROTR(x, 0x19)) in sha256_process() macro
365 temp1 = (h) + S3(e) + F1(e, f, g) + (K) + (x); \ in sha256_process()
460 #undef S3 macro
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c364 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) in sha256_process() macro
376 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
469 #undef S3 macro
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Dcore_802.h248 uint32_t S3: 1; /*!< bit: 27 Security property settings */ member
270 #define CAPR_S3_Pos 27U /*!< CAPR: S3 Position */
271 #define CAPR_S3_Msk (1UL << CAPR_S3_Pos) /*!< CAPR: S3 Mask */

Completed in 8 milliseconds