Searched refs:cipher_req (Results 1 – 1 of 1) sorted by relevance
812 struct fw_la_cipher_req_params *cipher_req; in qat_hw15_crypto_setup_req_params() local855 cipher_req = (struct fw_la_cipher_req_params *)req_params_ptr; in qat_hw15_crypto_setup_req_params()859 cipher_req->cipher_state_sz = desc->qcd_cipher_blk_sz / 8; in qat_hw15_crypto_setup_req_params()860 cipher_req->curr_id = FW_SLICE_CIPHER; in qat_hw15_crypto_setup_req_params()862 cipher_req->next_id = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()864 cipher_req->next_id = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()865 cipher_req->state_address = qsc->qsc_iv_buf_paddr; in qat_hw15_crypto_setup_req_params()872 cipher_req->cipher_off = 0; in qat_hw15_crypto_setup_req_params()873 cipher_req->cipher_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()912 cipher_req = (struct fw_la_cipher_req_params *)req_params_ptr; in qat_hw15_crypto_setup_req_params()[all …]