Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c750 int *next_buflen = alt_buflen(state), last_buflen; in ahash_update_ctx() local
757 last_buflen = *next_buflen; in ahash_update_ctx()
758 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
759 to_hash = in_len - *next_buflen; in ahash_update_ctx()
763 req->nbytes - (*next_buflen)); in ahash_update_ctx()
812 if (*next_buflen) in ahash_update_ctx()
815 *next_buflen, 0); in ahash_update_ctx()
848 } else if (*next_buflen) { in ahash_update_ctx()
851 *buflen = *next_buflen; in ahash_update_ctx()
852 *next_buflen = last_buflen; in ahash_update_ctx()
[all …]