Searched refs:GetHashedBytes (Results 1 – 1 of 1) sorted by relevance
32 … 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