Searched refs:auth_req (Results 1 – 2 of 2) sorted by relevance
729 struct fw_la_auth_req_params *auth_req; in qat_hw15_crypto_setup_req_params() local778 auth_req = (struct fw_la_auth_req_params *) in qat_hw15_crypto_setup_req_params()787 auth_req->next_id = next_slice; in qat_hw15_crypto_setup_req_params()788 auth_req->curr_id = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()790 auth_req->auth_res_address = icv_paddr; in qat_hw15_crypto_setup_req_params()791 auth_req->auth_res_sz = 0; /* no digest verify */ in qat_hw15_crypto_setup_req_params()793 auth_req->auth_len = crda->crd_len; in qat_hw15_crypto_setup_req_params()794 auth_req->auth_off = crda->crd_skip; in qat_hw15_crypto_setup_req_params()796 auth_req->hash_state_sz = 0; in qat_hw15_crypto_setup_req_params()797 auth_req->u1.prefix_addr = desc->qcd_hash_state_paddr + in qat_hw15_crypto_setup_req_params()[all …]
759 uint8_t auth_req; /* auth requirements */ member