crypto: aead - Remove old AEAD interfaces
[linux-2.6-block.git] / include / crypto / internal / geniv.h
index b9c55bef7b6db2799d3c181265bcadb0fab14cb3..59333635e712d15a109919f03c70107183df473e 100644 (file)
@@ -27,8 +27,6 @@ struct aead_geniv_ctx {
 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
                                       struct rtattr **tb, u32 type, u32 mask);
 void aead_geniv_free(struct aead_instance *inst);
-int aead_geniv_init(struct crypto_tfm *tfm);
-void aead_geniv_exit(struct crypto_tfm *tfm);
 int aead_init_geniv(struct crypto_aead *tfm);
 void aead_exit_geniv(struct crypto_aead *tfm);