Searched refs:publicKeys (Results 1 – 2 of 2) sorted by relevance
129 Class<T> settingsClass, ArraySet<String> publicKeys, String[] targetKeys) { in testHiddenSettingsKeysReadable() argument133 publicKeys.contains(key)); in testHiddenSettingsKeysReadable()187 Class<T> settingsClass, ArraySet<String> publicKeys, String[] targetKeys) { in testHiddenSettingsKeysNotReadableWithoutAnnotation() argument191 publicKeys.contains(key)); in testHiddenSettingsKeysNotReadableWithoutAnnotation()
896 List<PublicKey> publicKeys = getPublicKeys(numKeysToGenerate, useStrongbox); in testRSA_Key_QualityHelper() local898 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() argument907 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() argument927 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 …]