rng: add RndBackend abstract object class

This is the backend used by devices that need to request entropy.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2012-06-25 10:03:47 -05:00
parent 0e5588438d
commit a9b7b2ad7b
4 changed files with 189 additions and 0 deletions

1
backends/Makefile.objs Normal file
View file

@ -0,0 +1 @@
common-obj-y += rng.o