Lines Matching refs:buf_0
126 u8 buf_0[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()
1574 buf = state->buf_0; in ahash_export()
1594 memcpy(state->buf_0, export->buf, export->buflen); in ahash_import()