Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DAesProvider.cs105 result.UpdateBytes(bytes); in WithCopiedBytes()
134 public void UpdateBytes(byte[] bytes, int offset = 0, int length = -1) in UpdateBytes() method in Antmicro.Renode.Utilities.Crypto.Block
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs553 result.UpdateBytes(inputVector, 1, nonceLength); in GenerateB0Block()