Searched refs:isHmacAlgorithm (Results 1 – 4 of 4) sorted by relevance
389 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeySupportedSizesHelper()454 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper()612 if (TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithUnknownDigestFailsHelper()645 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithKeyAlgorithmDigestMissingFromAuthorizedDigestFailsHelper()732 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGenerateHonorsRequestedAuthorizationsHelper()
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()
840 public static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils