Home
last modified time | relevance | path

Searched defs:ltk (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc129 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()
Dpairing_handler_le.h137 const hci::Octet16& ltk) { in SendHciLeStartEncryption()
149 const InitialInformations& i, uint16_t conn_handle, const hci::Octet16& ltk) { in SendHciLeLongTermKeyReply()
Dpairing_handler_le_unittest.cc248 Octet16 ltk, mac_key; in TEST_F() local
Dpairing_handler_le_secure_connections.cc164 Octet16 ltk, mac_key; in DoSecureConnectionsStage2() local
/packages/modules/Bluetooth/system/stack/include/
Dbt_octets.h31 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()
Dbtm_ble_sec_api_types.h30 Octet16 ltk; member
46 Octet16 ltk; member
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc184 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
Dcrypto_toolbox.cc91 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/
Dmigrate.rs380 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/
Dmock_stack_hcic_hciblecmds.cc131 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/
Dhciblecmds.cc258 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/
Dsmp_keys.cc522 Octet16 ltk = aes_128(er, div16); in smp_generate_ltk_cont() local
Dsmp_int.h345 Octet16 ltk; variable
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc6000 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()