Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h49 CFS_HASH_ALG_MAX enumerator
70 if (hash_alg < CFS_HASH_ALG_MAX) { in cfs_crypto_hash_type()
105 for (i = 0; i < CFS_HASH_ALG_MAX; i++) in cfs_crypto_hash_alg()
108 return (i == CFS_HASH_ALG_MAX ? 0xFF : i); in cfs_crypto_hash_alg()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c37 static int cfs_crypto_hash_speeds[CFS_HASH_ALG_MAX];
50 alg_id, CFS_HASH_ALG_MAX); in cfs_crypto_hash_alloc()
236 if (hash_alg < CFS_HASH_ALG_MAX) in cfs_crypto_hash_speed()
264 for (i = 0; i < CFS_HASH_ALG_MAX; i++) in cfs_crypto_test_hashes()