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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c1778 unsigned int nbytes_to_hash; local
1793 nbytes_to_hash = nbytes + req_ctx->nbuf;
1794 to_hash_later = nbytes_to_hash & (blocksize - 1);
1800 nbytes_to_hash -= to_hash_later;
1803 nbytes_to_hash -= blocksize;
1809 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1;
1828 edesc = ahash_edesc_alloc(areq, nbytes_to_hash);
1850 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash,

Completed in 69 milliseconds