| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
| stdc++.h | 64 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
| stdc++.h | 64 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
| stdc++.h | 65 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
| stdc++.h | 65 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
| stdc++.h | 65 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
| stdc++.h | 65 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
| stdc++.h | 64 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
| stdc++.h | 64 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
| stdc++.h | 64 #include <algorithm>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
| stdc++.h | 64 #include <algorithm>
|
| /system/core/libcutils/ |
| dir_hash.c | 36 * specified by path, using the specified algorithm. Returns the length 39 int get_file_hash(HashAlgorithm algorithm, const char *path, 47 if (algorithm != SHA_1) { 129 static int recurse(HashAlgorithm algorithm, const char *directory_path, 200 int len = get_file_hash(algorithm, name, 236 if (recurse(algorithm, name, out) < 0) { 260 * reached under the specified directory_path, using the specified algorithm. 264 int get_recursive_hash_manifest(HashAlgorithm algorithm, 276 if (recurse(algorithm, directory_path, &out) < 0) {
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
| finder.hpp | 14 #include <boost/algorithm/string/config.hpp> 15 #include <boost/algorithm/string/constants.hpp> 25 namespace algorithm { namespace in namespace:boost 385 return ::boost::algorithm::detail::find_head_impl( Begin, End, N, category() ); 459 return ::boost::algorithm::detail::find_tail_impl( Begin, End, N, category() ); 487 return ::boost::algorithm::detail::find_head_impl( Begin, End, m_N ); 492 ::boost::algorithm::detail::find_tail_impl( Begin, End, -m_N ); 525 return ::boost::algorithm::detail::find_tail_impl( Begin, End, m_N ); 530 ::boost::algorithm::detail::find_head_impl( Begin, End, -m_N ); 545 in a sequence. It is equivalent of std::find algorithm, [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_hashlib.py | 54 for algorithm in self.supported_hash_names: 55 algorithms.add(algorithm.lower()) 57 for algorithm in algorithms: 58 self.constructors_to_test[algorithm] = set() 60 # For each algorithm, test the direct constructor and the use 61 # of hashlib.new given the algorithm name. 62 for algorithm, constructors in self.constructors_to_test.items(): 63 constructors.add(getattr(hashlib, algorithm)) 64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm): 76 for algorithm, constructors in self.constructors_to_test.items() [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_hashlib.py | 54 for algorithm in self.supported_hash_names: 55 algorithms.add(algorithm.lower()) 57 for algorithm in algorithms: 58 self.constructors_to_test[algorithm] = set() 60 # For each algorithm, test the direct constructor and the use 61 # of hashlib.new given the algorithm name. 62 for algorithm, constructors in self.constructors_to_test.items(): 63 constructors.add(getattr(hashlib, algorithm)) 64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm): 76 for algorithm, constructors in self.constructors_to_test.items() [all...] |
| /external/chromium/net/base/ |
| keygen_handler_mac.cc | 153 spkac.pkac.spki.algorithm.algorithm = CSSMOID_RSA; 176 spkac.signature_algorithm.algorithm = CSSMOID_MD5WithRSA; 260 CSSM_ALGORITHMS algorithm, 297 algorithm,
|
| dnssec_keyset.cc | 19 // These are encoded AlgorithmIdentifiers for the given signature algorithm. 57 // algorithm uint8 70 uint8 algorithm = sigdata[0]; local 137 if (algorithm == kDNSSEC_RSA_SHA1 || 138 algorithm == kDNSSEC_RSA_SHA1_NSEC3) { 142 } else if (algorithm == kDNSSEC_RSA_SHA256) { 147 // Unknown algorithm. 321 // algorithm AlgorithmIdentifier, 329 const uint8 algorithm = data[3]; local 330 if (algorithm != kDNSSEC_RSA_SHA1 & [all...] |
| /external/chromium_org/net/base/ |
| keygen_handler_mac.cc | 154 spkac.pkac.spki.algorithm.algorithm = CSSMOID_RSA; 177 spkac.signature_algorithm.algorithm = CSSMOID_MD5WithRSA; 261 CSSM_ALGORITHMS algorithm, 298 algorithm,
|
| /frameworks/base/keystore/java/android/security/ |
| KeyChain.java | 364 * specific {@code PrivateKey} type indicated by {@code algorithm} (e.g., 367 public static boolean isKeyAlgorithmSupported(String algorithm) { 368 final String algUpper = algorithm.toUpperCase(Locale.US); 374 * {@code PrivateKey} of the given {@code algorithm} to the device once 379 public static boolean isBoundKeyAlgorithm(String algorithm) { 380 if (!isKeyAlgorithmSupported(algorithm)) { 384 return KeyStore.getInstance().isHardwareBacked(algorithm);
|
| /libcore/crypto/src/main/java/org/conscrypt/ |
| OpenSSLSignature.java | 54 * Holds the type of the Java algorithm. 59 * Holds the OpenSSL name of the algorithm (lower case, no dashes). 69 * Creates a new OpenSSLSignature instance for the given algorithm name. 71 * @param algorithm OpenSSL name of the algorithm, e.g. "RSA-SHA1". 73 private OpenSSLSignature(String algorithm, EngineType engineType) 75 super(algorithm); 78 if ("RSA-MD2".equals(algorithm)) { 79 throw new NoSuchAlgorithmException(algorithm); 83 this.evpAlgorithm = algorithm; [all...] |
| DigitalSignature.java | 37 * specification, 7.4.3. It allow to init, update and sign hash. Hash algorithm 69 * @param algorithm the key algorithm used for the signature 71 public DigitalSignature(String algorithm) { 75 if ("RSA".equals(algorithm)) { 79 } else if ("DSA".equals(algorithm)) {
|
| /libcore/luni/src/test/java/libcore/java/security/ |
| ProviderTest.java | 71 String algorithm = service.getAlgorithm().toUpperCase(); local 76 + " " + algorithm 82 if (algorithms == null || !algorithms.remove(algorithm)) { 84 // algorithm is available from multiple providers 89 && StandardNames.PROVIDER_ALGORITHMS.get(type).contains(algorithm))) { 90 extra.add("Unknown " + type + " " + algorithm + " " + providerName + "\n");
|
| /external/nist-sip/java/gov/nist/core/net/ |
| SslNetworkLayer.java | 72 String algorithm = KeyManagerFactory.getDefaultAlgorithm();
local 73 TrustManagerFactory tmFactory = TrustManagerFactory.getInstance(algorithm);
74 KeyManagerFactory kmFactory = KeyManagerFactory.getInstance(algorithm);
|
| /libcore/support/src/test/java/libcore/java/security/ |
| StandardNames.java | 58 * Java ™ Cryptography Architecture Standard Algorithm Name Documentation 85 * A map from algorithm type (e.g. Cipher) to a set of algorithms (e.g. AES, DES, ...) 96 private static void provide(String type, String algorithm) { 102 assertTrue("Duplicate " + type + " " + algorithm, 103 algorithms.add(algorithm.toUpperCase(Locale.ROOT))); 105 private static void unprovide(String type, String algorithm) { 108 assertTrue(algorithm, algorithms.remove(algorithm.toUpperCase(Locale.ROOT))); 113 private static void provideCipherModes(String algorithm, String newModes[]) { 114 Set<String> modes = CIPHER_MODES.get(algorithm); [all...] |
| /libcore/luni/src/main/java/java/util/jar/ |
| JarVerifier.java | 204 final String algorithm = DIGEST_ALGORITHMS[i]; local 205 final String hash = attributes.getValue(algorithm + "-Digest"); 212 return new VerifierEntry(name, MessageDigest.getInstance(algorithm), hashBytes, 388 String algorithm = DIGEST_ALGORITHMS[i]; local 389 String hash = attributes.getValue(algorithm + entry); 396 md = MessageDigest.getInstance(algorithm);
|
| /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
| KSPrivateKeyEntryTest.java | 117 * Assertion: throws IllegalArgumentException when algorithm of privateKey 118 * does not match the algorithm of PublicKey in the end certificate (with 0 index) 186 private String alg = "My algorithm"; 203 public tmpPrivateKey(String algorithm) { 205 alg = algorithm;
|