Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dsmp.c104 u8 rrnd[16]; /* SMP Pairing Random (remote) */ member
1003 smp_s1(smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1432 nb = smp->rrnd; in sc_mackey_and_ltk()
1434 na = smp->rrnd; in sc_mackey_and_ltk()
1520 smp->rrnd, r, cfm)) in sc_passkey_round()
2144 if (skb->len < sizeof(smp->rrnd)) in smp_cmd_pairing_random()
2147 memcpy(smp->rrnd, skb->data, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2148 skb_pull(skb, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2157 nb = smp->rrnd; in smp_cmd_pairing_random()
2161 na = smp->rrnd; in smp_cmd_pairing_random()
[all …]