HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 476 - 500 of 3728) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
relational.pass.cpp 30 #include <algorithm>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
to_ullong.pass.cpp 13 #include <algorithm>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
concept.hpp 24 namespace algorithm { namespace in namespace:boost
77 } // namespace algorithm
  /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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java 119 Cipher createAsymmetricWrapper(ASN1ObjectIdentifier algorithm, Map extraAlgNames)
128 cipherName = (String)extraAlgNames.get(algorithm);
133 cipherName = (String)asymmetricWrapperAlgNames.get(algorithm);
161 return helper.createCipher(algorithm.getId());
169 Cipher createSymmetricWrapper(ASN1ObjectIdentifier algorithm)
174 String cipherName = (String)symmetricWrapperAlgNames.get(algorithm);
188 return helper.createCipher(algorithm.getId());
216 throw new OperatorCreationException("cannot create algorithm parameters: " + e.getMessage(), e);
225 throw new OperatorCreationException("cannot initialise algorithm parameters: " + e.getMessage(), e);
289 public Signature createRawSignature(AlgorithmIdentifier algorithm)
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngine.java 79 public SecretKey getSecretKeyById(String id, String algorithm) throws InvalidKeyException {
91 return pkey.getSecretKey(algorithm);

Completed in 863 milliseconds

<<11121314151617181920>>