Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c515 char hashbuf[64]; in sptlrpc_get_bulk_checksum() local
537 bufsize = sizeof(hashbuf); in sptlrpc_get_bulk_checksum()
538 err = cfs_crypto_hash_final(hdesc, (unsigned char *)hashbuf, in sptlrpc_get_bulk_checksum()
540 memcpy(buf, hashbuf, buflen); in sptlrpc_get_bulk_checksum()