]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/ukrandom: Define the driver API
authorMichalis Pappas <michalis@unikraft.io>
Thu, 19 Sep 2024 10:49:30 +0000 (12:49 +0200)
committerUnikraft Bot <monkey@unikraft.io>
Wed, 4 Dec 2024 15:24:38 +0000 (15:24 +0000)
commit992caa5e404df0a61b5dad7f07c88f362c4f4ddf
treefeb6e06ca18dad22225e18f3684c94db27d6e21c
parent2bb7847ec23c638359ee359d401af69e271d1fed
lib/ukrandom: Define the driver API

Define the driver API of libukrandom. This is a generic API that
deprecates the CPU-oriented ukarch_random API.

Checkpatch-Ignore: SPACING
Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Maria Pana <maria.pana4@gmail.com>
Reviewed-by: Alex Apostolescu <alexx.apostolescu@gmail.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
GitHub-Closes: #1496
include/uk/arch/random.h [deleted file]
lib/ukrandom/include/uk/random.h
lib/ukrandom/include/uk/random/driver.h [new file with mode: 0644]