Searched refs:cipher_cd_ctrl (Results 1 – 1 of 1) sorted by relevance
343 struct fw_cipher_cd_ctrl_hdr *cipher_cd_ctrl = in qat_hw17_crypto_setup_cipher_desc() local351 cipher_cd_ctrl->cipher_state_sz = desc->qcd_cipher_blk_sz >> 3; in qat_hw17_crypto_setup_cipher_desc()352 cipher_cd_ctrl->cipher_key_sz = keylen >> 3; in qat_hw17_crypto_setup_cipher_desc()353 cipher_cd_ctrl->cipher_cfg_offset = cd_blk_offset >> 3; in qat_hw17_crypto_setup_cipher_desc()354 FW_COMN_CURR_ID_SET(cipher_cd_ctrl, FW_SLICE_CIPHER); in qat_hw17_crypto_setup_cipher_desc()355 FW_COMN_NEXT_ID_SET(cipher_cd_ctrl, next_slice); in qat_hw17_crypto_setup_cipher_desc()