Searched refs:sodium_runtime_has_sse2 (Results 1 – 6 of 6) sorted by relevance
15 int sodium_runtime_has_sse2(void);
22 (void) sodium_runtime_has_sse2(); in main()
174 sodium_runtime_has_sse2() ? escrypt_kdf_sse : escrypt_kdf_nosse; in escrypt_r()253 sodium_runtime_has_sse2() ? escrypt_kdf_sse : escrypt_kdf_nosse; in crypto_pwhash_scryptsalsa208sha256_ll()
85 if (sodium_runtime_has_sse2()) { in _crypto_onetimeauth_poly1305_pick_best_implementation()
94 if (sodium_runtime_has_sse2()) { in _crypto_stream_salsa20_pick_best_implementation()
240 sodium_runtime_has_sse2(void) in sodium_runtime_has_sse2() function