commit | cce2ea8d90fec72ed954830e73f5d4995cc79193 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Fri Apr 28 18:12:02 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 18 13:19:55 2017 +0800 |
tree | 4356f107bf06f544fdb2c49963b8280fea1694cc | |
parent | 2df7e813627622daf1168e30cd2b29467b7e14e5 [diff] |
crypto: aesni - add generic gcm(aes) Now that the asm side of things can support all the valid lengths of ICV and all lengths of associated data, provide the glue code to expose a generic gcm(aes) crypto algorithm. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>