Searched refs:QCE_SECTOR_SIZE (Results 1 – 3 of 3) sorted by relevance
16 #define QCE_SECTOR_SIZE 512 macro
242 (IS_XTS(rctx->flags) && req->cryptlen > QCE_SECTOR_SIZE && in qce_skcipher_crypt()243 req->cryptlen % QCE_SECTOR_SIZE))) { in qce_skcipher_crypt()
304 xtsdusize = min_t(u32, QCE_SECTOR_SIZE, cryptlen); in qce_xtskey()