Home
last modified time | relevance | path

Searched refs:exp_enc_rsp (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c1573 struct pdu_data_llctrl_enc_rsp exp_enc_rsp = { in ZTEST() local
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()
1581 lll_csrand_get_custom_fake_context.len = sizeof(exp_enc_rsp.skds) + sizeof(exp_enc_rsp.ivs); in ZTEST()
1623 lt_rx(LL_ENC_RSP, &conn, &tx, &exp_enc_rsp); in ZTEST()
1790 struct pdu_data_llctrl_enc_rsp exp_enc_rsp = { in ZTEST() local
1796 lll_csrand_get_fake.return_val = sizeof(exp_enc_rsp.skds) + sizeof(exp_enc_rsp.ivs); in ZTEST()
1797 lll_csrand_get_custom_fake_context.buf = exp_enc_rsp.skds; in ZTEST()
1798 lll_csrand_get_custom_fake_context.len = sizeof(exp_enc_rsp.skds) + sizeof(exp_enc_rsp.ivs); in ZTEST()
1854 lt_rx(LL_ENC_RSP, &conn, &tx, &exp_enc_rsp); in ZTEST()
[all …]