Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DSTM32H7_CRYPTO.cs430 byte[] output = new byte[BlockSizeInBytes]; in ProcessPayload()
438 if((++payloadCounter % (BlockSizeInBytes / sizeof(uint))) != 0) in ProcessPayload()
492 var mac = new byte[BlockSizeInBytes + MacSizeInBytes]; in ProcessFinal()
527 private const int BlockSizeInBytes = 128 / 8; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.STM32H7_CRYPTO.RSA_GCM_State
528 private const int MacSizeInBytes = BlockSizeInBytes;