Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c13 #if !defined(HAVE_AMD64_ASM) && defined(HAVE_EMMINTRIN_H)
16 #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()
93 #if !defined(HAVE_AMD64_ASM) && 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) && \
13 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H)
116 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \ in _crypto_stream_chacha20_pick_best_implementation()
123 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) in _crypto_stream_chacha20_pick_best_implementation()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c10 #if defined(HAVE_TI_MODE) && defined(HAVE_EMMINTRIN_H)
84 #if defined(HAVE_TI_MODE) && defined(HAVE_EMMINTRIN_H) in _crypto_onetimeauth_poly1305_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-compress-sse41.c12 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) && \
H A Dblake2b-compress-ssse3.c9 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H)
H A Dblake2b-ref.c419 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) && \ in blake2b_pick_best_implementation()
426 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) in blake2b_pick_best_implementation()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h10 #if defined(HAVE_EMMINTRIN_H) && \
H A Dcommon.h221 # define HAVE_EMMINTRIN_H 1 macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c172 #ifdef HAVE_EMMINTRIN_H in escrypt_r()
251 #if defined(HAVE_EMMINTRIN_H) in crypto_pwhash_scryptsalsa208sha256_ll()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c27 #if defined(HAVE_EMMINTRIN_H) && defined(__SSE2__)
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-sse2.c11 #ifdef HAVE_EMMINTRIN_H
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-ssse3.c12 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H)
H A Dchacha20_dolbeau-avx2.c12 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c123 #ifdef HAVE_EMMINTRIN_H in _sodium_runtime_intel_cpu_features()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-fill-block-ssse3.c23 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H)
H A Dargon2-fill-block-avx512f.c24 defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) && defined(HAVE_SMMINTRIN_H)
H A Dargon2-fill-block-avx2.c23 #if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
H A Dargon2-core.c533 #if defined(HAVE_EMMINTRIN_H) && defined(HAVE_TMMINTRIN_H) in argon2_pick_best_implementation()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c40 #ifdef HAVE_EMMINTRIN_H
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c12 #if defined(HAVE_TI_MODE) && defined(HAVE_EMMINTRIN_H)
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac388 AC_DEFINE([HAVE_EMMINTRIN_H], [1], [sse2 is available])