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

<<11121314151617181920>>

  /ndk/tests/device/test-gnustl-full/unit/
bcompos_test.cpp 1 #include <algorithm>
fill_test.cpp 2 #include <algorithm>
finsert_test.cpp 2 #include <algorithm>
logic_test.cpp 2 #include <algorithm>
max_test.cpp 2 #include <algorithm>
min_test.cpp 2 #include <algorithm>
pair_test.cpp 3 #include <algorithm>
queue_test.cpp 2 #include <algorithm>
rawriter_test.cpp 1 #include <algorithm>
stack_test.cpp 1 #include <algorithm>
  /ndk/tests/device/test-stlport/unit/
bcompos_test.cpp 1 #include <algorithm>
fill_test.cpp 2 #include <algorithm>
finsert_test.cpp 2 #include <algorithm>
logic_test.cpp 2 #include <algorithm>
max_test.cpp 2 #include <algorithm>
min_test.cpp 2 #include <algorithm>
pair_test.cpp 3 #include <algorithm>
queue_test.cpp 2 #include <algorithm>
rawriter_test.cpp 1 #include <algorithm>
stack_test.cpp 1 #include <algorithm>
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.h 90 // Compute the digest of the certificate given algorithm
91 virtual bool ComputeDigest(const std::string &algorithm,
97 const std::string &algorithm,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h 72 talk_base::SSLFingerprint::Create(local_fp->algorithm,
135 remote_fingerprint_->algorithm,
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java 79 public SecretKey getSecretKeyById(String id, String algorithm) throws InvalidKeyException {
91 return pkey.getSecretKey(algorithm);
OpenSSLMessageDigestJDK.java 33 * Holds the EVP_MD for the hashing algorithm, e.g. EVP_get_digestbyname("sha1");
48 * Creates a new OpenSSLMessageDigest instance for the given algorithm
51 private OpenSSLMessageDigestJDK(String algorithm, long evp_md, int size)
53 super(algorithm);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementSpiTest.java 59 protected SecretKey engineGenerateSecret(String algorithm) throws IllegalStateException,
61 return super.engineGenerateSecret(algorithm);

Completed in 961 milliseconds

<<11121314151617181920>>