Searched refs:isHmacAlgorithm (Results 1 – 4 of 4) sorted by relevance
593 if (TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithUnknownDigestFails()687 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGenerateHonorsRequestedAuthorizations()
113 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
2445 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()2549 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
837 public static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils