Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for a Linux kernel module that utilizes Intel DRNG #7

Open
abhinava opened this issue Feb 20, 2020 · 1 comment
Open

Support for a Linux kernel module that utilizes Intel DRNG #7

abhinava opened this issue Feb 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@abhinava
Copy link
Owner

abhinava commented Feb 20, 2020

Provide a Linux kernel module that provides the following features:

  • Ability to dynamically load and unload
  • Check for CPU support for RDRAND and RDSEED
    • If neither of these capabilities are supported, the kernel module loading fails
  • Once loaded, provide two files /dev/intel-drng-rdrand and /dev/intel-drng-rdseed from which user space applications can retrieve the random numbers/seed
    • Open: How do user space apps specify the length/size of the random number/seed?
  • The module should be thread safe
@abhinava abhinava added the enhancement New feature or request label Feb 20, 2020
@abhinava abhinava self-assigned this Feb 20, 2020
@abhinava
Copy link
Owner Author

@sarun87 @akshayrao @TheOneAlok Any comments or thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant