Searched refs:S2 (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 354 #define S2(x) (ROTR(x, 0x2) ^ ROTR(x, 0xd) ^ ROTR(x, 0x16)) in sha256_process() macro 366 temp2 = S2(a) + F0(a, b, c); \ in sha256_process() 461 #undef S2 macro
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 363 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) in sha256_process() macro 377 temp2 = S2(a) + F0(a,b,c); \ in sha256_process() 470 #undef S2 macro
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
H A D | core_802.h | 247 uint32_t S2: 1; /*!< bit: 26 Security property settings */ member 273 #define CAPR_S2_Pos 26U /*!< CAPR: S2 Position */ 274 #define CAPR_S2_Msk (1UL << CAPR_S2_Pos) /*!< CAPR: S2 Mask */
|
Completed in 8 milliseconds