Searched refs:EncryptBlockInSitu (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | CC2538_Cryptoprocessor.cs | 390 … 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()
|
| D | NRF52840_ECB.cs | 86 aes.EncryptBlockInSitu(clearTextBlock); in RunEncryption()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/ |
| D | AesProvider.cs | 55 public void EncryptBlockInSitu(Block b) in EncryptBlockInSitu() method in Antmicro.Renode.Utilities.Crypto.AesProvider
|