SMP_DIST_SIGN     668 net/bluetooth/smp.c 		local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_SIGN     669 net/bluetooth/smp.c 		remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_SIGN    1190 net/bluetooth/smp.c 	else if (smp->remote_key_dist & SMP_DIST_SIGN)
SMP_DIST_SIGN    1329 net/bluetooth/smp.c 	if (*keydist & SMP_DIST_SIGN) {
SMP_DIST_SIGN    1348 net/bluetooth/smp.c 		*keydist &= ~SMP_DIST_SIGN;
SMP_DIST_SIGN    1694 net/bluetooth/smp.c 		local_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_SIGN    1695 net/bluetooth/smp.c 		remote_dist = SMP_DIST_ENC_KEY | SMP_DIST_SIGN;
SMP_DIST_SIGN    2491 net/bluetooth/smp.c 	else if (smp->remote_key_dist & SMP_DIST_SIGN)
SMP_DIST_SIGN    2544 net/bluetooth/smp.c 	if (smp->remote_key_dist & SMP_DIST_SIGN)
SMP_DIST_SIGN    2609 net/bluetooth/smp.c 	smp->remote_key_dist &= ~SMP_DIST_SIGN;