Searched refs:tweak_schedule (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/crypto/aesni/ |
| HD | aesni_wrap.c | 386 const __m128i *tweak_schedule, size_t len, const uint8_t *from, in aesni_crypt_xts() argument 405 tweakreg = aesni_enc(rounds - 1, tweak_schedule, tweakreg); in aesni_crypt_xts() 426 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts() argument 430 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_encrypt_xts() 436 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts() argument 440 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_decrypt_xts()
|
| HD | aesni.h | 92 const void *tweak_schedule /*__aligned(16)*/, size_t len, 96 const void *tweak_schedule /*__aligned(16)*/, size_t len,
|
| /freebsd-14-stable/sys/crypto/armv8/ |
| HD | armv8_crypto_wrap.c | 237 const uint8x16_t *tweak_schedule, size_t len, in armv8_aes_crypt_xts() argument 262 tweakreg = armv8_aes_enc(rounds - 1, tweak_schedule, tweakreg); in armv8_aes_crypt_xts() 294 const void *tweak_schedule, size_t len, struct crypto_buffer_cursor *fromc, in armv8_aes_encrypt_xts() argument 298 (const void *)&data_schedule->aes_key, tweak_schedule, len, fromc, in armv8_aes_encrypt_xts() 304 const void *tweak_schedule, size_t len, in armv8_aes_decrypt_xts() argument 309 (const void *)&data_schedule->aes_key, tweak_schedule, len, fromc, in armv8_aes_decrypt_xts()
|