Searched refs:pin_len (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | mgmt.h | 185 __u8 pin_len; member 238 __u8 pin_len; member
|
D | hci_core.h | 209 u8 pin_len; member 1271 u8 pin_len, bool *persistent);
|
D | hci.h | 676 __u8 pin_len; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_event.c | 990 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply() 3960 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument 3965 conn->pin_length = pin_len; in conn_set_key() 3974 if (pin_len == 16) in conn_set_key() 4027 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt() 4035 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt() 4058 u8 pin_len = 0; in hci_link_key_notify_evt() local 4079 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 4087 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
|
D | hci_debugfs.c | 389 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
|
D | mgmt.c | 2413 key->type, key->pin_len, NULL); in load_link_keys() 2749 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply() 2773 reply.pin_len = cp->pin_len; in pin_code_reply() 8049 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
|
D | hci_core.c | 2572 u8 pin_len, bool *persistent) in hci_add_link_key() argument 2603 key->pin_len = pin_len; in hci_add_link_key()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 690 u8 pin_len; in ep11_genaeskey() member
|