Searched defs:tweak_schedule (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto_wrap.c | 176 const uint8x16_t *tweak_schedule, size_t len, const uint8_t *from, 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() 219 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in armv8_aes_decrypt_xts()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_wrap.c | 380 const __m128i *tweak_schedule, size_t len, const uint8_t *from, in aesni_crypt_xts() 420 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_encrypt_xts() 430 const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, in aesni_decrypt_xts()
|