HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 276 - 300 of 3084) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format_store.hpp 14 #include <boost/algorithm/string/config.hpp>
18 namespace algorithm { namespace in namespace:boost
86 } // namespace algorithm
formatter.hpp 20 #include <boost/algorithm/string/detail/util.hpp>
25 namespace algorithm { namespace in namespace:boost
116 } // namespace algorithm
util.hpp 14 #include <boost/algorithm/string/config.hpp>
19 namespace algorithm { namespace in namespace:boost
66 // bounded copy algorithm -----------------------------------------------//
68 // Bounded version of the std::copy algorithm
102 } // namespace algorithm
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
sequence_traits.hpp 16 #include <boost/algorithm/string/yes_no_type.hpp>
29 header for a specific container. They are located in boost/algorithm/string/stl
30 directory. Alternatively she can include boost/algorithm/string/std_collection_traits.hpp
35 namespace algorithm { namespace in namespace:boost
189 } // namespace algorithm
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoOperation.cpp 38 #include "modules/crypto/Algorithm.h"
207 PassRefPtr<CryptoOperation> CryptoOperation::create(const WebKit::WebCryptoAlgorithm& algorithm, CryptoOperationImpl* impl)
209 return adoptRef(new CryptoOperation(algorithm, impl));
212 CryptoOperation::CryptoOperation(const WebKit::WebCryptoAlgorithm& algorithm, CryptoOperationImpl* impl)
213 : m_algorithm(algorithm)
242 Algorithm* CryptoOperation::algorithm() function in class:WebCore::CryptoOperation
245 m_algorithmNode = Algorithm::create(m_algorithm);
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity_unittest.cc 86 void TestDigest(const std::string &algorithm, size_t expected_len,
96 rv = identity1_->certificate().ComputeDigest(algorithm,
102 rv = identity1_->certificate().ComputeDigest(algorithm,
110 rv = identity2_->certificate().ComputeDigest(algorithm,
122 rv = test_cert_->ComputeDigest(algorithm, digest3, sizeof(digest3),
nssidentity.cc 125 bool NSSCertificate::GetDigestLength(const std::string &algorithm,
129 if (!GetDigestObject(algorithm, &ho))
137 bool NSSCertificate::ComputeDigest(const std::string &algorithm,
142 if (!GetDigestObject(algorithm, &ho))
174 bool NSSCertificate::GetDigestObject(const std::string &algorithm,
179 if (algorithm == DIGEST_SHA_1) {
183 } else if (algorithm == DIGEST_SHA_224) {
186 } else if (algorithm == DIGEST_SHA_256) {
188 } else if (algorithm == DIGEST_SHA_384) {
190 } else if (algorithm == DIGEST_SHA_512)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_lib.c 113 if (alg->algorithm != NULL) ASN1_OBJECT_free(alg->algorithm);
119 if (!(alg->algorithm=OBJ_nid2obj(nid))) goto err;
148 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
  /external/openssl/crypto/ocsp/
ocsp_lib.c 113 if (alg->algorithm != NULL) ASN1_OBJECT_free(alg->algorithm);
119 if (!(alg->algorithm=OBJ_nid2obj(nid))) goto err;
148 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 36 private static final String algorithm = "SHA1PRNG"; // algorithm's name field in class:SHA1PRNG_SecureRandomTest
47 sr = SecureRandom.getInstance(algorithm, provider);
48 sr2 = SecureRandom.getInstance(algorithm, provider);
202 sr1 = SecureRandom.getInstance(algorithm, provider);
203 sr2 = SecureRandom.getInstance(algorithm, provider);
257 sr1 = SecureRandom.getInstance(algorithm, provider);
258 sr2 = SecureRandom.getInstance(algorithm, provider);
295 sr1 = SecureRandom.getInstance(algorithm, provider);
296 sr2 = SecureRandom.getInstance(algorithm, provider)
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 248 "Unsupported algorithm in HTTP Digest authentication: "
258 * @throws AuthenticationException when MD5 is an unsupported algorithm
266 String algorithm = getParameter("algorithm"); local
276 // If an algorithm is not specified, default to MD5.
277 if (algorithm == null) {
278 algorithm = "MD5";
306 //a1 is suitable for MD5 algorithm
307 if(algorithm.equalsIgnoreCase("MD5-sess")) { // android-changed: ignore case
322 } else if (!algorithm.equalsIgnoreCase("MD5")) { // android-changed: ignore cas
398 String algorithm = getParameter("algorithm"); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 38 private static final String algorithm = "SHA1PRNG"; // algorithm's name field in class:SHA1PRNG_SecureRandomTest
51 sr = SecureRandom.getInstance(algorithm, provider);
52 sr2 = SecureRandom.getInstance(algorithm, provider);
192 sr1 = SecureRandom.getInstance(algorithm, provider);
193 sr2 = SecureRandom.getInstance(algorithm, provider);
248 sr1 = SecureRandom.getInstance(algorithm, provider);
249 sr2 = SecureRandom.getInstance(algorithm, provider);
289 sr1 = SecureRandom.getInstance(algorithm, provider);
290 sr2 = SecureRandom.getInstance(algorithm, provider)
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 47 static final String algorithm = "DESede"; field in class:CipherTest
52 KeyGenerator kg = KeyGenerator.getInstance(algorithm);
150 final String algorithm = "DESede/CBC/PKCS5Padding"; local
152 Cipher cipher = Cipher.getInstance(algorithm);
153 assertTrue("Cipher algorithm does not match", cipher.getAlgorithm()
154 .equals(algorithm));
161 final String algorithm = "DESede/CBC/PKCS5Padding"; local
163 Cipher cipher = Cipher.getInstance(algorithm);
173 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding");
189 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding")
    [all...]
  /external/libppp/src/
ccp.h 87 int algorithm; member in struct:ccp_opt
101 int algorithm; /* Algorithm in use */ member in struct:ccp::__anon22793
107 int algorithm; /* Algorithm in use */ member in struct:ccp::__anon22794
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 55 @Param private Algorithm algorithm; field in class:CipherBenchmark
57 public enum Algorithm {
103 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/"
106 String keyAlgorithm = algorithm.toString();
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 104 assertEquals("The algorithm which was used to seal the object "
105 + "should be the same as the algorithm used to seal the "
115 String algorithm = "DES"; local
116 KeyGenerator kg = KeyGenerator.getInstance(algorithm);
119 Cipher cipher = Cipher.getInstance(algorithm);
123 assertEquals("The algorithm name should be the same as used "
124 + "in cipher.", algorithm, so.getAlgorithm());
129 * encryption algorithm and specified parameters can be retrieved by
149 + "should contain the encoded algorithm parameters.", Arrays
156 * with encryption algorithm and specified parameters can be retrieved b
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 134 String algorithm)
141 String algKey = Strings.toUpperCase(algorithm);
156 return new SecretKeySpec(key, algorithm);
159 return new SecretKeySpec(res, algorithm);
  /external/ceres-solver/internal/ceres/
cgnr_linear_operator.h 34 #include <algorithm>
  /external/chromium/chrome/browser/automation/
automation_provider_list.cc 7 #include <algorithm>
  /external/chromium/chrome/browser/chromeos/login/
client_login_response_handler.cc 7 #include <algorithm>
  /external/chromium/chrome/browser/ui/webui/
sync_internals_html_source.cc 7 #include <algorithm>
  /external/chromium/net/http/
http_byte_range.cc 5 #include <algorithm>
  /external/chromium/third_party/libjingle/source/talk/xmpp/
plainsaslhandler.h 32 #include <algorithm>
  /external/chromium_org/base/mac/
scoped_launch_data.h 10 #include <algorithm>
  /external/chromium_org/base/prefs/
value_map_pref_store.cc 7 #include <algorithm>

Completed in 895 milliseconds

<<11121314151617181920>>