Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF52840_ECB.cs82 var clearTextBlock = Block.UsingBytes(clearText); in RunEncryption()
DCC2538_Cryptoprocessor.cs410 var ivBlock = Block.UsingBytes(inputVector); in HandleCtr()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DAesProvider.cs109 public static Block UsingBytes(byte[] bytes) in UsingBytes() method in Antmicro.Renode.Utilities.Crypto.Block