Searched refs:lll_csrand_get (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | lll.c | 43 __attribute__((weak)) int lll_csrand_get(void *buf, size_t len) in lll_csrand_get() function
|
D | util.c | 90 *dst = lll_csrand_get(dst, sizeof(uint32_t)); in util_aa_le32()
|
/Zephyr-latest/subsys/bluetooth/controller/crypto/ |
D | crypto.c | 20 return lll_csrand_get(buf, len); in bt_rand()
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | rpa.c | 36 return lll_csrand_get(buf, len); in internal_rand()
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | util.c | 89 lll_csrand_get(dst, sizeof(uint32_t)); in util_aa_le32()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll.h | 606 int lll_csrand_get(void *buf, size_t len);
|
D | ull_central.c | 195 lll_csrand_get(conn_lll->crc_init, sizeof(conn_lll->crc_init)); in ll_create_connection() 249 lll_csrand_get(&hop, sizeof(uint8_t)); in ll_create_connection()
|
D | ull_adv_iso.c | 489 (void)lll_csrand_get(lll_adv_iso->base_crc_init, in big_create() 576 (void)lll_csrand_get(lll_adv_iso->giv, in big_create() 580 (void)lll_csrand_get(big_info->gskd, sizeof(big_info->gskd)); in big_create()
|
D | ull_adv_aux.c | 2710 lll_csrand_get(&lll_aux->data_chan_counter, in ull_adv_aux_acquire() 2712 lll_csrand_get(&aux->data_chan_id, sizeof(aux->data_chan_id)); in ull_adv_aux_acquire()
|
D | ull_llcp_pdu.c | 319 return lll_csrand_get(buf, len); in csrand_get()
|
D | ull_adv_sync.c | 187 lll_csrand_get(lll_sync->crc_init, sizeof(lll_sync->crc_init)); in ll_adv_sync_param_set()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 181 int lll_csrand_get(void *buf, size_t len) in lll_csrand_get() function
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 376 int lll_csrand_get(void *buf, size_t len) function
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 135 FAKE_VALUE_FUNC(int, lll_csrand_get, void *, size_t); 170 RESET_FAKE(lll_csrand_get); in enc_setup()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1507 lll_csrand_get(rp->rand, count); in le_rand()
|