Searched refs:nonzero (Results 1 – 2 of 2) sorted by relevance
115 bool finup_max, nonzero; in crypto_shash_finup() local129 nonzero = crypto_shash_final_nonzero(tfm); in crypto_shash_finup()142 while ((*blenp + len) >= bs + nonzero) { in crypto_shash_finup()143 unsigned int nbytes = len - nonzero; in crypto_shash_finup()
408 bool nonzero = crypto_ahash_final_nonzero(tfm); in ahash_update_finish() local424 req->nbytes += nonzero - blen; in ahash_update_finish()426 blen = err < 0 ? 0 : err + nonzero; in ahash_update_finish()446 bool nonzero = crypto_ahash_final_nonzero(tfm); in crypto_ahash_update() local463 if (blen + req->nbytes < bs + nonzero) { in crypto_ahash_update()482 req->nbytes -= nonzero; in crypto_ahash_update()
Completed in 5 milliseconds