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

1 2 34 5 6 7

  /external/dropbear/libtomcrypt/demos/
tv_gen.c 664 void *k, *order, *modulus; local
674 mp_init(&modulus);
681 mp_read_radix(modulus, (char *)ltc_ecc_sets[x].prime, 16);
687 ltc_mp.ecc_ptmul(k, G, R, modulus, 1);
694 mp_clear_multi(k, order, modulus, NULL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 715 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon39892
716 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 715 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon43070
716 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 715 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon56088
716 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 712 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon56217
713 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 715 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon61846
716 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 712 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon61975
713 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
bitmap_allocator.h 717 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon62103
718 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /external/chromium/crypto/
rsa_private_key.h 52 // that will be parsed & serialized (modulus(), etc...) during Import(),
79 std::vector<uint8>* modulus() { return &modulus_; }; function in class:crypto::PrivateKeyInfoCodec
154 // The byte-significance of the stored components (modulus, etc..).
  /external/chromium_org/crypto/
rsa_private_key.h 48 // that will be parsed & serialized (modulus(), etc...) during Import(),
75 std::vector<uint8>* modulus() { return &modulus_; }; function in class:crypto::PrivateKeyInfoCodec
150 // The byte-significance of the stored components (modulus, etc..).
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 350 BigInteger modulus = readBigInteger(in); local
353 return factory.generatePublic(new RSAPublicKeySpec(modulus, exponent));
464 BigInteger modulus = key.getModulus(); local
474 writeBigInteger(out, modulus);
  /external/wpa_supplicant_8/src/crypto/
crypto.h 414 * @modulus: Modulus integer (big endian byte array)
415 * @modulus_len: Length of modulus integer in bytes
420 * This function calculates result = base ^ power mod modulus. modules_len is
421 * used as the maximum size of modulus buffer. It is set to the used size on
430 const u8 *modulus, size_t modulus_len,
527 * @c: Bignum; modulus
crypto_libtomcrypt.c 500 * k = length of modulus in octets (modlen)
634 * k = length of modulus in octets
698 const u8 *modulus, size_t modulus_len,
708 mp_read_unsigned_bin(m, (u8 *) modulus, modulus_len) != CRYPT_OK)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 310 def __pow__(self, exponent, modulus=None):
311 """self ** exponent % modulus, but maybe faster.
313 Accept the modulus argument if you want to support the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 310 def __pow__(self, exponent, modulus=None):
311 """self ** exponent % modulus, but maybe faster.
313 Accept the modulus argument if you want to support the
  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 121 * -modulus - print RSA modulus.
183 int modulus=0; local
326 else if (strcmp(*argv,"-modulus") == 0)
327 modulus=1;
415 BIO_printf(bio_err," -modulus RSA modulus\n");
964 if (noout && !text && !modulus && !subject && !pubkey)
1023 if (modulus)
1033 fprintf(stdout,"Modulus=unavailable\n")
    [all...]
x509.c 117 " -modulus - print the RSA key modulus\n",
197 int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0; local
409 else if (strcmp(*argv,"-modulus") == 0)
410 modulus= ++num;
816 if (modulus == i)
823 BIO_printf(bio_err,"Modulus=unavailable\n");
827 BIO_printf(STDout,"Modulus=");
    [all...]
  /external/openssl/apps/
req.c 121 * -modulus - print RSA modulus.
183 int modulus=0; local
326 else if (strcmp(*argv,"-modulus") == 0)
327 modulus=1;
415 BIO_printf(bio_err," -modulus RSA modulus\n");
964 if (noout && !text && !modulus && !subject && !pubkey)
1023 if (modulus)
1033 fprintf(stdout,"Modulus=unavailable\n")
    [all...]
x509.c 117 " -modulus - print the RSA key modulus\n",
197 int x509req=0,days=DEF_DAYS,modulus=0,pubkey=0; local
409 else if (strcmp(*argv,"-modulus") == 0)
410 modulus= ++num;
816 if (modulus == i)
823 BIO_printf(bio_err,"Modulus=unavailable\n");
827 BIO_printf(STDout,"Modulus=");
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 317 static BigInt modulus(BigInt a, BigInt m) { method in class:BigInt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 734 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon38302
735 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 734 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon45983
735 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 734 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon47081
735 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 734 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon51753
735 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
bitmap_allocator.h 734 modulus = _BSize % _AlignSize, enumerator in enum:bitmap_allocator::aligned_size::__anon55960
735 value = _BSize + (modulus ? _AlignSize - (modulus) : 0)

Completed in 1935 milliseconds

1 2 34 5 6 7