passkey           741 include/net/bluetooth/hci.h 	__le32	passkey;
passkey          1988 include/net/bluetooth/hci.h 	__le32		passkey;
passkey          2010 include/net/bluetooth/hci.h 	__le32		passkey;
passkey          1560 include/net/bluetooth/hci_core.h 			     u8 link_type, u8 addr_type, u32 passkey,
passkey           292 include/net/bluetooth/mgmt.h 	__le32	passkey;
passkey           791 include/net/bluetooth/mgmt.h 	__le32	passkey;
passkey          4577 net/bluetooth/hci_event.c 				  le32_to_cpu(ev->passkey), confirm_hint);
passkey          4606 net/bluetooth/hci_event.c 	conn->passkey_notify = __le32_to_cpu(ev->passkey);
passkey          3017 net/bluetooth/mgmt.c 			     u16 hci_op, __le32 passkey)
passkey          3046 net/bluetooth/mgmt.c 		err = smp_user_confirm_reply(conn, mgmt_op, passkey);
passkey          3072 net/bluetooth/mgmt.c 		cp.passkey = passkey;
passkey          3135 net/bluetooth/mgmt.c 				 HCI_OP_USER_PASSKEY_REPLY, cp->passkey);
passkey          7506 net/bluetooth/mgmt.c 			     u8 link_type, u8 addr_type, u32 passkey,
passkey          7515 net/bluetooth/mgmt.c 	ev.passkey = __cpu_to_le32(passkey);
passkey           862 net/bluetooth/smp.c 	u32 passkey = 0;
passkey           924 net/bluetooth/smp.c 		get_random_bytes(&passkey, sizeof(passkey));
passkey           925 net/bluetooth/smp.c 		passkey %= 1000000;
passkey           926 net/bluetooth/smp.c 		put_unaligned_le32(passkey, smp->tk);
passkey           927 net/bluetooth/smp.c 		BT_DBG("PassKey: %d", passkey);
passkey           937 net/bluetooth/smp.c 						passkey, 1);
passkey           941 net/bluetooth/smp.c 						passkey, 0);
passkey          1578 net/bluetooth/smp.c static int sc_user_reply(struct smp_chan *smp, u16 mgmt_op, __le32 passkey)
passkey          1594 net/bluetooth/smp.c 		hcon->passkey_notify = le32_to_cpu(passkey);
passkey          1620 net/bluetooth/smp.c int smp_user_confirm_reply(struct hci_conn *hcon, u16 mgmt_op, __le32 passkey)
passkey          1646 net/bluetooth/smp.c 		err = sc_user_reply(smp, mgmt_op, passkey);
passkey          1652 net/bluetooth/smp.c 		value = le32_to_cpu(passkey);
passkey          2125 net/bluetooth/smp.c 	u32 passkey;
passkey          2193 net/bluetooth/smp.c 	err = smp_g2(smp->tfm_cmac, pkax, pkbx, na, nb, &passkey);
passkey          2198 net/bluetooth/smp.c 					hcon->dst_type, passkey, 0);
passkey           189 net/bluetooth/smp.h int smp_user_confirm_reply(struct hci_conn *conn, u16 mgmt_op, __le32 passkey);