qat.c | 1351 uint32_t state_offset = hash_def->qshd_alg->qshai_state_offset; local in function:qat_crypto_hmac_precompute 1383 ((uint8_t *)ctx) + state_offset, state_word); 1386 memcpy(state1, ((uint8_t *)ctx) + state_offset, state_size); 1388 qat_memcpy_htobe(state1, ((uint8_t *)ctx) + state_offset, 1396 memcpy(state2, ((uint8_t *)ctx) + state_offset, state_size); 1398 qat_memcpy_htobe(state2, ((uint8_t *)ctx) + state_offset,
|