Whamcloud - gitweb
LU-1339 libcfs: add crc32 pclmulqdq implementation
[fs/lustre-release.git] / libcfs / include / libcfs / linux / linux-crypto.h
index c8a4e76..97c771c 100644 (file)
@@ -41,3 +41,9 @@ void cfs_crypto_crc32_unregister(void);
  */
 int cfs_crypto_adler32_register(void);
 void cfs_crypto_adler32_unregister(void);
+
+/**
+ * Functions for start/stop shash crc32 pclmulqdq
+ */
+int cfs_crypto_crc32_pclmul_register(void);
+void cfs_crypto_crc32_pclmul_unregister(void);