Searched refs:isHmacAlgorithm (Results 1 – 4 of 4) sorted by relevance
350 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeySupportedSizesHelper()414 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()568 if (TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithUnknownDigestFailsHelper()600 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithKeyAlgorithmDigestMissingFromAuthorizedDigestFailsHelper()685 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGenerateHonorsRequestedAuthorizationsHelper()
103 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
2388 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()2490 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
627 static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils