Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c129 int buflen_1; member
787 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
790 &state->buflen_1, last_buflen; in ahash_update_ctx()
909 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
911 state->buflen_1; in ahash_final_ctx()
992 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
994 state->buflen_1; in ahash_finup_ctx()
1157 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_no_ctx()
1219 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_no_ctx()
1222 &state->buflen_1; in ahash_update_no_ctx()
[all …]