Loading crypto/aead.c +2 −2 Original line number Diff line number Diff line Loading @@ -890,9 +890,9 @@ int crypto_register_aead(struct aead_alg *alg) } EXPORT_SYMBOL_GPL(crypto_register_aead); int crypto_unregister_aead(struct aead_alg *alg) void crypto_unregister_aead(struct aead_alg *alg) { return crypto_unregister_alg(&alg->base); crypto_unregister_alg(&alg->base); } EXPORT_SYMBOL_GPL(crypto_unregister_aead); Loading include/crypto/internal/aead.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_unregister_aead(struct aead_alg *alg); void crypto_unregister_aead(struct aead_alg *alg); int aead_register_instance(struct crypto_template *tmpl, struct aead_instance *inst); Loading Loading
crypto/aead.c +2 −2 Original line number Diff line number Diff line Loading @@ -890,9 +890,9 @@ int crypto_register_aead(struct aead_alg *alg) } EXPORT_SYMBOL_GPL(crypto_register_aead); int crypto_unregister_aead(struct aead_alg *alg) void crypto_unregister_aead(struct aead_alg *alg) { return crypto_unregister_alg(&alg->base); crypto_unregister_alg(&alg->base); } EXPORT_SYMBOL_GPL(crypto_unregister_aead); Loading
include/crypto/internal/aead.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_unregister_aead(struct aead_alg *alg); void crypto_unregister_aead(struct aead_alg *alg); int aead_register_instance(struct crypto_template *tmpl, struct aead_instance *inst); Loading