Home
last modified time | relevance | path

Searched refs:SMP_DIST_SIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.h52 #define SMP_DIST_SIGN 0x04 macro
H A Dsmp.c658 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
659 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
1200 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_allow_key_dist()
1340 if (*keydist & SMP_DIST_SIGN) { in smp_distribute_keys()
1359 *keydist &= ~SMP_DIST_SIGN; in smp_distribute_keys()
1706 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
1707 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
2545 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_initiator_ident()
2607 if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_ident_addr_info()
2672 smp->remote_key_dist &= ~SMP_DIST_SIGN; in smp_cmd_sign_info()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.h52 #define SMP_DIST_SIGN 0x04 macro
H A Dsmp.c659 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
660 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_pairing_cmd()
1206 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_allow_key_dist()
1346 if (*keydist & SMP_DIST_SIGN) { in smp_distribute_keys()
1365 *keydist &= ~SMP_DIST_SIGN; in smp_distribute_keys()
1712 local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
1713 remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN; in build_bredr_pairing_cmd()
2551 else if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_initiator_ident()
2613 if (smp->remote_key_dist & SMP_DIST_SIGN) in smp_cmd_ident_addr_info()
2678 smp->remote_key_dist &= ~SMP_DIST_SIGN; in smp_cmd_sign_info()
[all...]

Completed in 9 milliseconds