Skip to content
Snippets Groups Projects
Commit 4dc10c01 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0b535adf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment