History log of /openbsd-current/sys/arch/arm64/stand/efiboot/efirng.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 06-Jun-2021 krw

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

Allows upcoming removal of eficall.h.

Tested & ok naddy@


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.2 25-May-2020 deraadt

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


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.1 08-Apr-2018 kettenis

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@