Home
last modified time | relevance | path

Searched refs:remote_pk (Results 1 – 1 of 1) sorted by relevance

/linux/net/bluetooth/
H A Dsmp.c122 u8 remote_pk[64];
1460 if (smp_f4(smp->local_pk, smp->remote_pk, smp->prnd, r, in sc_dhkey_check()
1485 if (smp_f4(smp->remote_pk, smp->local_pk, smp->rrnd, r, cfm)) in sc_passkey_send_confirm()
2124 pkbx = smp->remote_pk; in smp_cmd_pairing_confirm()
2128 pkax = smp->remote_pk; in smp_cmd_pairing_confirm()
2149 err = smp_f4(smp->remote_pk, smp->local_pk, smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2717 memcpy(smp->remote_pk, key, 64); in sc_select_method()
2720 err = smp_f4(smp->remote_pk, smp->remote_pk, smp->rr, 0, in sc_select_method()
2738 SMP_DBG("Remote Public Key X: %32phN", smp->remote_pk); in smp_cmd_public_key()
126 u8 remote_pk[64]; global() member
[all...]