Searched refs:skds (Results 1 – 6 of 6) 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() 1574 .skds = { SKDS }, in ZTEST() 1579 lll_csrand_get_fake.return_val = sizeof(exp_enc_rsp.skds) + sizeof(exp_enc_rsp.ivs); in ZTEST() 1580 lll_csrand_get_custom_fake_context.buf = exp_enc_rsp.skds; in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_enc.c | 362 memcpy(&ctx->data.enc.skd[8], pdu->llctrl.enc_rsp.skds, sizeof(pdu->llctrl.enc_rsp.skds)); in lp_enc_store_s() 814 memcpy(&ctx->data.enc.skds, pdu->llctrl.enc_rsp.skds, sizeof(pdu->llctrl.enc_rsp.skds)); in rp_enc_store_s()
|
D | ull_llcp_pdu.c | 373 offsetof(struct pdu_data_llctrl_enc_rsp, skds) + sizeof(p->skds), in llcp_pdu_encode_enc_rsp() 375 csrand_get(p->skds, sizeof(p->skds) + sizeof(p->ivs)); in llcp_pdu_encode_enc_rsp()
|
D | ull_llcp_internal.h | 126 uint8_t skds[8]; member
|
D | pdu.h | 655 uint8_t skds[8]; member
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 157 memcpy(pdu->llctrl.enc_rsp.skds, p->skds, sizeof(pdu->llctrl.enc_rsp.skds)); in helper_pdu_encode_enc_rsp()
|