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

1 2 34 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips64/
binopLit8.S 9 * CC (a1). Useful for integer division and modulus.
binopWide.S 9 * vCC (a1). Useful for integer division and modulus. Note that we
binopWide2addr.S 9 * vB (a1). Useful for integer division and modulus. Note that we
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPrivateCrtKey.java 59 this.modulus = spec.getModulus();
77 this.modulus = key.getModulus();
103 this.modulus = key.getModulus();
231 buf.append(" modulus: ").append(this.getModulus().toString(16)).append(nl);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateCrtKey.java 59 this.modulus = spec.getModulus();
77 this.modulus = key.getModulus();
103 this.modulus = key.getModulus();
231 buf.append(" modulus: ").append(this.getModulus().toString(16)).append(nl);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc3447.py 26 namedtype.NamedType('modulus', univ.Integer()),
  /external/tpm2/
MathFunctions_fp.h 28 const UINT32 nSize, // IN: modulus size
  /system/bt/stack/smp/
p_256_ecc_pp.h 45 // prime modulus
  /external/wpa_supplicant_8/src/tls/
rsa.c 19 struct bignum *n; /* modulus (p * q) */
82 * modulus INTEGER, -- n
182 * modulus INTEGER, -- n
245 * crypto_rsa_get_modulus_len - Get the modulus length of the RSA key
247 * Returns: Modulus length of the key
282 /* Too large input value for the RSA key modulus */
  /bootable/recovery/
verifier.cpp 310 // parameter derived from the modulus and can be used to speed up
329 // Read the modulus.
330 std::unique_ptr<uint32_t[]> modulus(new uint32_t[key_len_words]);
331 if (fscanf(file, " , { %u", &modulus[0]) != 1) {
335 if (fscanf(file, " , %u", &modulus[i]) != 1) {
342 std::reverse((uint8_t*)modulus.get(),
343 (uint8_t*)(modulus.get() + key_len_words));
366 key->n = BN_bin2bn((uint8_t*)modulus.get(),
  /external/ipsec-tools/src/racoon/
prsa_par.h 49 MODULUS = 265,
73 #define MODULUS 265
prsa_tok.l 73 Modulus { return MODULUS; }
  /external/vulkan-validation-layers/libs/glm/gtx/
integer.hpp 70 //! Modulus. Returns x - y * floor(x / y) for each component in x using the floating point value y.
91 //! Modulus. Returns x - y * floor(x / y) for each component in x using the floating point value y.
  /libcore/ojluni/src/main/java/java/security/
KeyPairGeneratorSpi.java 42 * For example, the <i>Sun</i> provider uses a default modulus size (keysize)
59 * algorithm-specific metric, such as modulus length, specified in
  /art/runtime/interpreter/mterp/arm/
binop.S 9 * vCC (r1). Useful for integer division and modulus. Note that we
binop2addr.S 9 * vCC (r1). Useful for integer division and modulus.
binopLit8.S 9 * vCC (r1). Useful for integer division and modulus.
binopWide.S 9 * vCC (r1). Useful for integer division and modulus.
binopWide2addr.S 9 * vCC (r1). Useful for integer division and modulus.
  /art/runtime/interpreter/mterp/arm64/
binop.S 9 * vCC (w1). Useful for integer division and modulus. Note that we
binop2addr.S 9 * vCC (w1). Useful for integer division and modulus.
  /art/runtime/interpreter/mterp/mips/
binopWide.S 9 * vCC (a1). Useful for integer division and modulus.
binopWide2addr.S 9 * vCC (a1). Useful for integer division and modulus.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAPrivateKeySpecTest.java 57 * Assertion: returns modulus
  /external/boringssl/src/tool/
genrsa.cc 32 "The number of bits in the modulus (default: 2048)",

Completed in 2162 milliseconds

1 2 34 5 6 7 8 91011>>