Searched refs:nbytes_to_hash (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dtalitos.c1704 unsigned int nbytes_to_hash; ahash_process_req() local
1719 nbytes_to_hash = nbytes + req_ctx->nbuf; ahash_process_req()
1720 to_hash_later = nbytes_to_hash & (blocksize - 1); ahash_process_req()
1726 nbytes_to_hash -= to_hash_later; ahash_process_req()
1729 nbytes_to_hash -= blocksize; ahash_process_req()
1735 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; ahash_process_req()
1754 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); ahash_process_req()
1776 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_process_req()

Completed in 78 milliseconds