local_pk           88 net/bluetooth/smp.c 	u8			local_pk[64];
local_pk          125 net/bluetooth/smp.c 	u8			local_pk[64];
local_pk          564 net/bluetooth/smp.c 		memcpy(smp->local_pk, debug_pk, 64);
local_pk          569 net/bluetooth/smp.c 			err = generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk);
local_pk          576 net/bluetooth/smp.c 			if (crypto_memneq(smp->local_pk, debug_pk, 64))
local_pk          582 net/bluetooth/smp.c 	SMP_DBG("OOB Public Key X: %32phN", smp->local_pk);
local_pk          583 net/bluetooth/smp.c 	SMP_DBG("OOB Public Key Y: %32phN", smp->local_pk + 32);
local_pk          587 net/bluetooth/smp.c 	err = smp_f4(smp->tfm_cmac, smp->local_pk, smp->local_pk,
local_pk         1482 net/bluetooth/smp.c 	if (smp_f4(smp->tfm_cmac, smp->local_pk, smp->remote_pk, smp->prnd, r,
local_pk         1507 net/bluetooth/smp.c 		if (smp_f4(smp->tfm_cmac, smp->remote_pk, smp->local_pk,
local_pk         1880 net/bluetooth/smp.c 		memcpy(smp->local_pk, smp_dev->local_pk, 64);
local_pk         1893 net/bluetooth/smp.c 		memcpy(smp->local_pk, debug_pk, 64);
local_pk         1898 net/bluetooth/smp.c 			if (generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk))
local_pk         1904 net/bluetooth/smp.c 			if (crypto_memneq(smp->local_pk, debug_pk, 64))
local_pk         1910 net/bluetooth/smp.c 	SMP_DBG("Local Public Key X: %32phN", smp->local_pk);
local_pk         1911 net/bluetooth/smp.c 	SMP_DBG("Local Public Key Y: %32phN", smp->local_pk + 32);
local_pk         1913 net/bluetooth/smp.c 	smp_send_cmd(smp->conn, SMP_CMD_PUBLIC_KEY, 64, smp->local_pk);
local_pk         2140 net/bluetooth/smp.c 		pkax = smp->local_pk;
local_pk         2146 net/bluetooth/smp.c 		pkbx = smp->local_pk;
local_pk         2166 net/bluetooth/smp.c 		err = smp_f4(smp->tfm_cmac, smp->remote_pk, smp->local_pk,
local_pk         2792 net/bluetooth/smp.c 	err = smp_f4(smp->tfm_cmac, smp->local_pk, smp->remote_pk, smp->prnd,