History log of /openbsd/sys/arch/amd64/stand/efiboot/efirng.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 147ac6c2 07-Jun-2021 krw <krw@openbsd.org>

Replace all uses of 'EFI_CALL(func, params)' with
the expansion 'func(params)'.

Allows upcoming removal of eficall.h.


# d4fa8acb 25-May-2020 deraadt <deraadt@openbsd.org>

Adjust fwrandom() to return 0 for sucess, -1 for failure


# b3b9c1b5 05-May-2019 kettenis <kettenis@openbsd.org>

Add support for the EFI Random Number Generator Protocol and use it to XOR
random data into the buffer that we feed the kernel.

ok deraadt@, mlarkin@