Home
last modified time | relevance | path

Searched refs:__ROR (Results 1 – 13 of 13) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_cryp_ex.c205 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 …]
Dstm32f4xx_hal_cryp.c4400 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/
Dcmsis_armclang_ca.h171 #define __REV16(value) __ROR(__REV(value), 16)
190 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
Dcmsis_armcc_ca.h183 #define __ROR __ror macro
Dcmsis_gcc_ca.h337 __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/
Dcmsis_armcc.h511 #define __ROR __ror macro
879 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
Dcmsis_gcc.h1022 __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/
Dcmsis_gcc.h216 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Dcmsis_armcc.h498 #define __ROR __ror macro
Dcmsis_gcc.h957 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Include/
Dcmsis_gcc.h954 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_core/
Dcsi_gcc.h1143 __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/
Dcsi_gcc.h1170 __ALWAYS_STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function