Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.h16 #define QCE_SECTOR_SIZE 512 macro
Dskcipher.c242 (IS_XTS(rctx->flags) && req->cryptlen > QCE_SECTOR_SIZE && in qce_skcipher_crypt()
243 req->cryptlen % QCE_SECTOR_SIZE))) { in qce_skcipher_crypt()
Dcommon.c304 xtsdusize = min_t(u32, QCE_SECTOR_SIZE, cryptlen); in qce_xtskey()