david/ipxe
david
/
ipxe
Archived
1
0
Fork 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/crypto
Joshua Oreman 8d08da3a99 [crypto] Add a placeholder for a proper random number generator
Currently it just calls random().

Signed-off-by: Marty Connor <mdc@etherboot.org>
2010-01-05 09:07:33 -05:00
..
axtls [crypto] Add our own general-purpose cipher-block chaining routines 2009-02-19 01:23:50 +00:00
aes_wrap.c [crypto] Add AES key-wrap mode (RFC 3394) 2010-01-05 09:06:15 -05:00
arc4.c [cipher] Add the ARC4 stream cipher 2010-01-05 09:00:20 -05:00
asn1.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
axtls_aes.c [crypto] Make AES context size and algorithm structure externally available 2010-01-05 09:04:25 -05:00
axtls_sha1.c [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm 2009-02-18 22:17:41 +00:00
cbc.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
chap.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
crandom.c [crypto] Add a placeholder for a proper random number generator 2010-01-05 09:07:33 -05:00
crc32.c [digest] Add generic CRC32 function 2010-01-05 08:54:28 -05:00
crypto_null.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
hmac.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
md5.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
sha1extra.c [digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2 2010-01-05 09:01:34 -05:00
x509.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00