Searched hist:"4 dc10c0142ce0af8c20ec44dc6928ae63ad4f73a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_core.h | diff 4dc10c0142ce0af8c20ec44dc6928ae63ad4f73a Tue Jul 14 07:21:46 CDT 2009 Herbert Xu <herbert@gondor.apana.org.au> 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>
|
H A D | crypto4xx_core.c | diff 4dc10c0142ce0af8c20ec44dc6928ae63ad4f73a Tue Jul 14 07:21:46 CDT 2009 Herbert Xu <herbert@gondor.apana.org.au> 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>
|
/openbmc/linux/include/crypto/internal/ |
H A D | hash.h | diff 4dc10c0142ce0af8c20ec44dc6928ae63ad4f73a Tue Jul 14 07:21:46 CDT 2009 Herbert Xu <herbert@gondor.apana.org.au> 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>
|