Lines Matching refs:auth_req
720 req->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()
731 rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()
1059 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()
1734 auth = req->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_req()
1782 if (rsp.auth_req & SMP_AUTH_SC) in smp_cmd_pairing_req()
1918 auth = rsp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_rsp()
1946 if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
1975 auth |= req->auth_req; in smp_cmd_pairing_rsp()
2037 auth = req->auth_req & AUTH_REQ_MASK(hdev); in fixup_sc_false_positive()
2243 auth = rp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_security_req()
2354 cp.auth_req = authreq; in smp_conn_security()
2583 local_mitm = (local->auth_req & SMP_AUTH_MITM); in sc_select_method()
2584 remote_mitm = (remote->auth_req & SMP_AUTH_MITM); in sc_select_method()