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.java355 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()
DSecretKeyFactoryTest.java103 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
DAndroidKeyStoreTest.java2298 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
2400 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
DTestUtils.java683 static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils