Lines Matching refs:remote_key_dist
110 u8 remote_key_dist; member
719 smp->remote_key_dist = remote_dist; in build_pairing_cmd()
730 smp->remote_key_dist = rsp->init_key_dist; in build_pairing_cmd()
1186 if (smp->remote_key_dist & SMP_DIST_ENC_KEY) in smp_allow_key_dist()
1188 else if (smp->remote_key_dist & SMP_DIST_ID_KEY) in smp_allow_key_dist()
1190 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_allow_key_dist()
1244 if (hcon->out && (smp->remote_key_dist & KEY_DIST_MASK)) { in smp_distribute_keys()
1352 if (smp->remote_key_dist & KEY_DIST_MASK) { in smp_distribute_keys()
1712 smp->remote_key_dist = remote_dist; in build_bredr_pairing_cmd()
1724 smp->remote_key_dist = rsp->init_key_dist; in build_bredr_pairing_cmd()
1792 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_req()
1852 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_req()
1961 smp->remote_key_dist &= rsp->resp_key_dist; in smp_cmd_pairing_rsp()
1969 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_rsp()
1994 smp->remote_key_dist &= rsp->resp_key_dist; in smp_cmd_pairing_rsp()
1998 smp->remote_key_dist &= ~SMP_SC_NO_DIST; in smp_cmd_pairing_rsp()
2063 smp->remote_key_dist = (req->init_key_dist & rsp->resp_key_dist); in fixup_sc_false_positive()
2487 smp->remote_key_dist &= ~SMP_DIST_ENC_KEY; in smp_cmd_master_ident()
2489 if (smp->remote_key_dist & SMP_DIST_ID_KEY) in smp_cmd_master_ident()
2491 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_master_ident()
2501 if (!(smp->remote_key_dist & KEY_DIST_MASK)) in smp_cmd_master_ident()
2542 smp->remote_key_dist &= ~SMP_DIST_ID_KEY; in smp_cmd_ident_addr_info()
2544 if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_ident_addr_info()
2590 if (!(smp->remote_key_dist & KEY_DIST_MASK)) in smp_cmd_ident_addr_info()
2609 smp->remote_key_dist &= ~SMP_DIST_SIGN; in smp_cmd_sign_info()