linux_dsm_epyc7002/drivers/crypto/amcc
Herbert Xu 4dc10c0142 crypto: crypto4xx - Switch to new style ahash
This patch changes crypto4xx to use the new style ahash type.
In particular, we now use ahash_alg to define ahash algorithms
instead of crypto_alg.

This is achieved by introducing a union that encapsulates the
new type and the existing crypto_alg structure.  They're told
apart through a u32 field containing the type value.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2009-07-14 20:21:46 +08:00
..
crypto4xx_alg.c crypto: crypto4xx - Use crypto_ahash_set_reqsize 2009-07-14 12:58:13 +08:00
crypto4xx_core.c crypto: crypto4xx - Switch to new style ahash 2009-07-14 20:21:46 +08:00
crypto4xx_core.h crypto: crypto4xx - Switch to new style ahash 2009-07-14 20:21:46 +08:00
crypto4xx_reg_def.h crypto: amcc - Add crypt4xx driver 2009-02-18 16:49:43 +08:00
crypto4xx_sa.c crypto: amcc - Add crypt4xx driver 2009-02-18 16:49:43 +08:00
crypto4xx_sa.h crypto: amcc - Add crypt4xx driver 2009-02-18 16:49:43 +08:00
Makefile crypto: amcc - Add crypt4xx driver 2009-02-18 16:49:43 +08:00