Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java345 testHmacKeySupportedSizesHelper(false /* useStrongbox */); in testHmacKeySupportedSizes()
347 testHmacKeySupportedSizesHelper(true /* useStrongbox */); in testHmacKeySupportedSizes()
351 private void testHmacKeySupportedSizesHelper(boolean useStrongbox) throws Exception { in testHmacKeySupportedSizesHelper() method in KeyGeneratorTest