Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs395 private static void IncrementCounter(byte[] buffer, int counterWidth) in IncrementCounter() method in Antmicro.Renode.Peripherals.Miscellaneous.CC2538_Cryptoprocessor
418 IncrementCounter(ivBlock.Buffer, (int)counterWidth.Value); in HandleCtr()
509 IncrementCounter(inputVector, (int)counterWidth.Value); in HandleCcmEncryption()
524 IncrementCounter(inputVector, (int)counterWidth.Value); in HandleCcmDecryption()