Searched refs:AutoKeyDerivation (Results 1 – 3 of 3) sorted by relevance
345 hcryp->AutoKeyDerivation = ENABLE; in HAL_CRYPEx_EnableAutoKeyDerivation()361 hcryp->AutoKeyDerivation = DISABLE; in HAL_CRYPEx_DisableAutoKeyDerivation()
979 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()
116 …FunctionalState AutoKeyDerivation; /*!< Used only in TinyAES to allow to bypas… member