Home
last modified time | relevance | path

Searched hist:"9382 d97af586a47dad312765e35c61aa7ad7fcdd" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dgcm.cdiff 9382d97af586a47dad312765e35c61aa7ad7fcdd Thu Aug 06 07:34:26 CEST 2009 Huang Ying <ying.huang@intel.com> crypto: gcm - Use GHASH digest algorithm

Remove the dedicated GHASH implementation in GCM, and uses the GHASH
digest algorithm instead. This will make GCM uses hardware accelerated
GHASH implementation automatically if available.

ahash instead of shash interface is used, because some hardware
accelerated GHASH implementation needs asynchronous interface.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>