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