Whamcloud - gitweb
LU-12477 libcfs: Remove obsolete config checks
[fs/lustre-release.git] / libcfs / include / libcfs / linux / linux-crypto.h
index 6346c59..05610db 100644 (file)
  */
 
 /**
- * Functions for start/stop shash CRC32 algorithm.
- */
-int cfs_crypto_crc32_register(void);
-void cfs_crypto_crc32_unregister(void);
-
-/**
  * Functions for start/stop shash adler32 algorithm.
  */
 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);
-
-/**
- * Functions for start/stop shash crc32c pclmulqdq
- */
-int cfs_crypto_crc32c_pclmul_register(void);
-void cfs_crypto_crc32c_pclmul_unregister(void);