Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DDSAServiceProvider.cs40 var rBytes = r.ToByteArray(); in SignDMA()
49 …var z = AthenaX5200_BigIntegerHelper.CreateBigInteger(hash, Math.Min(q.ToByteArray().Length, hash.… in SignDMA()
56 var sBytes = S.ToByteArray(); in SignDMA()
DRSAServiceProvider.cs31 var resultBytes = BigInteger.ModPow(operand, e, n).ToByteArray(); in ModularExponentation()
43 var resultBytes = (a % n).ToByteArray(); in ModularReduction()
80 var mBytes = (m2 + h * q).ToByteArray(); in DecryptData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAHBPlugAndPlayRecord.cs29 public byte[] ToByteArray() in ToByteArray() method in Antmicro.Renode.Peripherals.Bus.GaislerAHBPlugAndPlayRecord
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs37 public static byte[] ToByteArray(this BigInteger bi, int width) in ToByteArray() method in Antmicro.Renode.Peripherals.Miscellaneous.BigIntegerHelpers
39 var array = bi.ToByteArray(); in ToByteArray()
55 var s = string.Join("", bi.ToByteArray(width).Reverse().Select(x => x.ToString("x2"))); in ToLongString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
DPerfettoTraceWriter.cs148 …e[] SyncMarkerBytes = Guid.ParseExact("{82477a76-b28d-42ba-81dc-33326d57a079}", "B").ToByteArray();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs1065 public byte[] AsByteArray => underlyingValue.ToByteArray(ByteArrayLength);