summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/random.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-5/+1Star
* efi/random: Increase size of firmware supplied randomnessArd Biesheuvel2017-08-261-6/+4Star
* efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel2016-11-251-6/+7
* efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel2016-11-131-0/+48
* efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-131-3/+5
* efi/libstub: Allocate headspace in efi_get_memory_map()Jeffrey Hugo2016-09-051-2/+10
* efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel2016-02-241-0/+100
* efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel2016-02-241-0/+35