Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java409 testHmacKeyOnlyOneDigestCanBeAuthorizedHelper(false /* useStrongbox */); in testHmacKeyOnlyOneDigestCanBeAuthorized()
411 testHmacKeyOnlyOneDigestCanBeAuthorizedHelper(true /* useStrongbox */); in testHmacKeyOnlyOneDigestCanBeAuthorized()
415 private void testHmacKeyOnlyOneDigestCanBeAuthorizedHelper(boolean useStrongbox) in testHmacKeyOnlyOneDigestCanBeAuthorizedHelper() method in KeyGeneratorTest