Home
last modified time | relevance | path

Searched refs:isHmacAlgorithm (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java350 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()
DSecretKeyFactoryTest.java103 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DAndroidKeyStoreTest.java2388 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
2490 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
DTestUtils.java627 static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils