HomeSort by relevance Sort by last modified time
    Searched full:bitlength (Results 101 - 125 of 282) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wycheproof/java/com/google/security/wycheproof/
EcUtil.java 234 for (int bit = q.bitLength() - 2; bit >= 0; bit--) {
278 return getModulus(curve).subtract(BigInteger.ONE).bitLength();
380 int expectedLength = 1 + (p.bitLength() + 7) / 8;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 456 return (i << 6) + bitLength(w);
473 return (i << 6) + bitLength(w);
500 private static int bitLength(long w)
    [all...]
Tnaf.java 324 int log2Norm = norm.bitLength();
602 * @param m The bitlength of the underlying finite field.
746 int log2Norm = norm.bitLength();
ECPoint.java 974 if (a4Neg.bitLength() < a4.bitLength())
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go 153 bitLength int
172 if test.bitLength != ret.BitLength || !bytes.Equal(ret.Bytes, test.out) {
173 t.Errorf("#%d: Bad result: %v (expected %v %v)", i, ret, test.out, test.bitLength)
665 BitLength: 592,
679 BitLength: 512,
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go 153 bitLength int
172 if test.bitLength != ret.BitLength || !bytes.Equal(ret.Bytes, test.out) {
173 t.Errorf("#%d: Bad result: %v (expected %v %v)", i, ret, test.out, test.bitLength)
665 BitLength: 592,
679 BitLength: 512,
    [all...]
  /tools/apksig/src/apksigner/java/com/android/apksigner/
ApkSignerTool.java 469 keySize = ((RSAKey) publicKey).getModulus().bitLength();
472 .getOrder().bitLength();
478 keySize = dsaParams.getP().bitLength();
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 262 int byteCount = (fieldValue.bitLength() + 6) / 7;
  /external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
IntMathTest.java 350 return big.bitLength() <= 31;
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java     [all...]
  /external/wycheproof/doc/
dsa.md 81 int valueL = params.getP().bitLength();
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcKeyTest.java 183 assertTrue(s.bitLength() >= EcUtil.fieldSizeInBits(ecParams.getCurve()) - 32);
  /external/zopfli/src/zopfli/
katajainen.c 220 return 0; /* Only one symbol, give it bitlength 1, not 0. OK. */
  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 121 return ((RSAKey) key).getModulus().bitLength();
755 int keySizeBytes = ((RSAKey) key).getModulus().bitLength() / 8;
    [all...]
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 505 int adjustment = -f_guess.bitLength()/4;
658 eval_prec + deriv_difference.bitLength() + 4/*slop*/;
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
V2SchemeSigner.java 129 int modulusLengthBits = ((RSAKey) signingKey).getModulus().bitLength();
143 int keySizeBits = ((ECKey) signingKey).getParams().getOrder().bitLength();
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 109 BitLength: 8 * len(publicKeyBytes),
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 109 BitLength: 8 * len(publicKeyBytes),
    [all...]
  /external/freetype/src/gzip/
infblock.c 54 only if BitLength(i) is not zero. (Pretty obvious.)
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 585 return big.bitLength() <= 31;
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 108 Index bitLength() const;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /frameworks/base/keystore/tests/src/android/security/keystore/
AndroidKeyPairGeneratorTest.java 343 (keySize + 7) & ~7, (rsaPubKey.getModulus().bitLength() + 7) & ~7);
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 555 NATIVE_METHOD(NativeBN, bitLength, "(J)I"),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bcrypt.h 386 ULONG BitLength;

Completed in 1481 milliseconds

1 2 3 45 6 7 8 91011>>