Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c175 int cfs_crypto_hash_final(struct cfs_crypto_hash_desc *hdesc, in cfs_crypto_hash_final() function
200 EXPORT_SYMBOL(cfs_crypto_hash_final);
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h183 int cfs_crypto_hash_final(struct cfs_crypto_hash_desc *desc,
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c871 err = cfs_crypto_hash_final(hdesc, (unsigned char *)hashbuf, in sptlrpc_get_bulk_checksum()
876 err = cfs_crypto_hash_final(hdesc, (unsigned char *)buf, in sptlrpc_get_bulk_checksum()
881 cfs_crypto_hash_final(hdesc, NULL, NULL); in sptlrpc_get_bulk_checksum()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1231 err = cfs_crypto_hash_final(hdesc, (unsigned char *)&cksum, &bufsize); in osc_checksum_bulk()
1234 cfs_crypto_hash_final(hdesc, NULL, NULL); in osc_checksum_bulk()