Lines Matching refs:preq
99 u8 preq[7]; /* SMP Pairing Request */ member
417 const u8 r[16], const u8 preq[7], const u8 pres[7], u8 _iat, in smp_c1()
425 SMP_DBG("preq %7phN pres %7phN", preq, pres); in smp_c1()
432 memcpy(p1 + 2, preq, 7); in smp_c1()
957 ret = smp_c1(smp->tfm_aes, smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm()
988 ret = smp_c1(smp->tfm_aes, smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random()
1044 struct smp_cmd_pairing *req = (void *) &smp->preq[1]; in smp_notify_keys()
1235 req = (void *) &smp->preq[1]; in smp_distribute_keys()
1432 memcpy(io_cap, &smp->preq[1], 3); in sc_dhkey_check()
1743 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req()
1744 memcpy(&smp->preq[1], req, sizeof(*req)); in smp_cmd_pairing_req()
1912 req = (void *) &smp->preq[1]; in smp_cmd_pairing_rsp()
2031 req = (void *) &smp->preq[1]; in fixup_sc_false_positive()
2275 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_security_req()
2276 memcpy(&smp->preq[1], &cp, sizeof(cp)); in smp_cmd_security_req()
2347 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_conn_security()
2348 memcpy(&smp->preq[1], &cp, sizeof(cp)); in smp_conn_security()
2573 local = (void *) &smp->preq[1]; in sc_select_method()
2577 remote = (void *) &smp->preq[1]; in sc_select_method()
2741 memcpy(io_cap, &smp->preq[1], 3); in smp_cmd_dhkey_check()
2976 smp->preq[0] = SMP_CMD_PAIRING_REQ; in bredr_pairing()
2977 memcpy(&smp->preq[1], &req, sizeof(req)); in bredr_pairing()
3480 const u8 preq[7] = { 0x01, 0x01, 0x00, 0x00, 0x10, 0x07, 0x07 }; in test_c1() local
3492 err = smp_c1(tfm_aes, k, r, preq, pres, _iat, &ia, _rat, &ra, res); in test_c1()