HomeSort by relevance Sort by last modified time
    Searched full:modulus (Results 176 - 200 of 737) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
key.py 161 return cls(n=int(priv['modulus']), e=int(priv['publicExponent']))
174 asn_key.setComponentByName('modulus', self.n)
356 # modulus INTEGER, -- n
385 namedtype.NamedType('modulus', univ.Integer()),
398 asn_key.setComponentByName('modulus', self.n)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 287 * number arises in the computation, we simply use its modulus as real
319 * number arises in the computation, we simply use its modulus as real
376 // take the modulus of (B +/- FastMath.sqrt(delta))
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 73 * passes is the one returned. Also notes that a modulus is applied
79 * "n mod 100 not in 12..14". The first part applies a modulus to n
81 * a different modulus and also uses negation, thus it matches all
  /external/tpm2/
MathFunctions.c 432 // CRYPT_PARAMETER number to exponentiate is larger than the modulus
443 const UINT32 nSize, // IN: modulus size
471 // larger than the modulus.
  /external/v8/test/unittests/compiler/
typer-unittest.cc 275 TestBinaryArithOp(javascript_.Modulus(LanguageMode::SLOPPY, hints_), modulo);
276 TestBinaryArithOp(javascript_.Modulus(LanguageMode::STRONG, hints_), modulo);
416 TEST_BINARY_MONOTONICITY(Modulus)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go 1224 modulus string
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int_test.go 1236 modulus string
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int_test.go 1224 modulus string
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
int_test.go 1236 modulus string
    [all...]
  /system/tpm/trunks/
tpm_utility.h 176 // |modulus| and |prime_factor| are interpreted as raw bytes in big-endian
180 const std::string& modulus,
188 // |modulus_bits| is used to specify the size of the modulus, and
trunks_factory_for_test.cc 242 const std::string& modulus,
248 return target_->ImportRSAKey(key_type, modulus, public_exponent,
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 53 modulus := key.N.Bytes()
55 serverRSAParams := make([]byte, 0, 2+len(modulus)+2+len(exponent))
56 serverRSAParams = append(serverRSAParams, byte(len(modulus)>>8), byte(len(modulus)))
57 serverRSAParams = append(serverRSAParams, modulus...)
172 // Clear the high byte to ensure |encrypted| is still below the RSA modulus.
  /external/icu/icu4c/source/i18n/
nfsubs.h 87 * A no-op for all substitutions except multiplier and modulus
237 * Returns true if this is a modulus substitution. (We didn't do this
  /libcore/ojluni/src/main/java/sun/security/ssl/
RSAClientKeyExchange.java 47 * of this server's public key modulus size, but the pre-master secret is
77 private byte[] encrypted; // same size as public modulus
  /system/extras/verity/
VerityVerifier.java 128 BigInteger modulus = new BigInteger(1, reverse(binaryMod)); local
131 RSAPublicKeySpec spec = new RSAPublicKeySpec(modulus, exponent);
  /system/security/keystore-engine/
android_engine.cpp 136 * d'th power of it, modulo the RSA modulus, and writes the result as a
174 * the modulus so we assume that the result has extra zeros on the
  /art/runtime/interpreter/mterp/out/
mterp_arm64.S     [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 57 * "%" are integer division and modulus with rounding towards minus
  /cts/tests/tests/keystore/src/android/keystore/cts/
RSASignatureTest.java 106 // because the padded form of the digested message will be larger than modulus size.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAPrivateCrtKeySpecTest.java 206 * Assertion: returns modulus
  /external/autotest/client/site_tests/platform_AccurateTime/src/
ca.pem 15 Modulus (1024 bit):
cert.pem 15 Modulus (1024 bit):
  /external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
ca.pem 15 Modulus (1024 bit):
cert.pem 15 Modulus (1024 bit):
  /external/autotest/client/site_tests/security_OpenSSLRegressions/src/
cert.pem 15 Modulus (1024 bit):

Completed in 2633 milliseconds

1 2 3 4 5 6 78 91011>>