Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DSTM32H7_CRYPTO.cs450 parent.outputFIFO.EnqueueRange(BytesToUIntAndSwapEndianness(output)); in ProcessPayload()
497 parent.outputFIFO.EnqueueRange(BytesToUIntAndSwapEndianness(gcmTag.GetMac())); in ProcessFinal()
500 private IEnumerable<uint> BytesToUIntAndSwapEndianness(byte[] bytes) in BytesToUIntAndSwapEndianness() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.STM32H7_CRYPTO.RSA_GCM_State