When I check / proc / crypto, it shows me:
abhi@ubuntu:/proc$ cat crypto
name : stdrng
driver : krng
module : kernel
priority : 200
refcnt : 1
selftest : passed
type : rng
seedsize : 0
name : md5
driver : md5-generic
module : kernel
priority : 0
refcnt : 1
selftest : passed
type : shash
blocksize : 64
digestsize : 16
I need to use aes256 for one of my projects.
Can someone point out how I can add this algorithm to the crypto api, or is there any other way I can achieve this (ubuntu 10.4, 2.6.32-35).
Is there a list of supported (default) algorithms implemented using crypto api for the 2.6 kernel?
source
share