Searched defs:tweak (Results 1 – 3 of 3) sorted by relevance
89 aesni_crypt_xts_block(int rounds, const void *key_schedule, uint8_t *tweak, in aesni_crypt_xts_block()123 uint8_t tweak[AES_XTS_BLOCKSIZE]; in aesni_crypt_xts() local
39 uint8_t tweak[XTS_MAX_BLOCKSIZE]; member
67 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; in CRYPTO_xts128_encrypt() local