Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c172 int cfs_crypto_hash_final(struct cfs_crypto_hash_desc *hdesc, in cfs_crypto_hash_final() function
197 EXPORT_SYMBOL(cfs_crypto_hash_final);
/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c538 err = cfs_crypto_hash_final(hdesc, (unsigned char *)hashbuf, in sptlrpc_get_bulk_checksum()
543 err = cfs_crypto_hash_final(hdesc, buf, &bufsize); in sptlrpc_get_bulk_checksum()
547 cfs_crypto_hash_final(hdesc, NULL, NULL); in sptlrpc_get_bulk_checksum()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h183 int cfs_crypto_hash_final(struct cfs_crypto_hash_desc *desc,
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1201 err = cfs_crypto_hash_final(hdesc, (unsigned char *)&cksum, &bufsize); in osc_checksum_bulk()
1204 cfs_crypto_hash_final(hdesc, NULL, NULL); in osc_checksum_bulk()