Lines Matching refs:preq
154 uint8_t preq[7]; member
422 req = (struct bt_smp_pairing *)&smp->preq[1]; in get_pair_method()
599 req = (struct bt_smp_pairing *)&smp->preq[1]; in get_encryption_key_size()
1920 const uint8_t preq[7], const uint8_t pres[7], in smp_c1()
1931 LOG_DBG("preq %s", bt_hex(preq, 7)); in smp_c1()
1937 memcpy(p1 + 2, preq, 7); in smp_c1()
2236 req = (struct bt_smp_pairing *)&smp->preq[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()
2972 smp->preq[0] = BT_SMP_CMD_PAIRING_REQ; in smp_pairing_req()
2973 memcpy(smp->preq + 1, req, sizeof(*req)); in smp_pairing_req()
3188 smp->preq[0] = BT_SMP_CMD_PAIRING_REQ; in smp_send_pairing_req()
3189 memcpy(smp->preq + 1, req, sizeof(*req)); in smp_send_pairing_req()
3209 struct bt_smp_pairing *req = (struct bt_smp_pairing *)&smp->preq[1]; in smp_pairing_rsp()
3423 if (bt_crypto_f6(smp->mackey, smp->prnd, smp->rrnd, r, &smp->preq[1], in compute_and_send_central_dhcheck()
3485 if (bt_crypto_f6(smp->mackey, smp->rrnd, smp->prnd, r, &smp->preq[1], in compute_and_check_and_send_periph_dhcheck()
3645 struct bt_smp_pairing *req = (struct bt_smp_pairing *)&smp->preq[1]; in le_sc_oob_data_req_check()