[CRYPTO] api: Remove deprecated interface

This patch removes the old cipher interface and related code.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Herbert Xu
2007-01-27 10:05:15 +11:00
parent ba8da2a948
commit f1ddcaf339
9 changed files with 17 additions and 663 deletions

View File

@@ -136,11 +136,6 @@ static int digest(struct hash_desc *desc,
return final(desc, out);
}
int crypto_init_digest_flags(struct crypto_tfm *tfm, u32 flags)
{
return flags ? -EINVAL : 0;
}
int crypto_init_digest_ops(struct crypto_tfm *tfm)
{
struct hash_tfm *ops = &tfm->crt_hash;