X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Finternal.h;h=ef769b5e8ad3e7625f327056c8e9f96056fc6b6f;hb=ae29783d3333b828cdc3f9276e110db1a2f7cc4c;hp=9a3f39939fba8a3a91444ffcac1caabb9efb138e;hpb=872e47f75fc5e96d987ad96b2c9b22bdfddf6835;p=linux-2.6-microblaze.git diff --git a/crypto/internal.h b/crypto/internal.h index 9a3f39939fba..ef769b5e8ad3 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -26,12 +26,6 @@ #include #include -/* Crypto notification events. */ -enum { - CRYPTO_MSG_ALG_REQUEST, - CRYPTO_MSG_ALG_REGISTER, -}; - struct crypto_instance; struct crypto_template; @@ -90,8 +84,6 @@ struct crypto_alg *crypto_find_alg(const char *alg_name, void *crypto_alloc_tfm(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask); -int crypto_register_notifier(struct notifier_block *nb); -int crypto_unregister_notifier(struct notifier_block *nb); int crypto_probing_notify(unsigned long val, void *v); unsigned int crypto_alg_extsize(struct crypto_alg *alg);