david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 4fb60435c9 [rng] Add get_random_nz() function required by RSA algorithm
RSA requires the generation of random non-zero bytes (i.e. a sequence
of random numbers in the range [0x01,0xff]).  ANS X9.82 provides
various Approved methods for converting random bits into random
numbers.  The simplest such method is the Simple Discard Method.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-02-21 12:42:54 +00:00
..
arch [rng] Add ANS X9.82 Approved Source of Entropy Input 2012-02-21 12:42:38 +00:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [rng] Add ANS X9.82 Approved Source of Entropy Input 2012-02-21 12:42:38 +00:00
core [getopt] Accept "--" as an end-of-options marker 2011-11-02 00:23:57 +00:00
crypto [rng] Add get_random_nz() function required by RSA algorithm 2012-02-21 12:42:54 +00:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [snpnet] Give up entirely on the transmit queue 2012-02-12 13:57:07 +00:00
hci [image] Eliminate the register_and_xxx_image() functions 2011-10-25 01:41:41 +01:00
image [efi] Add iPXE download protocol 2012-02-15 12:08:39 +00:00
include [rng] Add get_random_nz() function required by RSA algorithm 2012-02-21 12:42:54 +00:00
interface [efi] Add iPXE download protocol 2012-02-15 12:08:39 +00:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [802.11] Add missing #include <string.h> 2012-02-21 12:42:37 +00:00
tests [rng] Add missing #include <string.h> 2012-02-21 12:42:37 +00:00
usr [lotest] Accept non-loopback packets during test 2011-12-08 00:30:28 +00:00
util [build] Include UNDI PCI driver within all-drivers build 2011-11-16 00:22:30 +00:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00
Makefile [tg3] New tg3 driver 2012-01-30 23:10:53 +00:00
Makefile.housekeeping [build] Avoid using -ffunction-sections on some older versions of gcc 2011-06-29 11:48:29 +01:00