HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 576 - 600 of 4302) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
extc++.h 33 #include <ext/algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
extc++.h 33 #include <ext/algorithm>
  /system/keymaster/
openssl_utils.cpp 65 static int convert_to_evp(keymaster_algorithm_t algorithm) {
66 switch (algorithm) {
92 LOG_E("EVP key algorithm was %d, not the expected %d", EVP_PKEY_type((*pkey)->type),
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorTest.java 138 // algorithm, and this Service's algorithm will not be in the expected set.
214 for (String algorithm : EXPECTED_ALGORITHMS) {
216 int expectedSizeBits = DEFAULT_KEY_SIZES.get(algorithm);
217 KeyPairGenerator generator = getGenerator(algorithm);
223 throw new RuntimeException("Failed for " + algorithm, e);
229 for (String algorithm : EXPECTED_ALGORITHMS) {
231 KeyPairGenerator generator = getGenerator(algorithm);
237 throw new RuntimeException("Failed for " + algorithm, e);
243 for (String algorithm : EXPECTED_ALGORITHMS)
    [all...]
TestUtils.java 77 * Asserts the the key algorithm and algorithm-specific parameters of the two keys in the
85 * Asserts the the key algorithm and public algorithm-specific parameters of the two provided
113 fail("Unsuported key algorithm: " + keyAlgorithm);
165 "Public key used to sign certificate should have the same algorithm as in KeyPair",
440 throw new IllegalArgumentException("Key algorithm mismatch."
561 throw new IllegalArgumentException("No KeyPair for key algorithm " + keyAlgorithm);
570 throw new IllegalArgumentException("No Key for key algorithm " + keyAlgorithm);
606 static boolean isHmacAlgorithm(String algorithm) {
    [all...]
  /art/compiler/utils/
jni_macro_assembler.cc 19 #include <algorithm>
  /art/runtime/base/
safe_copy.cc 23 #include <algorithm>
  /art/runtime/interpreter/
lock_count_data.cc 19 #include <algorithm>
  /bionic/tests/
dlfcn_symlink_support.cpp 28 #include <algorithm>
  /bootable/recovery/otautil/
ThermalUtil.cpp 22 #include <algorithm>
  /device/generic/goldfish/camera/
WorkerThread.cpp 23 #include <algorithm>
  /external/boringssl/src/crypto/pkcs8/
internal.h 67 * |algorithm|, which should be a serialized AlgorithmIdentifier structure. On
70 int pkcs8_pbe_decrypt(uint8_t **out, size_t *out_len, CBS *algorithm,
p5_pbev2.c 177 CBB algorithm, oid, param, kdf, kdf_oid, kdf_param, salt_cbb, cipher_cbb, local
179 if (!CBB_add_asn1(out, &algorithm, CBS_ASN1_SEQUENCE) ||
180 !CBB_add_asn1(&algorithm, &oid, CBS_ASN1_OBJECT) ||
182 !CBB_add_asn1(&algorithm, &param, CBS_ASN1_SEQUENCE) ||
229 /* See if we recognise the encryption algorithm. */
  /external/clang/lib/AST/
TemplateBase.cpp 27 #include <algorithm>

Completed in 1586 milliseconds

<<21222324252627282930>>