Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DMessageAuthenticationServiceProvider.cs32 … manager.TryWriteBytes((long)MsgAuthRegisters.HashResult, GetHashedBytes(SHAMsgLen, hashInput)); in PerformSHA()
42 bus.WriteBytes(GetHashedBytes((int)hashInputLength, bytes), hashResultLocation); in PerformSHADMA()
77 private byte[] GetHashedBytes(int count, byte[] input) in GetHashedBytes() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.MessageAuthenticationServiceProvider