Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qce/
Dcommon.c194 unsigned int xtsdusize; in qce_xtskey() local
201 xtsdusize = min_t(u32, QCE_SECTOR_SIZE, cryptlen); in qce_xtskey()
202 qce_write(qce, REG_ENCR_XTS_DU_SIZE, xtsdusize); in qce_xtskey()