Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs157 private static bool TryDecodeOutputLength(byte[] data, out int length) in TryDecodeOutputLength() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
523 if(TryDecodeOutputLength(data, out var outputLength)) in RunFirstHasher()