Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-29 | crypto: user - Fix size of netlink dump message | Steffen Klassert | 1 | -0/+3 | |
The default netlink message size limit might be exceeded when dumping a lot of algorithms to userspace. As a result, not all of the instantiated algorithms dumped to userspace. So calculate an upper bound on the message size and call netlink_dump_start() with that value. Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for cipher type algorithms | Steffen Klassert | 1 | -0/+8 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for rng type algorithms | Steffen Klassert | 1 | -0/+6 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for pcompress type algorithms | Steffen Klassert | 1 | -0/+5 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for aead type algorithms | Steffen Klassert | 1 | -0/+9 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for blkcipher type algorithms | Steffen Klassert | 1 | -0/+10 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for shash type algorithms | Steffen Klassert | 1 | -0/+7 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace report for larval type algorithms | Steffen Klassert | 1 | -0/+5 | |
Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> | |||||
2011-10-21 | crypto: Add userspace configuration API | Steffen Klassert | 1 | -0/+52 | |
This patch adds a basic userspace configuration API for the crypto layer. With this it is possible to instantiate, remove and to show crypto algorithms from userspace. Signed-off-by: Steffen Klassert <[email protected]> Signed-off-by: Herbert Xu <[email protected]> |