Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c125 cfs_crypto_hash_init(unsigned char alg_id, in cfs_crypto_hash_init() function
145 EXPORT_SYMBOL(cfs_crypto_hash_init);
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h146 cfs_crypto_hash_init(unsigned char alg,
/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c522 hdesc = cfs_crypto_hash_init(cfs_hash_alg_id[alg], NULL, 0); in sptlrpc_get_bulk_checksum()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1165 hdesc = cfs_crypto_hash_init(cfs_alg, NULL, 0); in osc_checksum_bulk()