Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le.cc124 Octet16 ltk = std::get<Octet16>(stage_2_result); in PairingMain() local
383 std::optional<Octet16> ltk; /* Legacy only */ in ReceiveKeys() local
454 …rLe::SendKeys(const InitialInformations& i, const uint8_t& keys_i_send, Octet16 ltk, uint16_t ediv, in SendKeys()
Dpairing_handler_le.h137 const uint16_t& ediv, const Octet16& ltk) { in SendHciLeStartEncryption()
148 …SendHciLeLongTermKeyReply(const InitialInformations& i, uint16_t conn_handle, const Octet16& ltk) { in SendHciLeLongTermKeyReply()
Dpairing_handler_le_unittest.cc245 Octet16 ltk, mac_key; in TEST_F() local
Dpairing_handler_le_secure_connections.cc160 Octet16 ltk, mac_key; in DoSecureConnectionsStage2() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_crypto_toolbox.cc71 uint8_t* a2, Octet16* mac_key, Octet16* ltk) { in f5()
85 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
Dmock_stack_hcic_hciblecmds.cc212 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply()
409 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
/packages/modules/Bluetooth/system/stack/include/
Dbt_octets.h35 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()
Dbtm_ble_api_types.h519 Octet16 ltk; member
535 Octet16 ltk; member
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc183 Octet16 mac_key, ltk; in TEST() local
338 Octet16 ltk = link_key_to_ltk(link_key, true); in TEST() local
351 Octet16 ltk = link_key_to_ltk(link_key, false); in TEST() local
Dcrypto_toolbox.cc78 …, const Octet16& n1, const Octet16& n2, uint8_t* a1, uint8_t* a2, Octet16* mac_key, Octet16* ltk) { in f5()
139 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
/packages/modules/Bluetooth/system/stack/test/
Dcrypto_toolbox_test.cc211 Octet16 mac_key, ltk; in TEST() local
383 Octet16 ltk = link_key_to_ltk(link_key, true); in TEST() local
398 Octet16 ltk = link_key_to_ltk(link_key, false); in TEST() local
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Dcrypto_toolbox.cc79 uint8_t* a2, Octet16* mac_key, Octet16* ltk) { in f5()
156 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.rs322 let ltk = LtkInfo { in convert_from_bluez_device() localVariable
728 let ltk = LtkInfo::try_from(v.unwrap_or_default()).unwrap_or_default(); in convert_floss_conf() localVariable
1010 let ltk = LtkInfo::try_from(floss_key).unwrap_or_default(); in test_ltk_conversion() localVariable
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc414 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
432 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.cc508 Octet16 ltk = aes_128(er, (uint8_t*)&p_cb->div, sizeof(uint16_t)); in smp_generate_ltk_cont() local
Dsmp_int.h297 Octet16 ltk; member
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc6015 std::array<uint8_t, kLtkSize> ltk) { in HandleLeEnableEncryption()
6028 std::array<uint8_t, kLtkSize> ltk) { in LeEnableEncryption()
6041 uint16_t handle, std::array<uint8_t, kLtkSize> ltk) { in LeLongTermKeyRequestReply()