Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/crypto/aesni/
Daesni_wrap.c387 aesni_crypt_xts(int rounds, const __m128i *data_schedule, in aesni_crypt_xts() argument
411 aesni_crypt_xts_block8(rounds, data_schedule, &tweakreg, in aesni_crypt_xts()
419 aesni_crypt_xts_block(rounds, data_schedule, &tweakreg, in aesni_crypt_xts()
427 aesni_encrypt_xts(int rounds, const void *data_schedule, in aesni_encrypt_xts() argument
432 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_encrypt_xts()
437 aesni_decrypt_xts(int rounds, const void *data_schedule, in aesni_decrypt_xts() argument
442 aesni_crypt_xts(rounds, data_schedule, tweak_schedule, len, from, to, in aesni_decrypt_xts()
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)*/,