HomeSort by relevance Sort by last modified time
    Searched full:algorithms (Results 101 - 125 of 2344) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
DigestFactory.java 26 // BEGIN Android-removed: Unsupported algorithms
35 // END Android-removed: Unsupported algorithms
64 // BEGIN Android-removed: Unsupported algorithms
86 // END Android-removed: Unsupported algorithms
174 // BEGIN Android-removed: Unsupported algorithms
202 // END Android-removed: Unsupported algorithms
216 // BEGIN Android-removed: Unsupported algorithms
225 // END Android-removed: Unsupported algorithms
  /external/tpm2/
PCR_Extend.c 28 // have validated that all of the indicated hash algorithms are valid. If the
29 // hash algorithms are correct, the unmarshaling code will unmarshal a digest
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DSA.java 39 // BEGIN Android-removed: Unsupported algorithms
59 // END Android-removed: Unsupported algorithms
63 // BEGIN Android-removed: Unsupported algorithms
73 // END Android-removed: Unsupported algorithms
87 // BEGIN Android-removed: Unsupported algorithms
89 // END Android-removed: Unsupported algorithms
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
ECUtil.java 11 // Android-removed: Unsupported algorithms
18 // Android-removed: Unsupported algorithms
339 // BEGIN Android-removed: Unsupported algorithms
358 // END Android-removed: Unsupported algorithms
401 // BEGIN Android-removed: Unsupported algorithms
412 // END Android-removed: Unsupported algorithms
434 // BEGIN Android-removed: Unsupported algorithms
445 // END Android-removed: Unsupported algorithms
463 // BEGIN Android-removed: Unsupported algorithms
474 // END Android-removed: Unsupported algorithms
    [all...]
  /libcore/tools/docs/crypto/
format_supported_algorithm_table.py 37 for algorithm in category['algorithms']:
65 output.append('<h2 id="SupportedAlgorithms">Supported Algorithms</h2>')
88 algorithms = sort_by_name(category['algorithms'])
90 for algorithm in algorithms:
201 supported = sort_by_name(category['algorithms'])
202 enabled = sort_by_name(find_by_name(categories, basename + '.Enabled')['algorithms'])
247 algorithms = sort_by_name(category['algorithms'])
248 for algorithm in algorithms
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStreamTest.java 92 fail(getName() + ": no MessageDigest algorithms available - test not performed");
133 fail(getName() + ": no MessageDigest algorithms available - test not performed");
168 fail(getName() + ": no MessageDigest algorithms available - test not performed");
203 fail(getName() + ": no MessageDigest algorithms available - test not performed");
234 fail(getName() + ": no MessageDigest algorithms available - test not performed");
313 fail(getName() + ": no MessageDigest algorithms available - test not performed");
352 fail(getName() + ": no MessageDigest algorithms available - test not performed");
402 fail(getName() + ": no MessageDigest algorithms available - test not performed");
435 fail(getName() + ": no MessageDigest algorithms available - test not performed");
474 fail(getName() + ": no MessageDigest algorithms available - test not performed")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java 21 // Android-removed: Unsupported algorithms
34 // Android-removed: Unsupported algorithms
42 // Android-removed: Unsupported algorithms
48 // Android-removed: Unsupported algorithms
53 // Android-removed: Unsupported algorithms
138 // BEGIN Android-removed: Unsupported algorithms
259 // END Android-removed: Unsupported algorithms
270 // BEGIN Android-removed: Unsupported algorithms
299 // END Android-removed: Unsupported algorithms
392 // BEGIN Android-removed: Unsupported algorithms
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
SignatureSpi.java 19 // BEGIN Android-removed: Unsupported algorithms
21 // END Android-removed: Unsupported algorithms
24 // BEGIN Android-removed: Unsupported algorithms
27 // END Android-removed: Unsupported algorithms
174 // END Android-removed: Unsupported algorithms
187 // BEGIN Android-removed: Unsupported algorithms
378 // END Android-removed: Unsupported algorithms
419 // BEGIN Android-removed: Unsupported algorithms
484 // END Android-removed: Unsupported algorithms
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Rng.h 31 /// A selection of EFI_RNG_PROTOCOL algorithms.
32 /// The algorithms listed are optional, not meant to be exhaustive and be argmented by
39 /// The algorithms corresponds to SP800-90 as defined in
56 /// The algorithms correspond to X9.31 as defined in
94 @retval EFI_DEVICE_ERROR The list of algorithms could not be retrieved due to a
  /external/tensorflow/tensorflow/docs_src/about/
bib.md 10 algorithms, and an implementation for executing such algorithms.
17 a wide variety of algorithms, including training and inference
18 algorithms for deep neural network models, and it has been
122 to experiment with novel optimizations and training algorithms.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
package.html 21 This package provides common interfaces for the optimization algorithms
23 checkers. The functions that are optimized by the algorithms provided by this
31 Optimizers are the algorithms that will either minimize or maximize, the objective function
  /external/boringssl/src/include/openssl/
engine.h 26 // defined for certain algorithms, that allow operations on those algorithms to
39 // algorithms.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInfoGeneratorBuilder.java 25 * @param digestProvider a provider of digest calculators for the algorithms required in the signature and attribute calculations.
33 * Base constructor with a particular finder for signature algorithms.
35 * @param digestProvider a provider of digest calculators for the algorithms required in the signature and attribute calculations.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
PBE.java 18 // Android-removed: Unsupported algorithms
42 // Android-removed: Unsupported algorithms
46 // Android-removed: Unsupported algorithms
75 // Android-removed: Unsupported algorithms
97 // Android-removed: Unsupported algorithms
111 // BEGIN Android-removed: Unsupported algorithms
120 // END Android-removed: Unsupported algorithms
126 // Android-removed: Unsupported algorithms
153 // Android-removed: Unsupported algorithms
167 // BEGIN Android-removed: Unsupported algorithms
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
MessageDigestHashFunctionTest.java 42 private static final ImmutableMap<String, HashFunction> ALGORITHMS =
55 for (String algorithmToTest : ALGORITHMS.keySet()) {
101 ALGORITHMS.get(algorithmName).hashBytes(input));
  /external/libchrome/crypto/
symmetric_key.cc 32 // algorithms available in NSS but not BoringSSL and vice
63 // algorithms available in NSS but not BoringSSL and vice
92 // algorithms available in NSS but not BoringSSL and vice
  /external/vboot_reference/firmware/2lib/include/
2sha.h 12 /* Hash algorithms may be disabled individually to save code space */
29 /* Context structs for hash algorithms */
66 /* Context union for all algorithms */
  /frameworks/base/core/java/android/webkit/
TokenBindingService.java 79 * The user can provide a list of acceptable algorithms for the retrieved
80 * key pair. If a key pair exists and it is in the list of algorithms, then
89 * @param algorithm The list of algorithms. An IllegalArgumentException is thrown if array is
  /libcore/ojluni/src/main/java/java/util/
RandomAccess.java 31 * purpose of this interface is to allow generic algorithms to alter their
35 * <p>The best algorithms for manipulating random access lists (such as
38 * algorithms are encouraged to check whether the given list is an
  /libcore/ojluni/src/main/java/sun/security/util/
AbstractAlgorithmConstraints.java 70 // map the disabled algorithms
77 static boolean checkAlgorithm(String[] algorithms, String algorithm,
84 for (String item : algorithms) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java 20 // Android-removed: Unsupported algorithms
27 // Android-removed: Unsupported algorithms
306 // BEGIN Android-removed: Unsupported algorithms
380 // END Android-removed: Unsupported algorithms
393 // BEGIN Android-removed: Unsupported algorithms
431 // END Android-removed: Unsupported algorithms
  /external/eigen/doc/
TopicMultithreading.dox 7 Some Eigen's algorithms can exploit the multiple cores present in your hardware. To this end, it is enough to enable OpenMP on your compiler, for instance:
24 Currently, the following algorithms can make use of multi-threading:
  /libcore/luni/src/main/java/java/security/
security.properties 53 # Default KeyManagerFactory and TrustManagerFactory algorithms.
63 # Disable weak algorithms in CertPathVerifier and CertPathBuilder.
  /toolchain/binutils/binutils-2.27/include/
fibheap.h 27 Introduction to algorithms by Corman and Rivest also goes over them.
30 uses in improved network optimization algorithms" by Tarjan and
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DigestAlgorithm.java 22 * Message digest algorithms.
32 * Digest-Algorithms attribute, only support SHA or SHA1 algorithm names in .SF and

Completed in 3574 milliseconds

1 2 3 45 6 7 8 91011>>