Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dcommon.c202 unsigned int xtsdusize; in qce_xtskey() local
209 xtsdusize = min_t(u32, QCE_SECTOR_SIZE, cryptlen); in qce_xtskey()
210 qce_write(qce, REG_ENCR_XTS_DU_SIZE, xtsdusize); in qce_xtskey()