Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/qce/
Ddma.h12 #define QCE_BAM_BURST_SIZE 64 macro
26 #define QCE_IGNORE_BUF_SZ (2 * QCE_BAM_BURST_SIZE)
28 ALIGN(sizeof(struct qce_result_dump), QCE_BAM_BURST_SIZE)
Daead.h42 u8 ccmresult_buf[QCE_BAM_BURST_SIZE];
Dcore.c165 qce->burst_size = QCE_BAM_BURST_SIZE; in qce_check_version()
Daead.c108 sg_init_one(&rctx->result_sg, rctx->ccmresult_buf, QCE_BAM_BURST_SIZE); in qce_aead_prepare_ccm_result_buf()
109 return qce_sgtable_add(tbl, &rctx->result_sg, QCE_BAM_BURST_SIZE); in qce_aead_prepare_ccm_result_buf()