Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15.c531 desc->qcd_cipher_blk_sz = HW_AES_BLK_SZ; in qat_hw15_crypto_setup_cipher_desc()
536 cipher_hdr->state_sz = desc->qcd_cipher_blk_sz / 8; in qat_hw15_crypto_setup_cipher_desc()
859 cipher_req->cipher_state_sz = desc->qcd_cipher_blk_sz / 8; in qat_hw15_crypto_setup_req_params()
921 desc->qcd_cipher_blk_sz / 8; in qat_hw15_crypto_setup_req_params()
H A Dqatvar.h608 uint16_t qcd_cipher_blk_sz; /* in bytes */ member