Home
last modified time | relevance | path

Searched refs:Algorithm (Results 1 – 25 of 73) sorted by relevance

123

/external/python/cpython2/Lib/plat-irix5/
DCL_old.py106 def Algorithm(type, n): function
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)
123 UNCOMPRESSED_VIDEO = Algorithm(VIDEO, 0)
[all …]
/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java44 @Param Algorithm algorithm;
49 @Override public byte[] hash(Algorithm algorithm, byte[] input) { in MESSAGE_DIGEST_API()
56 @Override public byte[] hash(Algorithm algorithm, byte[] input) { in HASH_FUNCTION_API()
60 public abstract byte[] hash(Algorithm algorithm, byte[] input); in hash()
63 private enum Algorithm { enum in MessageDigestAlgorithmBenchmark
71 Algorithm(String algorithmName, HashFunction hashFn) { in Algorithm() method in MessageDigestAlgorithmBenchmark.Algorithm
100 Algorithm algorithm = this.algorithm; in hashing()
/external/libxml2/result/c14n/exc-without-comments/
Dtest-22 …<ds:CanonicalizationMethod xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.…
3 <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></SignatureMethod>
6 <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform>
8 <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></DigestMethod>
/external/nanopb-c/tools/
Dmake_windows_package.sh40Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><…
/external/libchrome/crypto/
Dsymmetric_key.h34 enum Algorithm { enum
45 Algorithm algorithm,
54 Algorithm algorithm,
64 static std::unique_ptr<SymmetricKey> Import(Algorithm algorithm,
Dsymmetric_key.cc27 Algorithm algorithm, in GenerateRandomKey()
54 Algorithm algorithm, in DeriveKeyFromPassword()
88 std::unique_ptr<SymmetricKey> SymmetricKey::Import(Algorithm algorithm, in Import()
Dsecure_hash.h21 enum Algorithm { enum
26 static std::unique_ptr<SecureHash> Create(Algorithm type);
Dsymmetric_key_nss.cc20 SymmetricKey* SymmetricKey::GenerateRandomKey(Algorithm algorithm, in GenerateRandomKey()
45 SymmetricKey* SymmetricKey::DeriveKeyFromPassword(Algorithm algorithm, in DeriveKeyFromPassword()
98 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import()
/external/conscrypt/openjdk/src/test/resources/
Dcert.pem5 Signature Algorithm: sha1WithRSAEncryption
12 Public Key Algorithm: rsaEncryption
35 Signature Algorithm: sha1WithRSAEncryption
Dca-cert.pem5 Signature Algorithm: sha1WithRSAEncryption
12 Public Key Algorithm: rsaEncryption
35 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-embedded.pem5 Signature Algorithm: sha1WithRSAEncryption
12 Public Key Algorithm: rsaEncryption
37 Signature Algorithm: sha1WithRSAEncryption
Dcert-ct-poisoned.pem5 Signature Algorithm: sha1WithRSAEncryption
12 Public Key Algorithm: rsaEncryption
37 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/security_OpenSSLRegressions/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
13 Public Key Algorithm: rsaEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/platform_AccurateTime/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
13 Public Key Algorithm: rsaEncryption
36 Signature Algorithm: sha1WithRSAEncryption
Dca.pem6 Signature Algorithm: sha1WithRSAEncryption
13 Public Key Algorithm: rsaEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dcert.pem6 Signature Algorithm: sha1WithRSAEncryption
13 Public Key Algorithm: rsaEncryption
36 Signature Algorithm: sha1WithRSAEncryption
Dca.pem6 Signature Algorithm: sha1WithRSAEncryption
13 Public Key Algorithm: rsaEncryption
36 Signature Algorithm: sha1WithRSAEncryption
/external/lzma/Java/SevenZip/
DLzmaAlone.java26 public int Algorithm = 2; field in LzmaAlone.CommandLine
45 Algorithm = Integer.parseInt(s.substring(1)); in ParseSwitch()
204 if (!encoder.SetAlgorithm(params.Algorithm)) in main()
/external/python/cpython2/Lib/test/
Dkeycert4.pem21 Signature Algorithm: sha1WithRSAEncryption
28 Public Key Algorithm: rsaEncryption
41 Signature Algorithm: sha1WithRSAEncryption
Dkeycert3.pem21 Signature Algorithm: sha1WithRSAEncryption
28 Public Key Algorithm: rsaEncryption
41 Signature Algorithm: sha1WithRSAEncryption
/external/curl/tests/certs/
DServer-localhost-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
18 Public Key Algorithm: rsaEncryption
45 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost0h-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
18 Public Key Algorithm: rsaEncryption
45 Signature Algorithm: sha1WithRSAEncryption
DServer-localhost.nn-sv.crt5 Signature Algorithm: sha1WithRSAEncryption
18 Public Key Algorithm: rsaEncryption
45 Signature Algorithm: sha1WithRSAEncryption
DEdelCurlRoot-ca.crt5 Signature Algorithm: sha1WithRSAEncryption
18 Public Key Algorithm: rsaEncryption
47 Signature Algorithm: sha1WithRSAEncryption
DEdelCurlRoot-ca.cacert5 Signature Algorithm: sha1WithRSAEncryption
18 Public Key Algorithm: rsaEncryption
47 Signature Algorithm: sha1WithRSAEncryption

123