user_settings.h 409 B

12345678910111213141516171819202122
  1. #ifndef WOLFSSL_CSBENCH_H
  2. #define WOLFSSL_CSBENCH_H
  3. /* wolfSSL settings */
  4. #define WOLFCRYPT_ONLY
  5. #define USE_FAST_MATH
  6. #define TFM_TIMING_RESISTANT
  7. #define WC_RSA_BLINDING
  8. #define SINGLE_THREADED
  9. #define HAVE_AESGCM
  10. #define NO_ASN_TIME
  11. #define HAVE_ECC
  12. #define ECC_TIMING_RESISTANT
  13. #define WOLFSSL_NUCLEUS
  14. /* wolfSSH settings */
  15. #define WOLFSSH_SFTP
  16. //#define DEBUG_WOLFSSH
  17. #endif