Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java885 final int numKeysToGenerate = 10; in testRSA_Key_Quality() local
886 testRSA_Key_QualityHelper(numKeysToGenerate, false /* useStrongbox */); in testRSA_Key_Quality()
888 testRSA_Key_QualityHelper(numKeysToGenerate, true /* useStrongbox */); in testRSA_Key_Quality()
892 private void testRSA_Key_QualityHelper(int numKeysToGenerate, boolean useStrongbox) in testRSA_Key_QualityHelper() argument
896 List<PublicKey> publicKeys = getPublicKeys(numKeysToGenerate, useStrongbox); in testRSA_Key_QualityHelper()
953 private List<PublicKey> getPublicKeys(int numKeysToGenerate, boolean useStrongbox) in getPublicKeys() argument
958 for (int i = 0; i < numKeysToGenerate; i++) { in getPublicKeys()