/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 250 pi->sec_level = rfcomm_pi(parent)->sec_level; in rfcomm_sock_init() 257 pi->sec_level = BT_SECURITY_LOW; in rfcomm_sock_init() 261 pi->dlc->sec_level = pi->sec_level; in rfcomm_sock_init() 404 d->sec_level = rfcomm_pi(sk)->sec_level; in rfcomm_sock_connect() 643 rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt_old() 645 rfcomm_pi(sk)->sec_level = BT_SECURITY_MEDIUM; in rfcomm_sock_setsockopt_old() 647 rfcomm_pi(sk)->sec_level = BT_SECURITY_HIGH; in rfcomm_sock_setsockopt_old() 697 rfcomm_pi(sk)->sec_level = sec.level; in rfcomm_sock_setsockopt() 745 switch (rfcomm_pi(sk)->sec_level) { in rfcomm_sock_getsockopt_old() 829 sec.level = rfcomm_pi(sk)->sec_level; in rfcomm_sock_getsockopt()
|
H A D | core.c | 70 u8 sec_level, 219 switch (d->sec_level) { in rfcomm_check_security() 232 return hci_conn_security(conn->hcon, d->sec_level, auth_type, in rfcomm_check_security() 295 d->sec_level = BT_SECURITY_LOW; in rfcomm_dlc_clear_state() 388 s = rfcomm_session_create(src, dst, d->sec_level, &err); in __rfcomm_dlc_open() 765 u8 sec_level, in rfcomm_session_create() argument 793 l2cap_pi(sk)->chan->sec_level = sec_level; in rfcomm_session_create() 2158 if (d->sec_level == BT_SECURITY_MEDIUM) { in rfcomm_security_cfm() 2162 } else if (d->sec_level in rfcomm_security_cfm() [all...] |
/openbmc/linux/net/bluetooth/ |
H A D | hci_conn.c | 1285 u8 dst_type, bool dst_resolved, u8 sec_level, in hci_connect_le() argument 1343 conn->pending_sec_level = sec_level; in hci_connect_le() 1347 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le() 1514 u8 dst_type, u8 sec_level, in hci_connect_le_scan() argument 1539 if (conn->pending_sec_level < sec_level) in hci_connect_le_scan() 1540 conn->pending_sec_level = sec_level; in hci_connect_le_scan() 1558 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le_scan() 1559 conn->pending_sec_level = sec_level; in hci_connect_le_scan() 1571 u8 sec_level, u8 auth_type, in hci_connect_acl() argument 1605 acl->sec_level = BT_SECURITY_LOW; in hci_connect_acl() [all …]
|
H A D | smp.c | 635 static __u8 seclevel_to_authreq(__u8 sec_level) in seclevel_to_authreq() argument 637 switch (sec_level) { in seclevel_to_authreq() 1112 else if (hcon->sec_level == BT_SECURITY_FIPS) in smp_notify_keys() 1303 authenticated = hcon->sec_level == BT_SECURITY_HIGH; in smp_distribute_keys() 1350 if (hcon->sec_level > BT_SECURITY_MEDIUM) in smp_distribute_keys() 1746 u8 key_size, auth, sec_level; in smp_cmd_pairing_req() local 1823 sec_level = BT_SECURITY_MEDIUM; in smp_cmd_pairing_req() 1825 sec_level = authreq_to_seclevel(auth); in smp_cmd_pairing_req() 1827 if (sec_level > conn->hcon->pending_sec_level) in smp_cmd_pairing_req() 1828 conn->hcon->pending_sec_level = sec_level; in smp_cmd_pairing_req() [all …]
|
H A D | smp.h | 186 bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level, 188 int smp_conn_security(struct hci_conn *hcon, __u8 sec_level);
|
H A D | l2cap_sock.c | 146 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind() 151 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind() 154 chan->sec_level = BT_SECURITY_SDP; in l2cap_sock_bind() 496 switch (chan->sec_level) { in l2cap_sock_getsockopt_old() 588 sec.level = chan->conn->hcon->sec_level; in l2cap_sock_getsockopt() 593 sec.level = chan->sec_level; in l2cap_sock_getsockopt() 812 chan->sec_level = BT_SECURITY_LOW; in l2cap_sock_setsockopt_old() 814 chan->sec_level = BT_SECURITY_MEDIUM; in l2cap_sock_setsockopt_old() 816 chan->sec_level = BT_SECURITY_HIGH; in l2cap_sock_setsockopt_old() 921 chan->sec_level in l2cap_sock_setsockopt() [all...] |
H A D | l2cap_core.c | 426 chan->sec_level != BT_SECURITY_SDP) in l2cap_chan_timeout() 528 chan->sec_level = BT_SECURITY_LOW; in l2cap_chan_set_defaults() 863 switch (chan->sec_level) { in l2cap_get_auth_type() 875 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type() 876 chan->sec_level = BT_SECURITY_SDP; in l2cap_get_auth_type() 878 if (chan->sec_level == BT_SECURITY_HIGH || in l2cap_get_auth_type() 879 chan->sec_level == BT_SECURITY_FIPS) in l2cap_get_auth_type() 886 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type() 887 chan->sec_level = BT_SECURITY_SDP; in l2cap_get_auth_type() 889 if (chan->sec_level in l2cap_get_auth_type() 4676 int err, sec_level; l2cap_le_connect_rsp() local 5164 int err = 0, sec_level; l2cap_ecred_conn_rsp() local [all...] |
H A D | hci_event.c | 2399 * devices with sec_level MEDIUM or HIGH or if MITM protection in hci_outgoing_auth_needed() 3464 conn->sec_level = conn->pending_sec_level; in hci_auth_complete_evt() 3571 conn->sec_level = conn->pending_sec_level; in hci_encrypt_change_evt() 5125 conn->sec_level = conn->pending_sec_level; in hci_key_refresh_complete_evt() 5734 conn->sec_level = BT_SECURITY_LOW; in le_conn_complete_evt()
|
H A D | mgmt.c | 3430 u8 sec_level, auth_type; in pair_device() local 3466 sec_level = BT_SECURITY_MEDIUM; in pair_device() 3470 conn = hci_connect_acl(hdev, &cp->addr.bdaddr, sec_level, in pair_device() 3495 sec_level, HCI_LE_CONN_TIMEOUT, in pair_device() 3547 hci_conn_security(conn, sec_level, auth_type, true)) { in pair_device()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | rfcomm.h | 186 u8 sec_level; member 309 u8 sec_level; member
|
H A D | hci_core.h | 687 __u8 sec_level; member 1469 u8 dst_type, u8 sec_level, 1473 u8 dst_type, bool dst_resolved, u8 sec_level, 1477 u8 sec_level, u8 auth_type, 1497 int hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level); 1498 int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type, 2033 if (conn->sec_level == BT_SECURITY_SDP) 2034 conn->sec_level = BT_SECURITY_LOW; in hci_auth_cfm() 2036 if (conn->pending_sec_level > conn->sec_level) in hci_auth_cfm() 2037 conn->sec_level in hci_auth_cfm() [all...] |
H A D | l2cap.h | 529 __u8 sec_level; member
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 5462 int i, err, auth_mode, sec_level, use_group; in ipw2100_configure_security() local 5486 sec_level = SEC_LEVEL_0; in ipw2100_configure_security() 5488 sec_level = priv->ieee->sec.level; in ipw2100_configure_security() 5495 ipw2100_set_security_information(priv, auth_mode, sec_level, in ipw2100_configure_security()
|