Searched refs:sptlrpc_get_bulk_checksum (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_bulk.c | 510 int sptlrpc_get_bulk_checksum(struct ptlrpc_bulk_desc *desc, __u8 alg, in sptlrpc_get_bulk_checksum() function 550 EXPORT_SYMBOL(sptlrpc_get_bulk_checksum);
|
D | sec_plain.c | 130 return sptlrpc_get_bulk_checksum(desc, hash_alg, token->pbt_hash, in plain_generate_bulk_csum() 145 rc = sptlrpc_get_bulk_checksum(desc, hash_alg, tokenv.pbt_hash, in plain_verify_bulk_csum()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 1068 int sptlrpc_get_bulk_checksum(struct ptlrpc_bulk_desc *desc, __u8 alg,
|