Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c37 static int cfs_crypto_hash_speeds[CFS_HASH_ALG_MAX]; variable
90 cfs_crypto_hash_speeds[alg_id]); in cfs_crypto_hash_alloc()
223 cfs_crypto_hash_speeds[alg_id] = -1; in cfs_crypto_performance_test()
230 cfs_crypto_hash_speeds[alg_id] = (int)tmp; in cfs_crypto_performance_test()
233 cfs_crypto_hash_name(alg_id), cfs_crypto_hash_speeds[alg_id]); in cfs_crypto_performance_test()
239 return cfs_crypto_hash_speeds[hash_alg]; in cfs_crypto_hash_speed()