diff options
author | Tadeusz Struk <tadeusz.struk@intel.com> | 2015-02-06 21:25:20 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-02-28 13:31:35 +0300 |
commit | 81e397d937a8e9f46f024a9f876cf14d8e2b45a7 (patch) | |
tree | a1bd2c28113cf99ebc916e8ae76615ac11ffa356 /drivers/crypto | |
parent | d2e3ae6f3abad839214f7b05c34075a1a7c82470 (diff) | |
download | linux-81e397d937a8e9f46f024a9f876cf14d8e2b45a7.tar.xz |
crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg
Changed the __driver-gcm-aes-aesni to be a proper aead algorithm.
This required a valid setkey and setauthsize functions to be added and also
some changes to make sure that math context is not corrupted when the alg is
used directly.
Note that the __driver-gcm-aes-aesni should not be used directly by modules
that can use it in interrupt context as we don't have a good fallback mechanism
in this case.
Signed-off-by: Adrian Hoban <adrian.hoban@intel.com>
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions