Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/linux/
Desp_random.c32 uint8_t *buf_bytes = (uint8_t *)buf; in esp_fill_random() local
36 memcpy(buf_bytes, &word, to_copy); in esp_fill_random()
37 buf_bytes += to_copy; in esp_fill_random()
/hal_espressif-latest/components/esp_hw_support/
Dhw_random.c84 uint8_t *buf_bytes = (uint8_t *)buf; in esp_fill_random() local
88 memcpy(buf_bytes, &word, to_copy); in esp_fill_random()
89 buf_bytes += to_copy; in esp_fill_random()