Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c251 void *ptr = &req_tmpl->cd_ctrl; in qat_alg_aead_init_enc_session()
333 void *ptr = &req_tmpl->cd_ctrl; in qat_alg_aead_init_dec_session()
416 struct icp_qat_fw_cipher_cd_ctrl_hdr *cd_ctrl = (void *)&req->cd_ctrl; in qat_alg_skcipher_init_com() local
444 cd_ctrl->cipher_key_sz = keylen >> 3; in qat_alg_skcipher_init_com()
445 cd_ctrl->cipher_state_sz = AES_BLOCK_SIZE >> 3; in qat_alg_skcipher_init_com()
446 cd_ctrl->cipher_cfg_offset = 0; in qat_alg_skcipher_init_com()
447 ICP_QAT_FW_COMN_CURR_ID_SET(cd_ctrl, ICP_QAT_FW_SLICE_CIPHER); in qat_alg_skcipher_init_com()
448 ICP_QAT_FW_COMN_NEXT_ID_SET(cd_ctrl, ICP_QAT_FW_SLICE_DRAM_WR); in qat_alg_skcipher_init_com()
H A Dicp_qat_fw.h90 struct icp_qat_fw_comn_req_cd_ctrl cd_ctrl; member
H A Dicp_qat_fw_la.h33 struct icp_qat_fw_comn_req_cd_ctrl cd_ctrl; member