Searched refs:isHmacAlgorithm (Results 1 – 4 of 4) sorted by relevance
355 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeySupportedSizesHelper()419 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()573 if (TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithUnknownDigestFailsHelper()605 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithKeyAlgorithmDigestMissingFromAuthorizedDigestFailsHelper()690 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGenerateHonorsRequestedAuthorizationsHelper()
103 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
2339 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()2441 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
684 static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils