Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DRSAServiceProvider.cs32 …AthenaX5200_BigIntegerHelper.StoreBigIntegerBytes(manager, modulusLength, resultBytes, baseAddress… in ModularExponentation()
44 …AthenaX5200_BigIntegerHelper.StoreBigIntegerBytes(manager, modulusLength, resultBytes, (long)RSARe… in ModularReduction()
81 …AthenaX5200_BigIntegerHelper.StoreBigIntegerBytes(manager, (uint)mBytes.Length, mBytes, (long)RSAR… in DecryptData()
DDSAServiceProvider.cs41 …AthenaX5200_BigIntegerHelper.StoreBigIntegerBytes(manager, (uint)rBytes.Length, rBytes, (long)DSAR… in SignDMA()
57 …AthenaX5200_BigIntegerHelper.StoreBigIntegerBytes(manager, (uint)sBytes.Length, sBytes, (long)DSAR… in SignDMA()
DAthenaX5200_BigIntegerHelper.cs51 …public static void StoreBigIntegerBytes(InternalMemoryManager manager, uint length, byte[] resultB… in StoreBigIntegerBytes() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AthenaX5200_BigIntegerHelper