Symbol: BT_SECURITY_FIPS
net/bluetooth/hci_conn.c
2508
if (conn->sec_level == BT_SECURITY_FIPS &&
net/bluetooth/hci_conn.c
2598
if (sec_level <= BT_SECURITY_FIPS)
net/bluetooth/hci_conn.c
2662
if (sec_level != BT_SECURITY_HIGH && sec_level != BT_SECURITY_FIPS)
net/bluetooth/hci_conn.c
2667
conn->sec_level == BT_SECURITY_FIPS)
net/bluetooth/hci_event.c
2392
conn->pending_sec_level != BT_SECURITY_FIPS &&
net/bluetooth/hci_event.c
4650
conn->pending_sec_level = BT_SECURITY_FIPS;
net/bluetooth/hci_event.c
4691
conn->pending_sec_level == BT_SECURITY_FIPS)) {
net/bluetooth/l2cap_core.c
1474
if (chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
7613
chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
895
case BT_SECURITY_FIPS:
net/bluetooth/l2cap_core.c
909
chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
920
chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
930
case BT_SECURITY_FIPS:
net/bluetooth/l2cap_sock.c
511
case BT_SECURITY_FIPS:
net/bluetooth/l2cap_sock.c
934
sec.level > BT_SECURITY_FIPS) {
net/bluetooth/rfcomm/core.c
218
case BT_SECURITY_FIPS:
net/bluetooth/rfcomm/core.c
2217
d->sec_level == BT_SECURITY_FIPS) {
net/bluetooth/rfcomm/sock.c
771
case BT_SECURITY_FIPS:
net/bluetooth/smp.c
1085
else if (hcon->sec_level == BT_SECURITY_FIPS)
net/bluetooth/smp.c
1117
if (hcon->pending_sec_level == BT_SECURITY_FIPS)
net/bluetooth/smp.c
2773
hcon->pending_sec_level = BT_SECURITY_FIPS;
net/bluetooth/smp.c
604
return BT_SECURITY_FIPS;
net/bluetooth/smp.c
615
case BT_SECURITY_FIPS:
net/bluetooth/smp.c
707
if (conn->hcon->pending_sec_level == BT_SECURITY_FIPS &&
net/bluetooth/smp.h
167
return BT_SECURITY_FIPS;