Lines Matching refs:buf_1
128 u8 buf_1[CAAM_MAX_HASH_BLOCK_SIZE] ____cacheline_aligned; member
786 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_ctx()
788 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_ctx()
908 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_ctx()
991 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_ctx()
1156 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_no_ctx()
1218 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_no_ctx()
1220 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_no_ctx()
1332 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_no_ctx()
1414 u8 *next_buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_first()
1571 buf = state->buf_1; in ahash_export()