Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java86 static final int[] AES_STRONGBOX_SUPPORTED_KEY_SIZES = new int[] {128, 256}; field in KeyGeneratorTest
282 AES_STRONGBOX_SUPPORTED_KEY_SIZES : AES_SUPPORTED_KEY_SIZES, i)) { in testAesKeySupportedSizesHelper()