Searched refs:hci_le_start_enc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 1007 hci_le_start_enc(hcon, ediv, rand, stk, smp->enc_key_size); in smp_random() 2261 hci_le_start_enc(hcon, key->ediv, key->rand, key->val, key->enc_size); in smp_ltk_encrypt() 2933 hci_le_start_enc(hcon, 0, 0, smp->tk, smp->enc_key_size); in smp_cmd_dhkey_check()
|
H A D | hci_conn.c | 363 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, in hci_le_start_enc() function
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 1008 hci_le_start_enc(hcon, ediv, rand, stk, smp->enc_key_size); in smp_random() 2267 hci_le_start_enc(hcon, key->ediv, key->rand, key->val, key->enc_size); in smp_ltk_encrypt() 2939 hci_le_start_enc(hcon, 0, 0, smp->tk, smp->enc_key_size); in smp_cmd_dhkey_check()
|
H A D | hci_conn.c | 571 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, in hci_le_start_enc() function
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1799 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 2288 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand,
|
Completed in 20 milliseconds