Searched refs:AES_XTS_BLOCKSIZE (Results 1 – 13 of 13) sorted by relevance
37 #define AES_XTS_BLOCKSIZE 16 macro42 u_int8_t tweak[AES_XTS_BLOCKSIZE];1752 u_int8_t block[AES_XTS_BLOCKSIZE]; in do_aes_xts()1761 for (i = 0; i < (len / AES_XTS_BLOCKSIZE); i++) { in do_aes_xts()1762 bcopy(in, block, AES_XTS_BLOCKSIZE); in do_aes_xts()1763 in += AES_XTS_BLOCKSIZE; in do_aes_xts()1768 bcopy(block, out, AES_XTS_BLOCKSIZE); in do_aes_xts()1769 out += AES_XTS_BLOCKSIZE; in do_aes_xts()
49 u_int8_t block[AES_XTS_BLOCKSIZE]; in aes_xts_crypt()52 for (i = 0; i < AES_XTS_BLOCKSIZE; i++) in aes_xts_crypt()60 for (i = 0; i < AES_XTS_BLOCKSIZE; i++) in aes_xts_crypt()65 for (i = 0; i < AES_XTS_BLOCKSIZE; i++) { in aes_xts_crypt()
23 #define AES_XTS_BLOCKSIZE 16 macro30 u_int8_t tweak[AES_XTS_BLOCKSIZE];
101 if (addr & (AES_XTS_BLOCKSIZE - 1)) { in sev_register_encryption()102 size += (addr & (AES_XTS_BLOCKSIZE - 1)); in sev_register_encryption()103 addr &= ~(AES_XTS_BLOCKSIZE - 1); in sev_register_encryption()161 roundup(vmr->vmr_size, AES_XTS_BLOCKSIZE))) { in sev_encrypt_memory()
118 u_int8_t tweak[AES_XTS_BLOCKSIZE];491 u_int8_t block[AES_XTS_BLOCKSIZE]; in aes_xts_crypt()494 for (i = 0; i < AES_XTS_BLOCKSIZE; i++) in aes_xts_crypt()502 for (i = 0; i < AES_XTS_BLOCKSIZE; i++) in aes_xts_crypt()507 for (i = 0; i < AES_XTS_BLOCKSIZE; i++) { in aes_xts_crypt()
37 #define AES_XTS_BLOCKSIZE 16 macro
481 if ((ulud->paddr & (AES_XTS_BLOCKSIZE - 1)) != 0 || in psp_launch_update_data()482 (ulud->length % AES_XTS_BLOCKSIZE) != 0) in psp_launch_update_data()
393 for (j = 0; j < DEV_BSIZE; j += AES_XTS_BLOCKSIZE) in sr_strategy()
371 for (j = 0; j < DEV_BSIZE; j += AES_XTS_BLOCKSIZE) in sr_strategy()
378 for (j = 0; j < DEV_BSIZE; j += AES_XTS_BLOCKSIZE) in sr_strategy()
370 for (j = 0; j < DEV_BSIZE; j += AES_XTS_BLOCKSIZE) in sr_strategy()
5186 for (j = 0; j < DEV_BSIZE; j += AES_XTS_BLOCKSIZE) in sr_hibernate_io()