20 #include <linux/kernel.h>
25 #include <linux/hash.h>
29 #include <crypto/aes.h>
30 #include <crypto/sha.h>
109 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher);
116 crypto_ablkcipher_set_flags(cipher,
170 const u8 *key,
unsigned int keylen)
179 static int crypto4xx_hash_alg_init(
struct crypto_tfm *tfm,
185 struct crypto4xx_alg *my_alg = crypto_alg_to_crypto4xx_alg(alg);
211 crypto_ahash_set_reqsize(__crypto_ahash_cast(tfm),
243 ds = crypto_ahash_digestsize(
244 __crypto_ahash_cast(req->
base.tfm));