Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs390 … ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, aes.EncryptBlockInSitu); in HandleCbcMac()
428 ? (Action<Block>)aes.EncryptBlockInSitu in HandleEcb()
440 ? (Action<Block>)aes.EncryptBlockInSitu in HandleCbc()
464 ccmCbcMacAesProvider.EncryptBlockInSitu(GenerateB0Block()); in HandleCcmAuthentication()
470 …ry((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockInSitu, adataBlock); in HandleCcmAuthentication()
496 …ssDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockInSitu); in HandleCcmAuthentication()
531 …ssDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockInSitu); in HandleCcmDecryption()
606 aesEcb.EncryptBlockInSitu(resultBlock); in GenerateS0Block()
DNRF52840_ECB.cs86 aes.EncryptBlockInSitu(clearTextBlock); in RunEncryption()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DAesProvider.cs55 public void EncryptBlockInSitu(Block b) in EncryptBlockInSitu() method in Antmicro.Renode.Utilities.Crypto.AesProvider