Searched refs:auth_hdr (Results 1 – 1 of 1) sorted by relevance
567 struct qat_session *qs, struct fw_auth_hdr *auth_hdr, in qat_hw15_crypto_setup_auth_desc() argument575 auth_hdr->next_id = next_slice; in qat_hw15_crypto_setup_auth_desc()576 auth_hdr->curr_id = FW_SLICE_AUTH; in qat_hw15_crypto_setup_auth_desc()577 auth_hdr->offset = hw_blk_offset / 8; in qat_hw15_crypto_setup_auth_desc()578 auth_hdr->resrvd = 0; in qat_hw15_crypto_setup_auth_desc()580 auth_hdr->hash_flags = FW_AUTH_HDR_FLAG_NO_NESTED; in qat_hw15_crypto_setup_auth_desc()581 auth_hdr->u.inner_prefix_sz = 0; in qat_hw15_crypto_setup_auth_desc()582 auth_hdr->outer_prefix_sz = 0; in qat_hw15_crypto_setup_auth_desc()583 auth_hdr->final_sz = hash_def->qshd_alg->qshai_digest_len; in qat_hw15_crypto_setup_auth_desc()584 auth_hdr->inner_state1_sz = in qat_hw15_crypto_setup_auth_desc()[all …]