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

/freebsd-12-stable/sys/crypto/aesni/
H A Daesni.h97 void aesni_encrypt_xts(int rounds, const void *data_schedule /*__aligned(16)*/,
101 void aesni_decrypt_xts(int rounds, const void *data_schedule /*__aligned(16)*/,
H A Daesni_wrap.c379 aesni_crypt_xts(int rounds, const __m128i *data_schedule, argument
403 aesni_crypt_xts_block8(rounds, data_schedule, &tweakreg,
411 aesni_crypt_xts_block(rounds, data_schedule, &tweakreg,
419 aesni_encrypt_xts(int rounds, const void *data_schedule, argument
424 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to,
429 aesni_decrypt_xts(int rounds, const void *data_schedule, argument
434 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to,

Completed in 101 milliseconds