Home
last modified time | relevance | path

Searched hist:"4 dc10c0142ce0af8c20ec44dc6928ae63ad4f73a" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.hdiff 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 Dcrypto4xx_core.cdiff 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 Dhash.hdiff 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>