| /external/chromium_org/crypto/ |
| secure_hash.h | 20 enum Algorithm { 25 static SecureHash* Create(Algorithm type);
|
| symmetric_key.h | 28 // Defines the algorithm that a key will be used with. See also 30 enum Algorithm { 37 // Generates a random key suitable to be used with |algorithm| and of 40 static SymmetricKey* GenerateRandomKey(Algorithm algorithm, 44 // for use with specified |algorithm|. Note |algorithm| is not the algorithm 48 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/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))
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| winefs.h | 37 ALG_ID Algorithm;
|
| wincrypt.h | [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/repository/org/apache/ant/ant/1.8.0/ |
| ant-1.8.0.jar | |
| /external/jarjar/lib/ |
| apache-ant-1.9.4.jar | |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| ant.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/ |
| ant-1.8.2.jar | |