Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java48 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreServiceTest
263 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testCompareHashFile()
278 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testParserFileAfterDisableCommonCriteriaMode()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java84 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreService
217 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForCommonCriteriaModeEnable()
364 } else if (decryptedString.equals(CONFIG_FILE_HASH)) { in setEncryptKeyOrRemoveKey()
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc105 static const std::string CONFIG_FILE_HASH = "hash"; variable
723 CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in btif_config_write()