|
@@ -151,7 +151,7 @@ static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead)
|
|
}
|
|
}
|
|
|
|
|
|
int crypto_register_aead(struct aead_alg *alg);
|
|
int crypto_register_aead(struct aead_alg *alg);
|
|
-int crypto_unregister_aead(struct aead_alg *alg);
|
|
|
|
|
|
+void crypto_unregister_aead(struct aead_alg *alg);
|
|
int aead_register_instance(struct crypto_template *tmpl,
|
|
int aead_register_instance(struct crypto_template *tmpl,
|
|
struct aead_instance *inst);
|
|
struct aead_instance *inst);
|
|
|
|
|