Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DSTM32H7_CRYPTO.cs32 algorithmState = null; in Reset()
172 if(algorithmState != null) in TryFeedPhase()
176 algorithmState.FeedThePhase(result); in TryFeedPhase()
222 …if((algorithmMode != currentMode || algorithmState == null) && !DetectGCMWorkaround(algorithmMode)) in EnableOrDisable()
229 algorithmState = new RSA_GCM_State(this); in EnableOrDisable()
239 algorithmState.InitializeInitializationPhase( in EnableOrDisable()
248 algorithmState.InitializeHeaderPhase(); in EnableOrDisable()
251 algorithmState.InitializePayloadPhase(); in EnableOrDisable()
254 algorithmState.InitializeFinalPhase(); in EnableOrDisable()
264 algorithmState = null; in EnableOrDisable()
[all …]