Searched refs:cbcMacCipher (Results 1 – 1 of 1) sorted by relevance
34 cbcMacCipher = new CbcBlockCipherMac(new AesEngine(), 128); in EFR32xG2_RNGCTRL()204 private CbcBlockCipherMac cbcMacCipher; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_RNGCTRL384 cbcMacCipher.Init(parametersWithIV);400 cbcMacCipher.BlockUpdate(cbcMacBlock, 0, 16);409 cbcMacCipher.DoFinal(output, 0);