/packages/modules/Bluetooth/system/gd/security/ |
D | pairing_handler_le.cc | 129 Octet16 ltk = std::get<Octet16>(stage_2_result); in PairingMain() local 391 std::optional<Octet16> ltk; /* Legacy only */ in ReceiveKeys() local 460 …rLe::SendKeys(const InitialInformations& i, const uint8_t& keys_i_send, Octet16 ltk, uint16_t ediv, in SendKeys()
|
D | pairing_handler_le.h | 137 const hci::Octet16& ltk) { in SendHciLeStartEncryption() 149 const InitialInformations& i, uint16_t conn_handle, const hci::Octet16& ltk) { in SendHciLeLongTermKeyReply()
|
D | pairing_handler_le_unittest.cc | 248 Octet16 ltk, mac_key; in TEST_F() local
|
D | pairing_handler_le_secure_connections.cc | 164 Octet16 ltk, mac_key; in DoSecureConnectionsStage2() local
|
/packages/modules/Bluetooth/system/stack/include/ |
D | bt_octets.h | 31 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()
|
D | btm_ble_sec_api_types.h | 30 Octet16 ltk; member 46 Octet16 ltk; member
|
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 184 Octet16 mac_key, ltk; in TEST() local 339 Octet16 ltk = link_key_to_ltk(link_key, true); in TEST() local 352 Octet16 ltk = link_key_to_ltk(link_key, false); in TEST() local
|
D | crypto_toolbox.cc | 91 Octet16* ltk) { in f5() 163 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | migrate.rs | 380 let ltk: LtkInfo = LtkInfo::new_from_bluez(&bluez_conf, sec.as_str()); in convert_from_bluez_device() localVariable 791 let ltk = LtkInfo::try_from_penc(v.unwrap_or_default()).unwrap_or_default(); in convert_floss_conf() localVariable 808 let ltk = LtkInfo::try_from_lenc(v.unwrap_or_default()).unwrap_or_default(); in convert_floss_conf() localVariable
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 131 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply() 277 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 258 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc() 276 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 522 Octet16 ltk = aes_128(er, div16); in smp_generate_ltk_cont() local
|
D | smp_int.h | 345 Octet16 ltk; variable
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 6000 std::array<uint8_t, kLtkSize> ltk) { in HandleLeEnableEncryption() 6013 std::array<uint8_t, kLtkSize> ltk) { in LeEnableEncryption() 6026 uint16_t handle, std::array<uint8_t, kLtkSize> ltk) { in LeLongTermKeyRequestReply()
|