Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c37 static int cfs_crypto_hash_speeds[CFS_HASH_ALG_MAX]; variable
87 cfs_crypto_hash_speeds[alg_id]); in cfs_crypto_hash_alloc()
220 cfs_crypto_hash_speeds[alg_id] = -1; in cfs_crypto_performance_test()
228 cfs_crypto_hash_speeds[alg_id] = (int)tmp; in cfs_crypto_performance_test()
231 cfs_crypto_hash_name(alg_id), cfs_crypto_hash_speeds[alg_id]); in cfs_crypto_performance_test()
237 return cfs_crypto_hash_speeds[hash_alg]; in cfs_crypto_hash_speed()