Home
last modified time | relevance | path

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

/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c388 __m128i tweakreg; in aesni_crypt_xts() local
403 tweakreg = _mm_loadu_si128((__m128i *)&tweak[0]); in aesni_crypt_xts()
404 tweakreg = aesni_enc(rounds - 1, tweak_schedule, tweakreg); in aesni_crypt_xts()
408 aesni_crypt_xts_block8(rounds, data_schedule, &tweakreg, in aesni_crypt_xts()
416 aesni_crypt_xts_block(rounds, data_schedule, &tweakreg, in aesni_crypt_xts()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c240 uint8x16_t tweakreg; in armv8_aes_crypt_xts() local
260 tweakreg = vld1q_u8(tweak); in armv8_aes_crypt_xts()
261 tweakreg = armv8_aes_enc(rounds - 1, tweak_schedule, tweakreg); in armv8_aes_crypt_xts()
271 &tweakreg, block, block, do_encrypt); in armv8_aes_crypt_xts()
278 &tweakreg, from, to, do_encrypt); in armv8_aes_crypt_xts()