Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h32 char *cht_name; /**< hash algorithm name, equal to member
72 if (ht->cht_name) in cfs_crypto_hash_type()
85 return ht->cht_name; in cfs_crypto_hash_name()
106 if (!strcmp(hash_types[i].cht_name, algname)) in cfs_crypto_hash_alg()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c53 desc->tfm = crypto_alloc_hash((*type)->cht_name, 0, 0); in cfs_crypto_hash_alloc()
60 (*type)->cht_name); in cfs_crypto_hash_alloc()