Searched refs:to_hash_later (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.c730 unsigned int to_hash_later; member in struct:talitos_ahash_req_ctx
1613 if (!req_ctx->last && req_ctx->to_hash_later) {
1615 memcpy(req_ctx->buf, req_ctx->bufnext, req_ctx->to_hash_later);
1616 req_ctx->nbuf = req_ctx->to_hash_later;
1779 unsigned int to_hash_later; local
1794 to_hash_later = nbytes_to_hash & (blocksize - 1);
1797 to_hash_later = 0;
1798 else if (to_hash_later)
1800 nbytes_to_hash -= to_hash_later;
1804 to_hash_later
[all...]

Completed in 61 milliseconds