Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h36 unsigned int cht_size; /**< hash digest size */ member
96 return ht->cht_size; in cfs_crypto_hash_digestsize()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c77 (*type)->cht_size); in cfs_crypto_hash_alloc()
109 if (hash == NULL || *hash_len < type->cht_size) { in cfs_crypto_hash_digest()
110 *hash_len = type->cht_size; in cfs_crypto_hash_digest()