Home
last modified time | relevance | path

Searched defs:encrypted (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_security_interface.h116 virtual void OnEncryptionChange(hci::Address remote, bool encrypted) {} in OnEncryptionChange()
Dfacade.cc259 void OnEncryptionChange(hci::Address remote, bool encrypted) override { in OnEncryptionChange()
/packages/modules/adb/pairing_auth/tests/
Daes_128_gcm_test.cpp41 uint8_t encrypted[1024]; in TEST() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowStorageManager.java80 public static void setIsFileEncryptedNativeOrEmulated(boolean encrypted) { in setIsFileEncryptedNativeOrEmulated()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc126 void SecurityManagerChannel::OnEncryptionChange(hci::Address remote, bool encrypted) { in OnEncryptionChange()
Dsecurity_manager_channel_unittest.cc65 void OnEncryptionChange(hci::Address address, bool encrypted) override {} in OnEncryptionChange()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc356 bool encrypted = BTM_IsEncrypted(tcb.peer_bda, tcb.transport); in gatt_get_link_encrypt_status() local
/packages/modules/adb/pairing_auth/
Dpairing_auth.cpp169 Data encrypted(cipher_->EncryptedSize(data.size())); in Encrypt() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java474 private byte[] decrypt(byte[] encrypted, byte[] keyBytes) { in decrypt()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc64 void OnEncryptionChange(hci::Address address, bool encrypted) override { in OnEncryptionChange()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.cc509 bool encrypted) override { in OnEncryptionChange()