Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyGeneratorTest.java593 if (TestUtils.isHmacAlgorithm(algorithm)) { in testInitWithUnknownDigestFails()
687 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGenerateHonorsRequestedAuthorizations()
H A DSecretKeyFactoryTest.java113 if (TestUtils.isHmacAlgorithm(algorithm)) { in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
H A DAndroidKeyStoreTest.java2445 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_OnlyOneDigestCanBeAuthorized_HMAC()
2549 if (!TestUtils.isHmacAlgorithm(algorithm)) { in testKeyStore_ImportSupportedSizes_HMAC()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/
H A DTestUtils.java837 public static boolean isHmacAlgorithm(String algorithm) { in isHmacAlgorithm() method in TestUtils