aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/n2_core.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-05-19crypto: n2 - Add Niagara2 crypto driverDavid S. Miller1-0/+2083
Current deficiencies: 1) No HMAC hash support yet. 2) Although the algs are registered as ASYNC they always run synchronously. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>