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

1 2 3 45 6 7 8 91011>>

  /external/chromium/crypto/
hmac_mac.cc 45 CCHmacAlgorithm algorithm; local
49 algorithm = kCCHmacAlgSHA1;
53 algorithm = kCCHmacAlgSHA256;
66 CCHmac(algorithm,
  /external/chromium/net/base/
escape_icu.cc 5 #include <algorithm>
  /external/chromium_org/chrome/browser/history/
page_usage_data.cc 7 #include <algorithm>
  /external/chromium_org/components/autofill/core/browser/
password_generator.cc 7 #include <algorithm>
50 // Classic algorithm to randomly select |num_select| elements out of
  /external/chromium_org/net/base/
test_data_stream.h 9 #include <algorithm>
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebCrypto.cpp 54 MockCryptoOperation(const WebKit::WebCryptoAlgorithm& algorithm, Operation op, const WebKit::WebCryptoOperationResult& result)
55 : m_algorithm(algorithm)
132 void MockWebCrypto::encrypt(const WebKit::WebCryptoAlgorithm& algorithm, const WebKit::WebCryptoKey& key, WebKit::WebCryptoOperationResult& result)
134 result.initializationSucceeded(new MockCryptoOperation(algorithm, Encrypt, result));
137 void MockWebCrypto::decrypt(const WebKit::WebCryptoAlgorithm& algorithm, const WebKit::WebCryptoKey& key, WebKit::WebCryptoOperationResult& result)
139 result.initializationSucceeded(new MockCryptoOperation(algorithm, Decrypt, result));
142 void MockWebCrypto::sign(const WebKit::WebCryptoAlgorithm& algorithm, const WebKit::WebCryptoKey& key, WebKit::WebCryptoOperationResult& result)
144 result.initializationSucceeded(new MockCryptoOperation(algorithm, Sign, result));
147 void MockWebCrypto::verifySignature(const WebKit::WebCryptoAlgorithm& algorithm, const WebKit::WebCryptoKey& key, const unsigned char* signature, size_t signatureLength, WebKit::WebCryptoOperationResult& result)
149 MockCryptoOperation* op = new MockCryptoOperation(algorithm, Verify, result)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.cpp 23 #include <algorithm>
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp 23 #include <algorithm>
  /external/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /external/stlport/test/unit/
times_test.cpp 1 #include <algorithm>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/
count.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /ndk/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /ndk/tests/device/test-gnustl-full/unit/
times_test.cpp 1 #include <algorithm>
  /ndk/tests/device/test-stlport/unit/
times_test.cpp 1 #include <algorithm>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
replace_storage.hpp 14 #include <boost/algorithm/string/config.hpp>
15 #include <algorithm>
17 #include <boost/algorithm/string/sequence_traits.hpp>
18 #include <boost/algorithm/string/detail/sequence.hpp>
21 namespace algorithm { namespace in namespace:boost
71 ForwardIteratorT It=::boost::algorithm::detail::move_from_storage( Storage, InsertIt, SegmentBegin );
128 ::boost::algorithm::detail::replace( Input, InsertIt, SegmentBegin, Storage );
136 // Process one segment in the replace_all algorithm
156 } // namespace algorithm
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_algor.c 65 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
93 if (alg->algorithm)
94 ASN1_OBJECT_free(alg->algorithm);
95 alg->algorithm = aobj;
116 *paobj = algor->algorithm;
  /external/openssl/crypto/asn1/
x_algor.c 65 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
93 if (alg->algorithm)
94 ASN1_OBJECT_free(alg->algorithm);
95 alg->algorithm = aobj;
116 *paobj = algor->algorithm;

Completed in 1408 milliseconds

1 2 3 45 6 7 8 91011>>