Searched refs:ALGORITHMS (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/ruby/spec/ |
D | compression_options_spec.rb | 22 ALGORITHMS = [:identity, :deflate, :gzip] constant 43 ALGORITHMS.each do |algorithm| 92 ALGORITHMS.each do |algorithm|
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | MessageDigestHashFunctionTest.java | 40 private static final ImmutableMap<String, HashFunction> ALGORITHMS = field in MessageDigestHashFunctionTest 54 for (String algorithmToTest : ALGORITHMS.keySet()) { in testHashing() 101 HashCode.fromBytes(digest.digest(input)), ALGORITHMS.get(algorithmName).hashBytes(input)); in assertMessageDigestHashing()
|
D | MacHashFunctionTest.java | 54 private static final ImmutableTable<String, SecretKey, HashFunction> ALGORITHMS = field in MacHashFunctionTest 71 for (Table.Cell<String, SecretKey, HashFunction> cell : ALGORITHMS.cellSet()) { in testHashing()
|
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | MessageDigestHashFunctionTest.java | 40 private static final ImmutableMap<String, HashFunction> ALGORITHMS = field in MessageDigestHashFunctionTest 54 for (String algorithmToTest : ALGORITHMS.keySet()) { in testHashing() 101 HashCode.fromBytes(digest.digest(input)), ALGORITHMS.get(algorithmName).hashBytes(input)); in assertMessageDigestHashing()
|
D | MacHashFunctionTest.java | 54 private static final ImmutableTable<String, SecretKey, HashFunction> ALGORITHMS = field in MacHashFunctionTest 71 for (Table.Cell<String, SecretKey, HashFunction> cell : ALGORITHMS.cellSet()) { in testHashing()
|
/external/avb/ |
D | avbtool.py | 100 ALGORITHMS = { variable 444 algorithm = ALGORITHMS.get(algorithm_name) 509 for alg_name in ALGORITHMS: 510 alg_data = ALGORITHMS[alg_name] 528 for alg_name in ALGORITHMS: 529 alg_data = ALGORITHMS[alg_name] 3027 alg = ALGORITHMS[algorithm_name]
|
D | avbtool | 100 ALGORITHMS = { variable 444 algorithm = ALGORITHMS.get(algorithm_name) 509 for alg_name in ALGORITHMS: 510 alg_data = ALGORITHMS[alg_name] 528 for alg_name in ALGORITHMS: 529 alg_data = ALGORITHMS[alg_name] 3027 alg = ALGORITHMS[algorithm_name]
|
/external/tpm2-tss/ |
D | configure.ac | 369 AC_DEFINE([DISABLE_WEAK_CRYPTO],[1],[DISABLE WEAK CRYPTO ALGORITHMS]))
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 5573 PCRE2 MATCHING ALGORITHMS
|