crypto: testmgr - Dynamically allocate xbuf and axbuf
[firefly-linux-kernel-4.4.55.git] / crypto / internal.h
index fc76e1f37fc35d0fd4928ec9326b330c22937d53..113579a82dff41e6656d29b3f95767981dd6fc2a 100644 (file)
@@ -121,9 +121,6 @@ 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);
 
-int __init testmgr_init(void);
-void testmgr_exit(void);
-
 static inline void crypto_alg_put(struct crypto_alg *alg)
 {
        if (atomic_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy)