bootloader_fill_random() function
Fill buffer with 'length' random bytes
Arguments
length
This many bytes of random data will be copied to buffer
Notes
If this function is being called from app code only, and never from the bootloader, then it's better to call esp_fill_random().
![]()
__attribute__((weak)) void bootloader_fill_random(void *buffer, size_t length)
bootloader_fill_random() calls 1 function:
![]()
bootloader_fill_random()
bootloader_fill_random():
![]()
bootloader_fill_random()