Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DSTM32H7_CRYPTO.cs220 … var algorithmMode = (AlgorithmMode)((algorithmModeHigh.Value << 3) | algorithmModeLow.Value); in EnableOrDisable()
224 if(algorithmMode != AlgorithmMode.AES_GCM) in EnableOrDisable()
226 …ode but tried to configure it to {1}. Ignoring the operation", nameof(AlgorithmMode.AES_GCM), algo… in EnableOrDisable()
268 private bool DetectGCMWorkaround(AlgorithmMode newMode) in DetectGCMWorkaround()
272 …if(!(algorithmState is RSA_GCM_State s) || newMode != AlgorithmMode.AES_CTR || phaseGCMOrCCM.Value… in DetectGCMWorkaround()
312 private AlgorithmMode currentMode;
565 private enum AlgorithmMode enum in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.STM32H7_CRYPTO