Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c92 int cfs_crypto_hash_digest(unsigned char alg_id, in cfs_crypto_hash_digest() function
122 EXPORT_SYMBOL(cfs_crypto_hash_digest);
211 err = cfs_crypto_hash_digest(alg_id, buf, buf_len, NULL, 0, in cfs_crypto_performance_test()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h129 int cfs_crypto_hash_digest(unsigned char alg,
/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c255 cfs_crypto_hash_digest(CFS_HASH_ALG_CRC32, in plain_ctx_verify()
869 cfs_crypto_hash_digest(CFS_HASH_ALG_CRC32, in plain_authorize()
Dpack_generic.c1207 cfs_crypto_hash_digest(CFS_HASH_ALG_CRC32, (unsigned char *)pb, in lustre_msg_calc_cksum()