Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c789 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_ctx() local
799 last_buflen = *next_buflen; in ahash_update_ctx()
800 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
801 to_hash = in_len - *next_buflen; in ahash_update_ctx()
805 req->nbytes - (*next_buflen)); in ahash_update_ctx()
840 if (*next_buflen) in ahash_update_ctx()
843 *next_buflen, 0); in ahash_update_ctx()
883 } else if (*next_buflen) { in ahash_update_ctx()
886 *buflen = *next_buflen; in ahash_update_ctx()
887 *next_buflen = last_buflen; in ahash_update_ctx()
[all …]