Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dtalitos.c1777 unsigned int nbytes_to_hash; in ahash_process_req() local
1792 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()
1793 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()
1799 nbytes_to_hash -= to_hash_later; in ahash_process_req()
1802 nbytes_to_hash -= blocksize; in ahash_process_req()
1808 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()
1827 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
1849 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, in ahash_process_req()