Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dtalitos.c1854 unsigned int nbytes_to_hash; in ahash_process_req() local
1868 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()
1869 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()
1875 nbytes_to_hash -= to_hash_later; in ahash_process_req()
1878 nbytes_to_hash -= blocksize; in ahash_process_req()
1884 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()
1903 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
1925 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, in ahash_process_req()