Searched refs:cfs_crypto_hash_final (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-crypto.c | 172 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/ |
D | sec_bulk.c | 538 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/ |
D | libcfs_crypto.h | 183 int cfs_crypto_hash_final(struct cfs_crypto_hash_desc *desc,
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1201 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()
|