lineage_android_kernel_sams.../include/crypto
Herbert Xu 7b0bac64cd crypto: api - Rebirth of crypto_alloc_tfm
This patch reintroduces a completely revamped crypto_alloc_tfm.
The biggest change is that we now take two crypto_type objects
when allocating a tfm, a frontend and a backend.  In fact this
simply formalises what we've been doing behind the API's back.

For example, as it stands crypto_alloc_ahash may use an
actual ahash algorithm or a crypto_hash algorithm.  Putting
this in the API allows us to do this much more cleanly.

The existing types will be converted across gradually.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2008-12-25 11:01:24 +11:00
..
internal crypto: rng - RNG interface and implementation 2008-08-29 15:50:04 +10:00
aead.h
aes.h [CRYPTO] aes: Export generic setkey 2008-04-21 10:19:34 +08:00
algapi.h crypto: api - Rebirth of crypto_alloc_tfm 2008-12-25 11:01:24 +11:00
authenc.h
b128ops.h
ctr.h
des.h
gf128mul.h
hash.h crypto: hash - Add missing top-level functions 2008-08-13 20:08:44 +10:00
rng.h crypto: rng - RNG interface and implementation 2008-08-29 15:50:04 +10:00
scatterwalk.h [CRYPTO] api: Fix scatterwalk_sg_chain 2008-05-01 18:22:28 +08:00
sha.h
skcipher.h
twofish.h