Searched refs:data_schedule (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/crypto/aesni/
H A Daesni.h92 void aesni_encrypt_xts(int rounds, const void *data_schedule /*__aligned(16)*/,
95 void aesni_decrypt_xts(int rounds, const void *data_schedule /*__aligned(16)*/,
H A Daesni_wrap.c273 aesni_crypt_xts(int rounds, const __m128i *data_schedule, argument
297 aesni_crypt_xts_block8(rounds, data_schedule, &tweakreg,
305 aesni_crypt_xts_block(rounds, data_schedule, &tweakreg,
313 aesni_encrypt_xts(int rounds, const void *data_schedule, argument
318 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to,
323 aesni_decrypt_xts(int rounds, const void *data_schedule, argument
328 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to,

Completed in 54 milliseconds