Searched refs:TryDecodeOutputLength (Results 1 – 1 of 1) sorted by relevance
157 private static bool TryDecodeOutputLength(byte[] data, out int length) in TryDecodeOutputLength() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC523 if(TryDecodeOutputLength(data, out var outputLength)) in RunFirstHasher()