Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c450 static int cfs_hash_alg_id[] = { variable
463 return cfs_crypto_hash_name(cfs_hash_alg_id[hash_alg]); in sptlrpc_get_hash_name()
522 hdesc = cfs_crypto_hash_init(cfs_hash_alg_id[alg], NULL, 0); in sptlrpc_get_bulk_checksum()
525 cfs_crypto_hash_name(cfs_hash_alg_id[alg])); in sptlrpc_get_bulk_checksum()
529 hashsize = cfs_crypto_hash_digestsize(cfs_hash_alg_id[alg]); in sptlrpc_get_bulk_checksum()