Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Dtalitos.c948 unsigned int to_hash_later; member
960 unsigned int to_hash_later; member
1828 if (!req_ctx->last_request && req_ctx->to_hash_later) { in ahash_done()
1831 req_ctx->nbuf = req_ctx->to_hash_later; in ahash_done()
1853 if (!req_ctx->last_request && req_ctx->to_hash_later) { in ahash_done()
1856 req_ctx->nbuf = req_ctx->to_hash_later; in ahash_done()
2046 unsigned int to_hash_later; in ahash_process_req() local
2068 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()
2071 to_hash_later = 0; in ahash_process_req()
2072 else if (to_hash_later) in ahash_process_req()
[all …]