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

1 2

  /external/libchrome/crypto/
secure_hash.h 21 enum Algorithm {
26 static std::unique_ptr<SecureHash> Create(Algorithm type);
symmetric_key.h 23 // Defines the algorithm that a key will be used with. See also
25 enum Algorithm {
32 // Generates a random key suitable to be used with |algorithm| and of
36 Algorithm algorithm,
40 // for use with specified |algorithm|. Note |algorithm| is not the algorithm
45 Algorithm algorithm,
    [all...]
  /external/annotation-tools/annotation-file-utilities/
design.tex 311 \subsection{Algorithm Summary}
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 26 @Param private Algorithm algorithm; field in class:KeyPairGeneratorBenchmark
28 public enum Algorithm {
43 this.generatorAlgorithm = algorithm.toString();
DigestBenchmark.java 33 @Param private Algorithm algorithm; field in class:DigestBenchmark
35 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
48 className += ("OpenSSLDigest$" + algorithm);
51 className += (algorithm + "Digest");
CipherBenchmark.java 51 @Param private Algorithm algorithm; field in class:CipherBenchmark
53 public enum Algorithm {
100 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/"
103 String keyAlgorithm = algorithm.toString();
MessageDigestBenchmark.java 56 @Param private Algorithm algorithm; field in class:MessageDigestBenchmark
58 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
66 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
75 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
84 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
93 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
104 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
115 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
126 MessageDigest digest = MessageDigest.getInstance(algorithm.toString()
    [all...]
SignatureBenchmark.java 41 @Param private Algorithm algorithm; field in class:SignatureBenchmark
43 public enum Algorithm {
68 this.signatureAlgorithm = algorithm.toString();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiCHAP.c 30 length of the hash value for the hashing algorithm chosen.
137 UINTN Algorithm;
217 Algorithm = AsciiStrDecimalToUintn (Value);
218 if (Algorithm != ISCSI_CHAP_ALGORITHM_MD5) {
220 // Unsupported algorithm is chosen by target.
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.c 29 length of the hash value for the hashing algorithm chosen.
162 UINTN Algorithm;
250 Algorithm = IScsiNetNtoi (Value);
251 if (Algorithm != ISCSI_CHAP_ALGORITHM_MD5) {
253 // Unsupported algorithm is chosen by target.
  /external/guava/guava-tests/benchmark/com/google/common/hash/
MessageDigestAlgorithmBenchmark.java 36 * <li>algorithm: the algorithm to hash with (e.g. MD5, SHA1, etc.).
44 @Param Algorithm algorithm; field in class:MessageDigestAlgorithmBenchmark
49 @Override public byte[] hash(Algorithm algorithm, byte[] input) {
50 MessageDigest md = algorithm.getMessageDigest();
56 @Override public byte[] hash(Algorithm algorithm, byte[] input) {
57 return algorithm.getHashFunction().hashBytes(input).asBytes()
100 Algorithm algorithm = this.algorithm; local
    [all...]
  /libcore/luni/src/test/java/libcore/sun/security/jca/
ProvidersTest.java 60 private interface Algorithm {
65 private static final List<Algorithm> BC_ALGORITHMS = new ArrayList<>();
67 private static final List<Algorithm> CONSCRYPT_ALGORITHMS = new ArrayList<>();
69 // A concrete algorithm, provider by name
70 BC_ALGORITHMS.add(new Algorithm() {
76 // A concrete algorithm, provider by instance
77 BC_ALGORITHMS.add(new Algorithm() {
83 // An alias for another algorithm, provider by name
84 BC_ALGORITHMS.add(new Algorithm() {
90 // An alias for another algorithm, provider by instanc
    [all...]
  /external/lzma/CS/7zip/
ICoder.cs 129 /// Specifies number of algorithm.
131 Algorithm,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIoCrypto.h 47 // GUID of the algorithm.
49 EFI_GUID Algorithm;
51 // Specifies KeySizein bits used with this Algorithm.
55 // Specifies bitmask of block sizes supported by this algorithm.
232 The configuration table index will refer to the combination ofKeyOwnerGuid, Algorithm, and
241 CryptoKey specifies algorithm-specific key material to use within parameters of selected crypto
  /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/avb/
avbtool 65 class Algorithm(object):
66 """Contains details about an algorithm.
98 'NONE': Algorithm(
105 'SHA256_RSA2048': Algorithm(
119 'SHA256_RSA4096': Algorithm(
133 'SHA256_RSA8192': Algorithm(
147 'SHA512_RSA2048': Algorithm(
161 'SHA512_RSA4096': Algorithm(
175 'SHA512_RSA8192': Algorithm(
278 Euclidian algorithm
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 97 # Algorithm types
106 def Algorithm(type, n):
114 UNCOMPRESSED_AUDIO = Algorithm(AUDIO, 0)
115 G711_ULAW = Algorithm(AUDIO, 1)
116 ULAW = Algorithm(AUDIO, 1)
117 G711_ALAW = Algorithm(AUDIO, 2)
118 ALAW = Algorithm(AUDIO, 2)
119 AWARE_MPEG_AUDIO = Algorithm(AUDIO, 3)
120 AWARE_MULTIRATE = Algorithm(AUDIO, 4)
122 UNCOMPRESSED = Algorithm(VIDEO, 0
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/
aws-java-sdk-machinelearning-1.11.18.jar 
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 

Completed in 525 milliseconds

1 2