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

<<11121314151617181920>>

  /external/mesa3d/docs/
relnotes-7.9.2.html 101 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33507">Bug 33507</a> - [glsl] GLSL preprocessor modulus by zero crash</li>
103 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33508">Bug 33508</a> - [glsl] GLSL compiler modulus by zero crash</li>
174 <li>glcpp: Raise error when modulus is zero</li>
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 134 ALOGE("Key blob appears to have incorrect modulus length");
144 rsa->n = BN_bin2bn(reinterpret_cast<const unsigned char*>(keyblob_ptr->modulus),
147 ALOGE("Failed to initialize modulus");
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa_test.go 186 modulus string
196 n.SetString(test.modulus, 16)
219 n.SetString(test.modulus, 16)
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa_test.go 186 modulus string
196 n.SetString(test.modulus, 16)
219 n.SetString(test.modulus, 16)
  /external/boringssl/src/crypto/bn/
bn_test.cc 901 fprintf(stderr, "BN_MONT_CTX_set succeeded for zero modulus!\n");
910 fprintf(stderr, "BN_MONT_CTX_set succeeded for even modulus!\n");
1014 fprintf(stderr, "BN_mod_mul with zero modulus succeeded!\n");
1082 fprintf(stderr, "BN_mod_exp with zero modulus succeeded!\n");
1157 fprintf(stderr, "BN_mod_exp_mont_consttime with zero modulus succeeded!\n");
1167 fprintf(stderr, "BN_mod_exp_mont_consttime with even modulus succeeded!\n");
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 595 /* modulus P must be positive */
648 /* is it a DR modulus? */
656 /* if not, is it a unrestricted DR modulus? */
662 /* if the modulus is odd or dr != 0 use the montgomery method */
741 /* if the modulus is odd we can use a faster routine instead */
    [all...]
  /libcore/luni/src/test/java/tests/targets/security/cert/
CertificateTest.java 63 * Modulus (1024 bit):
119 * Modulus (2048 bit):
219 * Modulus (2048 bit):
341 * Modulus (1024 bit):
405 * Modulus (2048 bit):
504 * Modulus (2048 bit):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 67 // Dispatch based on modulus value to prevent divide-by-zero compile-time
349 * @p __m is 0, the modulus @p __m used is
369 /** The modulus. */
370 static const _UIntType modulus = __m; member in class:linear_congruential
734 static const _IntType modulus = __m; member in class:subtract_with_carry
800 { return this->modulus - 1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 67 // Dispatch based on modulus value to prevent divide-by-zero compile-time
349 * @p __m is 0, the modulus @p __m used is
369 /** The modulus. */
370 static const _UIntType modulus = __m; member in class:linear_congruential
734 static const _IntType modulus = __m; member in class:subtract_with_carry
800 { return this->modulus - 1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 67 // Dispatch based on modulus value to prevent divide-by-zero compile-time
349 * @p __m is 0, the modulus @p __m used is
369 /** The modulus. */
370 static const _UIntType modulus = __m; member in class:linear_congruential
734 static const _IntType modulus = __m; member in class:subtract_with_carry
800 { return this->modulus - 1; }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 67 // Dispatch based on modulus value to prevent divide-by-zero compile-time
349 * @p __m is 0, the modulus @p __m used is
369 /** The modulus. */
370 static const _UIntType modulus = __m; member in class:linear_congruential
734 static const _IntType modulus = __m; member in class:subtract_with_carry
800 { return this->modulus - 1; }
    [all...]
  /external/boringssl/src/include/openssl/
evp.h 123 * the modulus. For an EC key, this returns the maximum size of a DER-encoded
128 * returns the bit length of the modulus. For an EC key, this returns the bit
594 /* EVP_PKEY_CTX_set_rsa_keygen_bits sets the size of the desired RSA modulus,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 717 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon38170
718 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 717 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon40244
718 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 717 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon40520
718 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 159 struct modulus;
203 struct modulus : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
277 struct modulus<void> struct
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 717 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon71153
718 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /cts/tests/tests/security/res/raw/
openssl_heartbleed_test_cert.pem 40 Modulus:
  /device/google/contexthub/lib/nanohub/
rsa.c 261 //calculate the next power of a and modulus it
  /external/boringssl/src/crypto/ec/
internal.h 146 BIGNUM field; /* For curves over GF(p), this is the modulus. */
  /external/conscrypt/src/test/java/org/conscrypt/
ChainStrengthAnalyzerTest.java 238 assertBad(SHORT_RSA_PEM, "Short RSA modulus check did not fail as expected");
  /external/curl/tests/certs/
EdelCurlRoot-ca.cacert 20 Modulus:
EdelCurlRoot-ca.crt 20 Modulus:
Server-localhost0h-sv.pem 61 Modulus:
  /external/curl/tests/
stunnel.pem 73 Modulus:

Completed in 2167 milliseconds

<<11121314151617181920>>