]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - crypto/internal.h
crypto: cryptomgr - Add test infrastructure
[mirror_ubuntu-bionic-kernel.git] / crypto / internal.h
index 6d8d2131058581c934cde05b537d7375d4eeeefc..48cb70416d597dd9a9b59a870a147331db591cc9 100644 (file)
@@ -108,6 +108,9 @@ int crypto_register_instance(struct crypto_template *tmpl,
 int crypto_register_notifier(struct notifier_block *nb);
 int crypto_unregister_notifier(struct notifier_block *nb);
 
+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)