Searched refs:isHmacAlgorithm (Results 1 – 4 of 4) sorted by relevance
255 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeySupportedSizes()296 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeyOnlyOneDigestCanBeAuthorized()398 if (TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithUnknownDigestFails()416 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithKeyAlgorithmDigestMissingFromAuthorizedDigestFails()474 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGenerateHonorsRequestedAuthorizations()
95 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
2412 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()2512 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
605 static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils