Searched refs:buf_bytes (Results 1 – 2 of 2) sorted by relevance
32 uint8_t *buf_bytes = (uint8_t *)buf; in esp_fill_random() local36 memcpy(buf_bytes, &word, to_copy); in esp_fill_random()37 buf_bytes += to_copy; in esp_fill_random()
84 uint8_t *buf_bytes = (uint8_t *)buf; in esp_fill_random() local88 memcpy(buf_bytes, &word, to_copy); in esp_fill_random()89 buf_bytes += to_copy; in esp_fill_random()