Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw17.c343 struct fw_cipher_cd_ctrl_hdr *cipher_cd_ctrl = in qat_hw17_crypto_setup_cipher_desc() local
351 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()