Searched refs:XTS_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
87 const bool cts = (req->cryptlen % XTS_BLOCK_SIZE); in xts_xor_tweak()88 const int bs = XTS_BLOCK_SIZE; in xts_xor_tweak()164 int offset = req->cryptlen & ~(XTS_BLOCK_SIZE - 1); in xts_cts_final()167 int tail = req->cryptlen % XTS_BLOCK_SIZE; in xts_cts_final()172 offset - XTS_BLOCK_SIZE); in xts_cts_final()186 XTS_BLOCK_SIZE, NULL); in xts_cts_final()247 if (req->cryptlen < XTS_BLOCK_SIZE) in xts_init_crypt()253 req->cryptlen & ~(XTS_BLOCK_SIZE - 1), NULL); in xts_init_crypt()381 if (alg->base.cra_blocksize != XTS_BLOCK_SIZE) in xts_create()419 inst->alg.base.cra_blocksize = XTS_BLOCK_SIZE; in xts_create()[all …]
9 #define XTS_BLOCK_SIZE 16 macro
90 if (!crypto_simd_usable() || (req->cryptlen % XTS_BLOCK_SIZE) != 0) { in p8_aes_xts_crypt()
2519 if (req->cryptlen < XTS_BLOCK_SIZE) in safexcel_encrypt_xts()2527 if (req->cryptlen < XTS_BLOCK_SIZE) in safexcel_decrypt_xts()2543 .ivsize = XTS_BLOCK_SIZE,2551 .cra_blocksize = XTS_BLOCK_SIZE,
1226 if (req->cryptlen < XTS_BLOCK_SIZE) in qat_alg_skcipher_xts_encrypt()1296 if (req->cryptlen < XTS_BLOCK_SIZE) in qat_alg_skcipher_xts_decrypt()
1102 if (req->cryptlen < XTS_BLOCK_SIZE) in atmel_aes_crypt()1105 if (!IS_ALIGNED(req->cryptlen, XTS_BLOCK_SIZE)) in atmel_aes_crypt()
Completed in 23 milliseconds