Home
last modified time | relevance | path

Searched refs:AutoKeyDerivation (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cryp_ex.c345 hcryp->AutoKeyDerivation = ENABLE; in HAL_CRYPEx_EnableAutoKeyDerivation()
361 hcryp->AutoKeyDerivation = DISABLE; in HAL_CRYPEx_DisableAutoKeyDerivation()
Dstm32l5xx_hal_cryp.c979 hcryp->AutoKeyDerivation_saved = hcryp->AutoKeyDerivation; in HAL_CRYP_Suspend()
1032 hcryp->AutoKeyDerivation = hcryp->AutoKeyDerivation_saved; in HAL_CRYP_Resume()
2166 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 Key preparation*/ in CRYP_AES_Decrypt()
2281 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 Key preparation*/ in CRYP_AES_Decrypt_IT()
2410 if (hcryp->AutoKeyDerivation == DISABLE)/*Mode 2 key preparation*/ in CRYP_AES_Decrypt_DMA()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_cryp.h116 …FunctionalState AutoKeyDerivation; /*!< Used only in TinyAES to allow to bypas… member