Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ReadSettingsFieldsApp/src/com/android/cts/readsettingsfieldsapp/
DReadSettingsFieldsTest.java129 Class<T> settingsClass, ArraySet<String> publicKeys, String[] targetKeys) { in testHiddenSettingsKeysReadable() argument
133 publicKeys.contains(key)); in testHiddenSettingsKeysReadable()
187 Class<T> settingsClass, ArraySet<String> publicKeys, String[] targetKeys) { in testHiddenSettingsKeysNotReadableWithoutAnnotation() argument
191 publicKeys.contains(key)); in testHiddenSettingsKeysNotReadableWithoutAnnotation()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java896 List<PublicKey> publicKeys = getPublicKeys(numKeysToGenerate, useStrongbox); in testRSA_Key_QualityHelper() local
898 testRSA_Key_Quality_All_DifferentHelper(publicKeys); in testRSA_Key_QualityHelper()
899 testRSA_Key_Quality_Not_Too_Many_ZerosHelper(publicKeys); in testRSA_Key_QualityHelper()
902 testRSA_Key_Quality_Not_Perfect_SquareHelper(publicKeys); in testRSA_Key_QualityHelper()
903 testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper(publicKeys); in testRSA_Key_QualityHelper()
906 private void testRSA_Key_Quality_Not_Perfect_SquareHelper(Iterable<PublicKey> publicKeys) { in testRSA_Key_Quality_Not_Perfect_SquareHelper() argument
907 for (PublicKey publicKey : publicKeys) { in testRSA_Key_Quality_Not_Perfect_SquareHelper()
922 Iterable<PublicKey> publicKeys) { in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() argument
927 for (PublicKey publicKey : publicKeys) { in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
935 for (PublicKey publicKey : publicKeys) { in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
[all …]