Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c127 int buflen_0; member
782 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
784 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_ctx()
907 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
908 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_final_ctx()
990 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
991 int last_buflen = state->current_buf ? state->buflen_0 : 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()
1225 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_no_ctx()
[all …]