Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_crypto_toolbox.cc73 uint8_t* a2, Octet16* mac_key, Octet16* ltk) { in f5()
87 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
Dmock_hcic_hciblecmds.cc117 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply()
250 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
/system/bt/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.cc158 Octet16 ltk, mac_key; in DoSecureConnectionsStage2() local
/system/bt/stack/test/
Dcrypto_toolbox_test.cc209 Octet16 mac_key, ltk; in TEST() local
381 Octet16 ltk = link_key_to_ltk(link_key, true); in TEST() local
396 Octet16 ltk = link_key_to_ltk(link_key, false); in TEST() local
/system/bt/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()
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc77 uint8_t* a2, Octet16* mac_key, Octet16* ltk) { in f5()
154 Octet16 ltk_to_link_key(const Octet16& ltk, bool use_h7) { in ltk_to_link_key()
/system/bt/stack/include/
Dbtm_ble_api_types.h499 Octet16 ltk; member
515 Octet16 ltk; member
Dbt_types.h466 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()
/system/bt/stack/smp/
Dsmp_keys.cc506 Octet16 ltk = aes_128(er, (uint8_t*)&p_cb->div, sizeof(uint16_t)); in smp_generate_ltk_cont() local
Dsmp_int.h286 Octet16 ltk; member
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc2794 std::array<uint8_t, 16> ltk) { in HandleLeEnableEncryption()
2808 std::array<uint8_t, 16> ltk) { in LeEnableEncryption()
2821 uint16_t handle, std::array<uint8_t, 16> ltk) { in LeLongTermKeyRequestReply()
/system/bt/stack/hcic/
Dhciblecmds.cc467 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc()
485 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply()