Searched defs:hashFunc (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | MacHashFunctionTest.java | 74 HashFunction hashFunc = cell.getValue(); in testHashing() local 75 assertMacHashing(HashTestUtils.ascii(stringToTest), algorithm, key, hashFunc); in testHashing() local 278 byte[] input, String algorithm, SecretKey key, HashFunction hashFunc) throws Exception { in assertMacHashing() 403 private static void checkHmac(String expected, HashFunction hashFunc, byte[] data) { in checkHmac()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | MacHashFunctionTest.java | 74 HashFunction hashFunc = cell.getValue(); in testHashing() local 75 assertMacHashing(HashTestUtils.ascii(stringToTest), algorithm, key, hashFunc); in testHashing() local 278 byte[] input, String algorithm, SecretKey key, HashFunction hashFunc) throws Exception { in assertMacHashing() 403 private static void checkHmac(String expected, HashFunction hashFunc, byte[] data) { in checkHmac()
|