Lines Matching refs:rrnd
107 u8 rrnd[16]; /* SMP Pairing Random (remote) */ member
995 ret = smp_c1(smp->tfm_aes, smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random()
1012 smp_s1(smp->tfm_aes, smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1028 smp_s1(smp->tfm_aes, smp->tk, smp->prnd, smp->rrnd, stk); in smp_random()
1441 nb = smp->rrnd; in sc_mackey_and_ltk()
1443 na = smp->rrnd; in sc_mackey_and_ltk()
1485 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check()
1529 smp->rrnd, r, cfm)) in sc_passkey_round()
2151 if (skb->len < sizeof(smp->rrnd)) in smp_cmd_pairing_random()
2154 memcpy(smp->rrnd, skb->data, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2155 skb_pull(skb, sizeof(smp->rrnd)); in smp_cmd_pairing_random()
2164 nb = smp->rrnd; in smp_cmd_pairing_random()
2168 na = smp->rrnd; in smp_cmd_pairing_random()
2188 smp->rrnd, 0, cfm); in smp_cmd_pairing_random()
2848 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check()