/system/bt/gd/security/ |
D | pairing_handler_le.cc | 112 Octet16 ltk = std::get<Octet16>(stage_2_result); in PairingMain() local 344 std::optional<Octet16> ltk; /* Legacy only */ in ReceiveKeys() local 415 …rLe::SendKeys(const InitialInformations& i, const uint8_t& keys_i_send, Octet16 ltk, uint16_t ediv, in SendKeys()
|
D | pairing_handler_le_unittest.cc | 242 Octet16 ltk, mac_key; in TEST_F() local
|
D | pairing_handler_le.h | 137 const uint16_t& ediv, const Octet16& ltk) { in SendHciLeStartEncryption()
|
D | initial_informations.h | 42 std::optional<crypto_toolbox::Octet16> ltk; member
|
D | pairing_handler_le_secure_connections.cc | 153 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/gd/security/record/ |
D | security_record.h | 131 std::optional<crypto_toolbox::Octet16> ltk; variable
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 394 uint16_t ediv, const Octet16& ltk) { in btsnd_hcic_ble_start_enc() 412 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply()
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 531 Octet16 ltk = aes_128(er, (uint8_t*)&p_cb->div, sizeof(uint16_t)); in smp_generate_ltk_cont() local
|
D | smp_int.h | 316 Octet16 ltk; member
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 1946 std::array<uint8_t, 16> ltk) { in HandleLeEnableEncryption() 1960 std::array<uint8_t, 16> ltk) { in LeEnableEncryption()
|
/system/bt/stack/include/ |
D | btm_api_types.h | 1355 Octet16 ltk; member 1371 Octet16 ltk; member
|
D | bt_types.h | 588 inline bool is_sample_ltk(const Octet16& ltk) { in is_sample_ltk()
|