Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/
Dlll.c43 __attribute__((weak)) int lll_csrand_get(void *buf, size_t len) in lll_csrand_get() function
Dutil.c90 *dst = lll_csrand_get(dst, sizeof(uint32_t)); in util_aa_le32()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/crypto/
Dcrypto.c20 return lll_csrand_get(buf, len); in bt_rand()
/Zephyr-Core-3.5.0/subsys/bluetooth/common/
Drpa.c36 return lll_csrand_get(buf, len); in internal_rand()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/util/
Dutil.c89 lll_csrand_get(dst, sizeof(uint32_t)); in util_aa_le32()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dlll.h577 int lll_csrand_get(void *buf, size_t len);
Dull_adv_iso.c383 (void)lll_csrand_get(lll_adv_iso->base_crc_init, in ll_big_create()
486 (void)lll_csrand_get(lll_adv_iso->giv, in ll_big_create()
490 (void)lll_csrand_get(big_info->gskd, sizeof(big_info->gskd)); in ll_big_create()
Dull_central.c195 lll_csrand_get(conn_lll->crc_init, sizeof(conn_lll->crc_init)); in ll_create_connection()
248 lll_csrand_get(&hop, sizeof(uint8_t)); in ll_create_connection()
Dull_adv_aux.c2678 lll_csrand_get(&lll_aux->data_chan_counter, in ull_adv_aux_acquire()
2680 lll_csrand_get(&aux->data_chan_id, sizeof(aux->data_chan_id)); in ull_adv_aux_acquire()
Dull_llcp_pdu.c313 return lll_csrand_get(buf, len); in csrand_get()
Dull_adv_sync.c142 lll_csrand_get(lll_sync->crc_init, sizeof(lll_sync->crc_init)); in ll_adv_sync_param_set()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c181 int lll_csrand_get(void *buf, size_t len) in lll_csrand_get() function
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c238 int lll_csrand_get(void *buf, size_t len) in lll_csrand_get() function
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c135 FAKE_VALUE_FUNC(int, lll_csrand_get, void *, size_t);
170 RESET_FAKE(lll_csrand_get); in enc_setup()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci.c1489 lll_csrand_get(rp->rand, count); in le_rand()