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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Algorithm.cpp 32 #include "modules/crypto/Algorithm.h"
43 PassRefPtr<Algorithm> Algorithm::create(const WebKit::WebCryptoAlgorithm& algorithm)
45 switch (algorithm.paramsType()) {
47 return adoptRef(new Algorithm(algorithm));
49 return AesCbcParams::create(algorithm);
51 return AesKeyGenParams::create(algorithm);
53 return HmacParams::create(algorithm);
    [all...]
Algorithm.h 42 class Algorithm : public ScriptWrappable, public RefCounted<Algorithm> {
44 static PassRefPtr<Algorithm> create(const WebKit::WebCryptoAlgorithm&);
51 explicit Algorithm(const WebKit::WebCryptoAlgorithm&);
  /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...]
  /external/chromium_org/crypto/
secure_hash.h 20 enum Algorithm {
25 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
47 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 26 enum Algorithm {
31 // Call Compute(data, size) on the appropriate checksum algorithm,
58 // Confirm that the checksum algorithm (specified by fWhichAlgorithm)
109 const Algorithm algorithms[] = { kSkChecksum, kMurmur3 };
124 // We need to improve the SkChecksum algorithm.
127 // ('SkChecksum algorithm allows for way too many collisions')
138 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/lzma/CS/7zip/
ICoder.cs 129 /// Specifies number of algorithm.
131 Algorithm,
  /external/lzma/Java/SevenZip/
LzmaAlone.java 26 public int Algorithm = 2;
45 Algorithm = Integer.parseInt(s.substring(1));
204 if (!encoder.SetAlgorithm(params.Algorithm))
  /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 2982 milliseconds