]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[rng] Add ANS X9.82 Approved DRBG mechanism
authorMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2012 15:00:46 +0000 (15:00 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Jan 2012 15:08:21 +0000 (15:08 +0000)
commit3a2bda7c7c5aac27d89c3f77f4994b059baae626
tree111222ad26dd42536fec3c6de8b1f96d088b23ee
parentfcc35bf48776fff9ebfd8db537679583221a9cd4
[rng] Add ANS X9.82 Approved DRBG mechanism

ANS X9.82 specifies that an Approved DRBG must consist of an Approved
algorithm wrapped inside an envelope which handles entropy gathering,
prediction resistance, automatic reseeding and other housekeeping
tasks.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/drbg.c [new file with mode: 0644]
src/include/ipxe/drbg.h [new file with mode: 0644]
src/include/ipxe/errfile.h