/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 185 __u8 pin_len; member 238 __u8 pin_len; member
|
H A D | hci_core.h | 214 u8 pin_len; 1275 u8 pin_len, bool *persistent);
|
H A D | hci.h | 676 __u8 pin_len; member
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 189 __u8 pin_len; member 242 __u8 pin_len; member
|
H A D | hci_core.h | 229 u8 pin_len; member 1726 u8 pin_len, bool *persistent);
|
H A D | hci.h | 780 __u8 pin_len; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 992 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply() 3966 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument 3971 conn->pin_length = pin_len; in conn_set_key() 3980 if (pin_len == 16) in conn_set_key() 4033 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt() 4041 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt() 4064 u8 pin_len = 0; in hci_link_key_notify_evt() local 4094 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 4102 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
|
H A D | mgmt.c | 2414 key->type, key->pin_len, NULL); in load_link_keys() 2750 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply() 2774 reply.pin_len = cp->pin_len; in pin_code_reply() 8064 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
|
H A D | hci_debugfs.c | 393 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
|
H A D | hci_core.c | 2574 u8 pin_len, bool *persistent) in hci_add_link_key() 2605 key->pin_len = pin_len; in hci_add_link_key() 2572 hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, bdaddr_t *bdaddr, u8 *val, u8 type, u8 pin_len, bool *persistent) hci_add_link_key() argument
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 1228 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply() 4655 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument 4660 conn->pin_length = pin_len; in conn_set_key() 4669 if (pin_len == 16) in conn_set_key() 4721 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt() 4728 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt() 4752 u8 pin_len = 0; in hci_link_key_notify_evt() local 4782 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 4790 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
|
H A D | hci_core.c | 1305 u8 pin_len, bool *persistent) in hci_add_link_key() 1336 key->pin_len = pin_len; in hci_add_link_key() 1303 hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, bdaddr_t *bdaddr, u8 *val, u8 type, u8 pin_len, bool *persistent) hci_add_link_key() argument
|
H A D | hci_debugfs.c | 391 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
|
H A D | mgmt.c | 2870 key->type, key->pin_len, NULL); in load_link_keys() 3239 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply() 3263 reply.pin_len = cp->pin_len; in pin_code_reply() 9472 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 690 u8 pin_len; in ep11_genaeskey() member
|