Searched refs:S3 (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 355 #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 D | resource_tool.c | 364 #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 D | core_802.h | 248 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