Searched refs:CONFIG_CHECKSUM_ENCRYPTION_PATH (Results 1 – 2 of 2) sorted by relevance
59 private static final String CONFIG_CHECKSUM_ENCRYPTION_PATH = field in BluetoothKeystoreServiceTest247 Assert.assertTrue(loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false)); in testCompareHashFile()269 Assert.assertFalse(Files.exists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH))); in testParserFileAfterDisableCommonCriteriaMode()
78 private static final String CONFIG_CHECKSUM_ENCRYPTION_PATH = field in BluetoothKeystoreService214 if (Files.exists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH))) { in loadConfigData()217 loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false); in loadConfigData()314 Files.deleteIfExists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH)); in cleanupFile()378 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey()