Home
last modified time | relevance | path

Searched refs:tweak_schedule (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c176 const uint8x16_t *tweak_schedule, size_t len, const uint8_t *from, in armv8_aes_crypt_xts() argument
195 tweakreg = armv8_aes_enc(rounds - 1, tweak_schedule, tweakreg); in armv8_aes_crypt_xts()
208 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in armv8_aes_encrypt_xts() argument
213 (const void *)&data_schedule->aes_key, tweak_schedule, len, from, in armv8_aes_encrypt_xts()
219 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in armv8_aes_decrypt_xts() argument
224 (const void *)&data_schedule->aes_key, tweak_schedule, len, from, in armv8_aes_decrypt_xts()
/f-stack/freebsd/crypto/aesni/
H A Daesni.h94 const void *tweak_schedule /*__aligned(16)*/, size_t len,
98 const void *tweak_schedule /*__aligned(16)*/, size_t len,
H A Daesni_wrap.c380 const __m128i *tweak_schedule, size_t len, const uint8_t *from, in aesni_crypt_xts() argument
399 tweakreg = aesni_enc(rounds - 1, tweak_schedule, tweakreg); in aesni_crypt_xts()
420 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts() argument
424 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_encrypt_xts()
430 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts() argument
434 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_decrypt_xts()