Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c16 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
86 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \ in _crypto_stream_salsa20_pick_best_implementation()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c9 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
116 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \ in _crypto_stream_chacha20_pick_best_implementation()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.c13 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
H A Dblake2b-ref.c412 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_TMMINTRIN_H) && \ in blake2b_pick_best_implementation()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-avx2.c11 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c12 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c519 #if defined(HAVE_AVX512FINTRIN_H) && defined(HAVE_AVX2INTRIN_H) && \ in argon2_pick_best_implementation()
526 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_TMMINTRIN_H) && \ in argon2_pick_best_implementation()
H A Dargon2-fill-block-avx512f.c23 #if defined(HAVE_AVX512FINTRIN_H) && defined(HAVE_AVX2INTRIN_H) && \
H A Dargon2-fill-block-avx2.c23 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c185 #ifdef HAVE_AVX2INTRIN_H in _sodium_runtime_intel_cpu_features()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h230 # define HAVE_AVX2INTRIN_H 1 macro
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac464 AC_DEFINE([HAVE_AVX2INTRIN_H], [1], [AVX2 is available])