Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c784 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_ctx() local
795 last_buflen = *next_buflen; in ahash_update_ctx()
796 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
797 to_hash = in_len - *next_buflen; in ahash_update_ctx()
800 src_nents = __sg_count(req->src, req->nbytes - (*next_buflen), in ahash_update_ctx()
838 if (*next_buflen) { in ahash_update_ctx()
841 *next_buflen, 0); in ahash_update_ctx()
881 } else if (*next_buflen) { in ahash_update_ctx()
884 *buflen = *next_buflen; in ahash_update_ctx()
885 *next_buflen = last_buflen; in ahash_update_ctx()
[all …]