Searched refs:cipher_req (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/qat_c2xxx/
H A Dqat_hw15.c812 struct fw_la_cipher_req_params *cipher_req; local
855 cipher_req = (struct fw_la_cipher_req_params *)req_params_ptr;
859 cipher_req->cipher_state_sz = desc->qcd_cipher_blk_sz / 8;
860 cipher_req->curr_id = FW_SLICE_CIPHER;
862 cipher_req->next_id = FW_SLICE_DRAM_WR;
864 cipher_req->next_id = FW_SLICE_AUTH;
865 cipher_req->state_address = qsc->qsc_iv_buf_paddr;
872 cipher_req->cipher_off = 0;
873 cipher_req->cipher_len = crp->crp_payload_length;
912 cipher_req
[all...]

Completed in 55 milliseconds