/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/ |
D | stm32f4xx_hal_cryp_ex.c | 205 hcryp->Instance->DIN = __ROR((uint32_t)headerlength, 16U); in HAL_CRYPEx_AESGCM_GenerateAuthTAG() 207 hcryp->Instance->DIN = __ROR((uint32_t)inputlength, 16U); in HAL_CRYPEx_AESGCM_GenerateAuthTAG() 277 hcryp->Instance->DINR = __ROR((uint32_t)headerlength, 16U); in HAL_CRYPEx_AESGCM_GenerateAuthTAG() 279 hcryp->Instance->DINR = __ROR((uint32_t)inputlength, 16U); in HAL_CRYPEx_AESGCM_GenerateAuthTAG() 423 hcryp->Instance->DIN = __ROR(*(uint32_t *)(ctr0addr), 16U); in HAL_CRYPEx_AESCCM_GenerateAuthTAG() 425 hcryp->Instance->DIN = __ROR(*(uint32_t *)(ctr0addr), 16U); in HAL_CRYPEx_AESCCM_GenerateAuthTAG() 427 hcryp->Instance->DIN = __ROR(*(uint32_t *)(ctr0addr), 16U); in HAL_CRYPEx_AESCCM_GenerateAuthTAG() 429 hcryp->Instance->DIN = __ROR(*(uint32_t *)(ctr0addr), 16U); in HAL_CRYPEx_AESCCM_GenerateAuthTAG() 507 ctr0[0] = (__ROR((hcryp->Init.B0[0]), 16U)& CRYP_CCM_CTR0_0); in HAL_CRYPEx_AESCCM_GenerateAuthTAG() 508 ctr0[1] = __ROR((hcryp->Init.B0[1]), 16U); in HAL_CRYPEx_AESCCM_GenerateAuthTAG() [all …]
|
D | stm32f4xx_hal_cryp.c | 4400 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0), 16); in CRYP_AESCCM_Process() 4401 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 1), 16); in CRYP_AESCCM_Process() 4402 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 2), 16); in CRYP_AESCCM_Process() 4403 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 3), 16); in CRYP_AESCCM_Process() 4821 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0), 16); 4822 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 1), 16); 4823 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 2), 16); 4824 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 3), 16); 4981 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0), 16); 4982 hcryp->Instance->DIN = __ROR(*(uint32_t *)(hcryp->Init.B0 + 1), 16); [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ca/ |
D | cmsis_armclang_ca.h | 171 #define __REV16(value) __ROR(__REV(value), 16) 190 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
D | cmsis_armcc_ca.h | 183 #define __ROR __ror macro
|
D | cmsis_gcc_ca.h | 337 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
D | cmsis_armcc.h | 511 #define __ROR __ror macro 879 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
D | cmsis_gcc.h | 1022 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/ |
D | cmsis_gcc.h | 216 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/ |
D | cmsis_armcc.h | 498 #define __ROR __ror macro
|
D | cmsis_gcc.h | 957 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Include/ |
D | cmsis_gcc.h | 954 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_core/ |
D | csi_gcc.h | 1143 __ALWAYS_STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
D | csi_gcc.h | 1170 __ALWAYS_STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|