Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qat_c2xxx/
HDqat_hw15.c813 struct fw_la_auth_req_params *auth_req; in qat_hw15_crypto_setup_req_params() local
856 auth_req = (struct fw_la_auth_req_params *) in qat_hw15_crypto_setup_req_params()
875 auth_req->curr_id = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()
877 auth_req->next_id = FW_SLICE_CIPHER; in qat_hw15_crypto_setup_req_params()
879 auth_req->next_id = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()
881 auth_req->auth_res_address = digest_paddr; in qat_hw15_crypto_setup_req_params()
882 auth_req->auth_res_sz = desc->qcd_auth_sz; in qat_hw15_crypto_setup_req_params()
884 auth_req->auth_off = 0; in qat_hw15_crypto_setup_req_params()
885 auth_req->auth_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()
887 auth_req->hash_state_sz = in qat_hw15_crypto_setup_req_params()
[all …]