crypto: aes_ni - change to use shared ablk_* functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / include / asm / crypto / ablk_helper.h
index 6d6b37c..4f93df5 100644 (file)
@@ -24,6 +24,8 @@ extern int ablk_decrypt(struct ablkcipher_request *req);
 
 extern void ablk_exit(struct crypto_tfm *tfm);
 
+extern int ablk_init_common(struct crypto_tfm *tfm, const char *drv_name);
+
 extern int ablk_init(struct crypto_tfm *tfm);
 
 #endif /* _CRYPTO_ABLK_HELPER_H */