HomeSort by relevance Sort by last modified time
    Searched defs:Algorithm (Results 1 - 16 of 16) sorted by null

  /external/chromium/crypto/
secure_hash.h 17 enum Algorithm {
22 static SecureHash* Create(Algorithm type);
symmetric_key.h 27 // Defines the algorithm that a key will be used with. See also
29 enum Algorithm {
36 // Generates a random key suitable to be used with |algorithm| and of
39 static SymmetricKey* GenerateRandomKey(Algorithm algorithm,
43 // for use with specified |algorithm|. Note |algorithm| is not the algorithm
46 static SymmetricKey* DeriveKeyFromPassword(Algorithm algorithm,
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 30 @Param private Algorithm algorithm; field in class:KeyPairGeneratorBenchmark
32 public enum Algorithm {
46 this.generatorAlgorithm = algorithm.toString();
DigestBenchmark.java 33 @Param private Algorithm algorithm; field in class:DigestBenchmark
35 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
47 className += ("OpenSSLDigest$" + algorithm);
50 className += (algorithm + "Digest");
MessageDigestBenchmark.java 33 @Param private Algorithm algorithm; field in class:MessageDigestBenchmark
35 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
43 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
CipherBenchmark.java 55 @Param private Algorithm algorithm; field in class:CipherBenchmark
57 public enum Algorithm {
103 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/"
106 String keyAlgorithm = algorithm.toString();
SignatureBenchmark.java 42 @Param private Algorithm algorithm; field in class:SignatureBenchmark
44 public enum Algorithm {
68 this.signatureAlgorithm = algorithm.toString();
  /external/skia/tests/
ChecksumTest.cpp 30 enum Algorithm {
36 // Call Compute(data, size) on the appropriate checksum algorithm,
60 // Confirm that the checksum algorithm (specified by fWhichAlgorithm)
150 // We need to improve the SkChecksum algorithm.
153 // ('SkChecksum algorithm allows for way too many collisions')
181 Algorithm fWhichAlgorithm;
  /external/smack/src/org/xbill/DNS/
SSHFPRecord.java 18 public static class Algorithm {
19 private Algorithm() {}
44 * @param alg The public key's algorithm.
83 /** Returns the public key's algorithm. */
IPSECKEYRecord.java 19 public static class Algorithm {
20 private Algorithm() {}
52 * @param algorithmType The record's algorithm type.
191 /** Returns the record's algorithm type. */
DNSSEC.java 25 public static class Algorithm {
26 private Algorithm() {}
61 /** Private algorithm, specified by domain name */
64 /** Private algorithm, specified by OID */
67 private static Mnemonic algs = new Mnemonic("DNSSEC algorithm",
90 * Converts an algorithm into its textual representation
98 * Converts a textual representation of an algorithm into its numeric
100 * @param s The textual representation of the algorithm
101 * @return The algorithm code, or -1 on error.
203 * An algorithm is unsupported by this DNSSEC implementation
    [all...]
  /external/dropbear/libtommath/
bn.tex 180 A tweak is an algorithm ``alternative''. For example, to provide tradeoffs (usually between size and space).
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 191 milliseconds