Searched defs:bitLength (Results 1 – 11 of 11) sorted by relevance
110 long bitLength = (byteCount << 3); in finish() local152 protected abstract void processLength(long bitLength); in processLength()
100 long bitLength) in processLength()
115 long bitLength) in processLength()
116 long bitLength) in processLength()
75 long bitLength) in processLength()
129 long bitLength = (byteCount << 3); in finish() local159 protected abstract void processLength(long bitLength); in processLength()211 long bitLength) in processLength()
34 int bitLength = characteristic.bitLength(); in getPrimeField() local
27 public int bitLength() in bitLength() method in ECFieldElement83 int bitLength = p.bitLength(); in calculateResidue() local600 public int bitLength() in bitLength() method in ECFieldElement.Fp.F2m
498 private static int bitLength(long w) in bitLength() method in LongArray
53 BigUnsigned::Index BigUnsigned::bitLength() const { in bitLength() function in BigUnsigned
662 BigInteger.prototype.bitLength = bnBitLength; method in BigInteger