summaryrefslogtreecommitdiff
path: root/include/uapi/linux/cryptouser.h (follow)
Commit message (Collapse)AuthorAge
* crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2015-06-22
| | | | | | | | | This patch adds a new crypto_user command that allows the admin to delete the crypto system RNG. Note that this can only be done if the RNG is currently not in use. The next time it is used a new system RNG will be allocated. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: user - Move cryptouser.h to uapiHerbert Xu2015-06-22
The header file cryptouser.h only contains information that is exported to user-space. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>