Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c175 armv8_aes_crypt_xts(int rounds, const uint8x16_t *data_schedule, in armv8_aes_crypt_xts() argument
199 armv8_aes_crypt_xts_block(rounds, data_schedule, &tweakreg, in armv8_aes_crypt_xts()
207 armv8_aes_encrypt_xts(AES_key_t *data_schedule, in armv8_aes_encrypt_xts() argument
212 armv8_aes_crypt_xts(data_schedule->aes_rounds, in armv8_aes_encrypt_xts()
213 (const void *)&data_schedule->aes_key, tweak_schedule, len, from, in armv8_aes_encrypt_xts()
218 armv8_aes_decrypt_xts(AES_key_t *data_schedule, in armv8_aes_decrypt_xts() argument
223 armv8_aes_crypt_xts(data_schedule->aes_rounds, in armv8_aes_decrypt_xts()
224 (const void *)&data_schedule->aes_key, tweak_schedule, len, from, in armv8_aes_decrypt_xts()
/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c379 aesni_crypt_xts(int rounds, const __m128i *data_schedule, in aesni_crypt_xts() argument
403 aesni_crypt_xts_block8(rounds, data_schedule, &tweakreg, in aesni_crypt_xts()
411 aesni_crypt_xts_block(rounds, data_schedule, &tweakreg, in aesni_crypt_xts()
419 aesni_encrypt_xts(int rounds, const void *data_schedule, in aesni_encrypt_xts() argument
424 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_encrypt_xts()
429 aesni_decrypt_xts(int rounds, const void *data_schedule, in aesni_decrypt_xts() argument
434 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_decrypt_xts()
H A Daesni.h93 void aesni_encrypt_xts(int rounds, const void *data_schedule /*__aligned(16)*/,
97 void aesni_decrypt_xts(int rounds, const void *data_schedule /*__aligned(16)*/,