Home
last modified time | relevance | path

Searched refs:BT_SECURITY_FIPS (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dsmp.h169 return BT_SECURITY_FIPS; in smp_ltk_sec_level()
Dsmp.c627 return BT_SECURITY_FIPS; in authreq_to_seclevel()
638 case BT_SECURITY_FIPS: in seclevel_to_authreq()
730 if (conn->hcon->pending_sec_level == BT_SECURITY_FIPS && in check_enc_key_size()
1111 else if (hcon->sec_level == BT_SECURITY_FIPS) in smp_notify_keys()
1143 if (hcon->pending_sec_level == BT_SECURITY_FIPS) in sc_add_ltk()
2815 hcon->pending_sec_level = BT_SECURITY_FIPS; in smp_cmd_public_key()
Dhci_conn.c2338 if (conn->sec_level == BT_SECURITY_FIPS && in hci_conn_check_link_mode()
2430 if (sec_level <= BT_SECURITY_FIPS) in hci_conn_security()
2494 if (sec_level != BT_SECURITY_HIGH && sec_level != BT_SECURITY_FIPS) in hci_conn_check_secure()
2499 conn->sec_level == BT_SECURITY_FIPS) in hci_conn_check_secure()
Dl2cap_sock.c506 case BT_SECURITY_FIPS: in l2cap_sock_getsockopt_old()
920 sec.level > BT_SECURITY_FIPS) { in l2cap_sock_setsockopt()
Dl2cap_core.c872 case BT_SECURITY_FIPS: in l2cap_get_auth_type()
886 chan->sec_level == BT_SECURITY_FIPS) in l2cap_get_auth_type()
897 chan->sec_level == BT_SECURITY_FIPS) in l2cap_get_auth_type()
907 case BT_SECURITY_FIPS: in l2cap_get_auth_type()
1550 if (hcon->sec_level == BT_SECURITY_FIPS) in l2cap_check_enc_key_size()
8316 chan->sec_level == BT_SECURITY_FIPS) in l2cap_check_encryption()
Dhci_event.c2453 conn->pending_sec_level != BT_SECURITY_FIPS && in hci_outgoing_auth_needed()
4677 conn->pending_sec_level = BT_SECURITY_FIPS; in conn_set_key()
4718 conn->pending_sec_level == BT_SECURITY_FIPS)) { in hci_link_key_request_evt()
/Linux-v6.6/include/net/bluetooth/
Dbluetooth.h76 #define BT_SECURITY_FIPS 4 macro
/Linux-v6.6/net/bluetooth/rfcomm/
Dsock.c759 case BT_SECURITY_FIPS: in rfcomm_sock_getsockopt_old()
Dcore.c221 case BT_SECURITY_FIPS: in rfcomm_check_security()
2163 d->sec_level == BT_SECURITY_FIPS) { in rfcomm_security_cfm()