Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_RNGCTRL.cs34 cbcMacCipher = new CbcBlockCipherMac(new AesEngine(), 128); in EFR32xG2_RNGCTRL()
204 private CbcBlockCipherMac cbcMacCipher; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_RNGCTRL
384 cbcMacCipher.Init(parametersWithIV);
400 cbcMacCipher.BlockUpdate(cbcMacBlock, 0, 16);
409 cbcMacCipher.DoFinal(output, 0);