Searched refs:tweak_schedule (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/aesni/ |
H A D | aesni_wrap.c | 385 const __m128i *tweak_schedule, size_t len, const uint8_t *from, in aesni_crypt_xts() argument 404 tweakreg = aesni_enc(rounds - 1, tweak_schedule, tweakreg); in aesni_crypt_xts() 425 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts() argument 429 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_encrypt_xts() 435 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts() argument 439 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_decrypt_xts()
|
H A D | aesni.h | 92 const void *tweak_schedule /*__aligned(16)*/, size_t len, 96 const void *tweak_schedule /*__aligned(16)*/, size_t len,
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto_wrap.c | 236 const uint8x16_t *tweak_schedule, size_t len, in armv8_aes_crypt_xts() argument 261 tweakreg = armv8_aes_enc(rounds - 1, tweak_schedule, tweakreg); in armv8_aes_crypt_xts() 293 const void *tweak_schedule, size_t len, struct crypto_buffer_cursor *fromc, in armv8_aes_encrypt_xts() argument 297 (const void *)&data_schedule->aes_key, tweak_schedule, len, fromc, in armv8_aes_encrypt_xts() 303 const void *tweak_schedule, size_t len, in armv8_aes_decrypt_xts() argument 308 (const void *)&data_schedule->aes_key, tweak_schedule, len, fromc, in armv8_aes_decrypt_xts()
|