Home
last modified time | relevance | path

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

/external/pffft/
Dsse2neon.h5637 FORCE_INLINE __m128i _mm_aesenc_si128(__m128i EncBlock, __m128i RoundKey) in _mm_aesenc_si128() argument
5664 return vreinterpretq_m128i_u8(w) ^ RoundKey; in _mm_aesenc_si128()
5709 return _mm_xor_si128(out, RoundKey); in _mm_aesenc_si128()
5713 FORCE_INLINE __m128i _mm_aesenclast_si128(__m128i a, __m128i RoundKey) in _mm_aesenclast_si128() argument
5736 v[i / 4][i % 4] ^ vreinterpretq_nth_u8_m128i(RoundKey, i); in _mm_aesenclast_si128()
5774 FORCE_INLINE __m128i _mm_aesenclast_si128(__m128i a, __m128i RoundKey) in _mm_aesenclast_si128() argument
5778 RoundKey); in _mm_aesenclast_si128()