Searched defs:ltk (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 237 const uint8_t ltk[] = { LTK }; in ZTEST() local 395 const uint8_t ltk[] = { LTK }; in ZTEST() local 579 const uint8_t ltk[] = { LTK }; in ZTEST() local 681 const uint8_t ltk[] = { LTK }; in ZTEST() local 781 const uint8_t ltk[] = { LTK }; in ZTEST() local 892 const uint8_t ltk[] = { LTK }; in ZTEST() local 995 const uint8_t ltk[] = { LTK }; in ZTEST() local 1097 const uint8_t ltk[] = { LTK }; in ZTEST() local 1199 const uint8_t ltk[] = { LTK }; in ZTEST() local 1310 const uint8_t ltk[] = { LTK }; in ZTEST() local [all …]
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 57 const bt_addr_le_t *a2, uint8_t *mackey, uint8_t *ltk) in bt_crypto_f5()
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 85 uint8_t mackey[16], ltk[16]; in ZTEST() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral.c | 601 uint8_t const *const ltk)
|
D | ull_central.c | 556 uint8_t const *const ediv, uint8_t const *const ltk) in ll_enc_req_send()
|
D | ull_llcp_internal.h | 100 uint8_t ltk[16]; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | keys.h | 73 struct bt_ltk ltk; member
|
D | keys.c | 494 uint8_t ltk[16]; in bt_keys_show_sniffer_info() local
|
D | smp.h | 88 uint8_t ltk[16]; member
|
D | smp.c | 2782 bool bt_smp_request_ltk(struct bt_conn *conn, uint64_t rand, uint16_t ediv, uint8_t *ltk) in bt_smp_request_ltk() 5228 uint8_t mackey[16], ltk[16]; in smp_f5_test() local 6037 uint8_t ltk[16]; in bt_smp_update_keys() local
|
D | hci_core.c | 2342 static void le_ltk_reply(uint16_t handle, uint8_t *ltk) in le_ltk_reply() 2366 uint8_t ltk[16]; in le_ltk_request() local
|
D | conn.c | 2536 uint8_t ediv[2], const uint8_t *ltk, size_t len) in bt_conn_le_start_encryption()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ |
D | main.c | 503 uint8_t ltk[5]; in ZTEST() local
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1230 uint8_t ltk[16]; member 1236 uint8_t ltk[16]; member
|