Lines Matching refs:prnd

102 	u8		prnd[16]; /* SMP Pairing Random (local) */  member
955 ret = smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm()
1001 smp_s1(smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1014 smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd), in smp_random()
1015 smp->prnd); in smp_random()
1017 smp_s1(smp->tk, smp->prnd, smp->rrnd, stk); in smp_random()
1423 na = smp->prnd; in sc_mackey_and_ltk()
1427 nb = smp->prnd; in sc_mackey_and_ltk()
1468 smp_f6(smp->tfm_cmac, smp->mackey, smp->prnd, smp->rrnd, r, io_cap, in sc_dhkey_check()
1484 get_random_bytes(smp->prnd, sizeof(smp->prnd)); in sc_passkey_send_confirm()
1486 if (smp_f4(smp->tfm_cmac, smp->local_pk, smp->remote_pk, smp->prnd, r, in sc_passkey_send_confirm()
1531 sizeof(smp->prnd), smp->prnd); in sc_passkey_round()
1559 sizeof(smp->prnd), smp->prnd); in sc_passkey_round()
1837 get_random_bytes(smp->prnd, sizeof(smp->prnd)); in smp_cmd_pairing_req()
1993 get_random_bytes(smp->prnd, sizeof(smp->prnd)); in smp_cmd_pairing_rsp()
2032 smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd), in sc_check_confirm()
2033 smp->prnd); in sc_check_confirm()
2112 smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd), in smp_cmd_pairing_confirm()
2113 smp->prnd); in smp_cmd_pairing_confirm()
2149 na = smp->prnd; in smp_cmd_pairing_random()
2155 nb = smp->prnd; in smp_cmd_pairing_random()
2161 sizeof(smp->prnd), smp->prnd); in smp_cmd_pairing_random()
2181 smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd), in smp_cmd_pairing_random()
2182 smp->prnd); in smp_cmd_pairing_random()
2831 sizeof(smp->prnd), smp->prnd); in smp_cmd_public_key()
2856 err = smp_f4(smp->tfm_cmac, smp->local_pk, smp->remote_pk, smp->prnd, in smp_cmd_public_key()
2904 err = smp_f6(smp->tfm_cmac, smp->mackey, smp->rrnd, smp->prnd, r, in smp_cmd_dhkey_check()