Symbol: BT_SECURITY_FIPS
net/bluetooth/hci_conn.c
2423
if (conn->sec_level == BT_SECURITY_FIPS &&
net/bluetooth/hci_conn.c
2513
if (sec_level <= BT_SECURITY_FIPS)
net/bluetooth/hci_conn.c
2577
if (sec_level != BT_SECURITY_HIGH && sec_level != BT_SECURITY_FIPS)
net/bluetooth/hci_conn.c
2582
conn->sec_level == BT_SECURITY_FIPS)
net/bluetooth/hci_event.c
2388
conn->pending_sec_level != BT_SECURITY_FIPS &&
net/bluetooth/hci_event.c
4665
conn->pending_sec_level = BT_SECURITY_FIPS;
net/bluetooth/hci_event.c
4706
conn->pending_sec_level == BT_SECURITY_FIPS)) {
net/bluetooth/l2cap_core.c
1445
if (chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
7447
chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
866
case BT_SECURITY_FIPS:
net/bluetooth/l2cap_core.c
880
chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
891
chan->sec_level == BT_SECURITY_FIPS)
net/bluetooth/l2cap_core.c
901
case BT_SECURITY_FIPS:
net/bluetooth/l2cap_sock.c
508
case BT_SECURITY_FIPS:
net/bluetooth/l2cap_sock.c
918
sec.level > BT_SECURITY_FIPS) {
net/bluetooth/rfcomm/core.c
2164
d->sec_level == BT_SECURITY_FIPS) {
net/bluetooth/rfcomm/core.c
221
case BT_SECURITY_FIPS:
net/bluetooth/rfcomm/sock.c
756
case BT_SECURITY_FIPS:
net/bluetooth/smp.c
1108
else if (hcon->sec_level == BT_SECURITY_FIPS)
net/bluetooth/smp.c
1140
if (hcon->pending_sec_level == BT_SECURITY_FIPS)
net/bluetooth/smp.c
2806
hcon->pending_sec_level = BT_SECURITY_FIPS;
net/bluetooth/smp.c
626
return BT_SECURITY_FIPS;
net/bluetooth/smp.c
637
case BT_SECURITY_FIPS:
net/bluetooth/smp.c
729
if (conn->hcon->pending_sec_level == BT_SECURITY_FIPS &&
net/bluetooth/smp.h
170
return BT_SECURITY_FIPS;