Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/linux/
Desp_random.c23 uint32_t esp_random(void) in esp_random() function
34 uint32_t word = esp_random(); in esp_fill_random()
/hal_espressif-latest/components/esp_hw_support/
Dhw_random.c37 uint32_t IRAM_ATTR esp_random(void) in esp_random() function
86 uint32_t word = esp_random(); in esp_fill_random()
DCMakeLists.txt5 idf_component_register(SRCS "port/linux/esp_random.c"
/hal_espressif-latest/components/spi_flash/sim/stubs/esp32/
Desp_random.c18 uint32_t esp_random(void) in esp_random() function
/hal_espressif-latest/components/esp_hw_support/include/
Desp_random.h30 uint32_t esp_random(void);
/hal_espressif-latest/components/esp_system/
Dstack_check.c23 __stack_chk_guard = (void *)esp_random(); in __esp_stack_guard_setup()
/hal_espressif-latest/components/spi_flash/sim/stubs/
DMakefile.files6 esp32/esp_random.c \
/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c44 return esp_random(); in os_random()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c110 return esp_random(); in bt_mesh_get_rand()
/hal_espressif-latest/components/hal/
Decdsa_hal.c69 uint8_t dummy_op_count_prior = esp_random() % ECDSA_SIGN_MAX_DUMMY_OP_COUNT; in ecdsa_hal_gen_signature_with_countermeasure()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c194 rand_addr[0] = 0xC0 | (esp_random() & 0x3F); in esp_ble_gap_addr_create_static()
196 rand_addr[i] = esp_random() & 0xFF; // Randomize remaining bits in esp_ble_gap_addr_create_static()
204 rand_addr[0] = (esp_random() & 0x3F); in esp_ble_gap_addr_create_nrpa()
206 rand_addr[i] = esp_random() & 0xFF; // Randomize remaining bits in esp_ble_gap_addr_create_nrpa()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c616 ._rand = esp_random,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c651 ._rand = esp_random,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c658 ._rand = esp_random,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c598 ._rand = esp_random,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c615 ._rand = esp_random,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c671 ._rand = esp_random,
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c695 return (int)esp_random(); in rand_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c505 return esp_random(); in osi_random_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c738 return (int)esp_random(); in rand_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c727 return (int)esp_random(); in rand_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c450 return esp_random(); in osi_random_wrapper()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c447 return esp_random(); in osi_random_wrapper()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c732 return (int)esp_random(); in rand_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c902 return (int)esp_random(); in rand_wrapper()