Home
last modified time | relevance | path

Searched defs:x_0 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du0.h2 __m128i x_0, x_1, x_2, x_3; variable
H A Du1.h2 __m128i x_0, x_1, x_2, x_3; variable
H A Du4.h30 __m128i x_0 = _mm_set1_epi32(x[0]); variable
H A Du8.h140 __m256i x_0 = _mm256_set1_epi32(x[0]); variable
/freebsd/crypto/libecc/src/sig/
H A Deddsa.c433 u8 x_0, lsb; in eddsa_decode_point() local