Searched refs:ToByteArray (Results 1 – 6 of 6) sorted by relevance
40 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()
31 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()
29 public byte[] ToByteArray() in ToByteArray() method in Antmicro.Renode.Peripherals.Bus.GaislerAHBPlugAndPlayRecord
37 public static byte[] ToByteArray(this BigInteger bi, int width) in ToByteArray() method in Antmicro.Renode.Peripherals.Miscellaneous.BigIntegerHelpers39 var array = bi.ToByteArray(); in ToByteArray()55 var s = string.Join("", bi.ToByteArray(width).Reverse().Select(x => x.ToString("x2"))); in ToLongString()
148 …e[] SyncMarkerBytes = Guid.ParseExact("{82477a76-b28d-42ba-81dc-33326d57a079}", "B").ToByteArray();
1065 public byte[] AsByteArray => underlyingValue.ToByteArray(ByteArrayLength);