Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c383 __m128i tweakreg; in aesni_crypt_xts() local
398 tweakreg = _mm_loadu_si128((__m128i *)&tweak[0]); in aesni_crypt_xts()
399 tweakreg = aesni_enc(rounds - 1, tweak_schedule, tweakreg); in aesni_crypt_xts()
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()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c179 uint8x16_t tweakreg; in armv8_aes_crypt_xts() local
194 tweakreg = vld1q_u8(tweak); in armv8_aes_crypt_xts()
195 tweakreg = armv8_aes_enc(rounds - 1, tweak_schedule, tweakreg); in armv8_aes_crypt_xts()
199 armv8_aes_crypt_xts_block(rounds, data_schedule, &tweakreg, in armv8_aes_crypt_xts()