Lines Matching refs:rrnd
103 u8 rrnd[16]; /* SMP Pairing Random (remote) */ member
984 ret = smp_c1(smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random()
1001 smp_s1(smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1017 smp_s1(smp->tk, smp->prnd, smp->rrnd, stk); in smp_random()
1424 nb = smp->rrnd; in sc_mackey_and_ltk()
1426 na = smp->rrnd; in sc_mackey_and_ltk()
1468 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check()
1512 smp->rrnd, r, cfm)) in sc_passkey_round()
2137 if (skb->len < sizeof(smp->rrnd)) in smp_cmd_pairing_random()
2140 memcpy(smp->rrnd, skb->data, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2141 skb_pull(skb, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2150 nb = smp->rrnd; in smp_cmd_pairing_random()
2154 na = smp->rrnd; in smp_cmd_pairing_random()
2174 smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2904 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check()