Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c129 int buflen_1; member
782 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
785 &state->buflen_1, last_buflen; in ahash_update_ctx()
907 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
909 state->buflen_1; in ahash_final_ctx()
990 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
992 state->buflen_1; in ahash_finup_ctx()
1160 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_no_ctx()
1223 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_no_ctx()
1226 &state->buflen_1; in ahash_update_no_ctx()
[all …]