Home
last modified time | relevance | path

Searched refs:pInitVect (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cryp.c447 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Encrypt()
526 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Encrypt()
681 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Decrypt()
757 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Decrypt()
918 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Encrypt_IT()
1007 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Encrypt_IT()
1182 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Decrypt_IT()
1271 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Decrypt_IT()
1420 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Encrypt_DMA()
1488 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Encrypt_DMA()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cryp.c446 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Encrypt()
525 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Encrypt()
680 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Decrypt()
756 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Decrypt()
917 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Encrypt_IT()
1006 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Encrypt_IT()
1181 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Decrypt_IT()
1270 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Decrypt_IT()
1419 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCBC_Encrypt_DMA()
1487 CRYP_SetInitVector(hcryp, hcryp->Init.pInitVect); in HAL_CRYP_AESCTR_Encrypt_DMA()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cryp.h73 uint8_t* pInitVect; /*!< The initialization vector used also as initialization member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cryp.h73 uint8_t* pInitVect; /*!< The initialization vector used also as initialization member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cryp.c1593 if (hcryp->Init.pInitVect == NULL) in CRYP_SetInitVector()
1598 ivaddr = (uint32_t)(hcryp->Init.pInitVect); in CRYP_SetInitVector()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cryp.h90 …uint8_t* pInitVect; /*!< Initialization Vector used for CTR, CBC, GCM/GMAC, CMAC (when applic… member