Home
last modified time | relevance | path

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

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