Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c784 static int cfs_hash_alg_id[] = { variable
796 return cfs_crypto_hash_name(cfs_hash_alg_id[hash_alg]); in sptlrpc_get_hash_name()
855 hdesc = cfs_crypto_hash_init(cfs_hash_alg_id[alg], NULL, 0); in sptlrpc_get_bulk_checksum()
858 cfs_crypto_hash_name(cfs_hash_alg_id[alg])); in sptlrpc_get_bulk_checksum()
862 hashsize = cfs_crypto_hash_digestsize(cfs_hash_alg_id[alg]); in sptlrpc_get_bulk_checksum()