Home
last modified time | relevance | path

Searched refs:pin_len (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/include/net/bluetooth/
Dmgmt.h185 __u8 pin_len; member
238 __u8 pin_len; member
Dhci_core.h208 u8 pin_len; member
1319 u8 pin_len, bool *persistent);
Dhci.h678 __u8 pin_len; member
/Linux-v5.15/net/bluetooth/
Dhci_event.c1015 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply()
4051 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument
4056 conn->pin_length = pin_len; in conn_set_key()
4065 if (pin_len == 16) in conn_set_key()
4118 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt()
4126 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt()
4149 u8 pin_len = 0; in hci_link_key_notify_evt() local
4170 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt()
4178 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
Dhci_debugfs.c389 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
Dhci_core.c2583 u8 pin_len, bool *persistent) in hci_add_link_key() argument
2614 key->pin_len = pin_len; in hci_add_link_key()
Dmgmt.c2418 key->type, key->pin_len, NULL); in load_link_keys()
2754 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply()
2778 reply.pin_len = cp->pin_len; in pin_code_reply()
8643 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
/Linux-v5.15/drivers/s390/crypto/
Dzcrypt_ep11misc.c690 u8 pin_len; in ep11_genaeskey() member