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

/netbsd-current/sys/dev/pci/qat/
H A Dqat_hw17.c351 cipher_cd_ctrl->cipher_state_sz = desc->qcd_cipher_blk_sz >> 3;
H A Dqat_hw15.c551 cipher_hdr->state_sz = desc->qcd_cipher_blk_sz / 8;
765 cipher_req->cipher_state_sz = desc->qcd_cipher_blk_sz / 8;
H A Dqat.c1414 desc->qcd_cipher_blk_sz = HW_DES_BLK_SZ;
1418 desc->qcd_cipher_blk_sz = HW_3DES_BLK_SZ;
1435 desc->qcd_cipher_blk_sz = HW_AES_BLK_SZ;
1580 uint32_t ivlen = desc->qcd_cipher_blk_sz;
H A Dqatvar.h632 uint16_t qcd_cipher_blk_sz; /* in bytes */ member in struct:qat_crypto_desc

Completed in 193 milliseconds