Lines Matching refs:rrnd
102 u8 rrnd[16]; /* SMP Pairing Random (remote) */ member
988 ret = smp_c1(smp->tfm_aes, smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random()
1004 smp_s1(smp->tfm_aes, smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1020 smp_s1(smp->tfm_aes, smp->tk, smp->prnd, smp->rrnd, stk); in smp_random()
1403 nb = smp->rrnd; in sc_mackey_and_ltk()
1405 na = smp->rrnd; in sc_mackey_and_ltk()
1447 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check()
1491 smp->rrnd, r, cfm)) in sc_passkey_round()
2102 if (skb->len < sizeof(smp->rrnd)) in smp_cmd_pairing_random()
2105 memcpy(smp->rrnd, skb->data, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2106 skb_pull(skb, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2115 nb = smp->rrnd; in smp_cmd_pairing_random()
2119 na = smp->rrnd; in smp_cmd_pairing_random()
2139 smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2751 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check()