Searched refs:prnd (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 163 uint8_t prnd[16]; member 1911 memcpy(req->val, smp->prnd, sizeof(req->val)); in smp_send_pairing_random() 2000 if (bt_crypto_f4(sc_public_key, smp->pkey, smp->prnd, r, req->val)) { in smp_send_pairing_confirm() 2349 if (smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in legacy_send_pairing_confirm() 2417 err = smp_s1(smp->tk, smp->rrnd, smp->prnd, tmp); in legacy_pairing_random() 2450 err = smp_s1(smp->tk, smp->prnd, smp->rrnd, tmp); in legacy_pairing_random() 2642 if (bt_rand(smp->prnd, 16)) { in smp_init() 2646 LOG_DBG("prnd %s", bt_hex(smp->prnd, 16)); in smp_init() 3417 if (bt_crypto_f5(smp->dhkey, smp->prnd, smp->rrnd, &smp->chan.chan.conn->le.init_addr, in compute_and_send_central_dhcheck() 3423 if (bt_crypto_f6(smp->mackey, smp->prnd, smp->rrnd, r, &smp->preq[1], in compute_and_send_central_dhcheck() [all …]
|