Searched refs:ivs (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 251 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 409 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 792 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 903 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 1210 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 1321 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 1428 struct pdu_data_llctrl_enc_rsp enc_rsp = { .skds = { SKDS }, .ivs = { IVS } }; in ZTEST() 1575 .ivs = { IVS }, in ZTEST() 1579 lll_csrand_get_fake.return_val = sizeof(exp_enc_rsp.skds) + sizeof(exp_enc_rsp.ivs); in ZTEST() 1581 lll_csrand_get_custom_fake_context.len = sizeof(exp_enc_rsp.skds) + sizeof(exp_enc_rsp.ivs); in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_enc.c | 367 memcpy(&conn->lll.ccm_rx.iv[4], pdu->llctrl.enc_rsp.ivs, sizeof(pdu->llctrl.enc_rsp.ivs)); in lp_enc_store_s() 819 memcpy(&conn->lll.ccm_rx.iv[4], pdu->llctrl.enc_rsp.ivs, sizeof(pdu->llctrl.enc_rsp.ivs)); in rp_enc_store_s()
|
D | ull_llcp_pdu.c | 372 BUILD_ASSERT(offsetof(struct pdu_data_llctrl_enc_rsp, ivs) == in llcp_pdu_encode_enc_rsp() 375 csrand_get(p->skds, sizeof(p->skds) + sizeof(p->ivs)); in llcp_pdu_encode_enc_rsp()
|
D | pdu.h | 656 uint8_t ivs[4]; member
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 158 memcpy(pdu->llctrl.enc_rsp.ivs, p->ivs, sizeof(pdu->llctrl.enc_rsp.ivs)); in helper_pdu_encode_enc_rsp()
|