Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-22 | crypto: user - Add CRYPTO_MSG_DELRNG | Herbert Xu | 1 | -0/+1 | |
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> | |||||
2015-06-22 | crypto: user - Move cryptouser.h to uapi | Herbert Xu | 1 | -0/+110 | |
The header file cryptouser.h only contains information that is exported to user-space. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |