Lines Matching refs:prsp
157 uint8_t prsp[7]; member
423 rsp = (struct bt_smp_pairing *)&smp->prsp[1]; in get_pair_method()
600 rsp = (struct bt_smp_pairing *)&smp->prsp[1]; in get_encryption_key_size()
2178 memcpy(rsp, smp->prsp + 1, sizeof(*rsp)); in send_pairing_rsp()
2237 rsp = (struct bt_smp_pairing *)&smp->prsp[1]; in legacy_get_pair_method()
2349 if (smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in legacy_send_pairing_confirm()
2399 err = smp_c1(smp->tk, smp->rrnd, smp->preq, smp->prsp, in legacy_pairing_random()
2976 smp->prsp[0] = BT_SMP_CMD_PAIRING_RSP; in smp_pairing_req()
2977 rsp = (struct bt_smp_pairing *)&smp->prsp[1]; in smp_pairing_req()
3226 smp->prsp[0] = BT_SMP_CMD_PAIRING_RSP; in smp_pairing_rsp()
3227 memcpy(smp->prsp + 1, rsp, sizeof(*rsp)); in smp_pairing_rsp()
3469 if (bt_crypto_f6(smp->mackey, smp->prnd, smp->rrnd, r, &smp->prsp[1], in compute_and_check_and_send_periph_dhcheck()
3652 struct bt_smp_pairing *rsp = (struct bt_smp_pairing *)&smp->prsp[1]; in le_sc_oob_data_rsp_check()
4441 if (bt_crypto_f6(smp->mackey, smp->rrnd, smp->prnd, r, &smp->prsp[1], in smp_dhkey_check()