Home
last modified time | relevance | path

Searched refs:cfs_crypto_hash_speed (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_cksum.h73 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)); in cksum_type_pack()
80 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)); in cksum_type_pack()
87 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_ADLER)); in cksum_type_pack()
124 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)), in cksum_types_supported_client()
125 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)), in cksum_types_supported_client()
126 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_ADLER))); in cksum_types_supported_client()
128 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)) > 0) in cksum_types_supported_client()
130 if (cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)) > 0) in cksum_types_supported_client()
143 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32)), in cksum_types_supported_server()
144 cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C)), in cksum_types_supported_server()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c236 int cfs_crypto_hash_speed(unsigned char hash_alg) in cfs_crypto_hash_speed() function
243 EXPORT_SYMBOL(cfs_crypto_hash_speed);
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h198 int cfs_crypto_hash_speed(unsigned char hash_alg);