Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/ | |
u0.h | 4 const __m128i rot16 = variable in typeref:typename:const __m128i 20 x_3 = _mm_shuffle_epi8(x_3, rot16); 47 x_3 = _mm_shuffle_epi8(x_3, rot16); |
u1.h | 4 const __m128i rot16 = variable in typeref:typename:const __m128i 21 x_3 = _mm_shuffle_epi8(x_3, rot16); 48 x_3 = _mm_shuffle_epi8(x_3, rot16); |
u4.h | 10 x_##D = _mm_shuffle_epi8(t_##A, rot16); \ 25 __m128i rot16 = variable in typeref:typename:__m128i |
u8.h | 25 x_##D = _mm256_shuffle_epi8(t_##A, rot16); \ 56 x_##D = _mm256_shuffle_epi8(_mm256_xor_si256(x_##D, x_##A), rot16) 131 __m256i rot16 = variable in typeref:typename:__m256i |