/system/bt/test/mock/ |
D | mock_stack_crypto_toolbox.cc | 73 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()
|
D | mock_hcic_hciblecmds.cc | 117 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/ |
D | pairing_handler_le.cc | 124 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()
|
D | pairing_handler_le.h | 137 const uint16_t& ediv, const Octet16& ltk) { in SendHciLeStartEncryption() 148 …SendHciLeLongTermKeyReply(const InitialInformations& i, uint16_t conn_handle, const Octet16& ltk) { in SendHciLeLongTermKeyReply()
|
D | pairing_handler_le_unittest.cc | 245 Octet16 ltk, mac_key; in TEST_F() local
|
D | pairing_handler_le_secure_connections.cc | 158 Octet16 ltk, mac_key; in DoSecureConnectionsStage2() local
|
/system/bt/stack/test/ |
D | crypto_toolbox_test.cc | 209 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/ |
D | crypto_toolbox_test.cc | 183 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
|
D | crypto_toolbox.cc | 78 …, 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/ |
D | crypto_toolbox.cc | 77 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/ |
D | btm_ble_api_types.h | 499 Octet16 ltk; member 515 Octet16 ltk; member
|
D | bt_types.h | 466 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 506 Octet16 ltk = aes_128(er, (uint8_t*)&p_cb->div, sizeof(uint16_t)); in smp_generate_ltk_cont() local
|
D | smp_int.h | 286 Octet16 ltk; member
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 2794 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/ |
D | hciblecmds.cc | 467 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()
|