user_settings.h
1 #ifndef _EMBOS_USER_SETTINGS_H_
2 #define _EMBOS_USER_SETTINGS_H_
3 
4  #undef WOLFSSL_EMBOS
5  #define WOLFSSL_EMBOS
6 
7  #undef WOLFCRYPT_ONLY
8  #define WOLFCRYPT_ONLY
9 
10  #undef NO_64BIT
11  #define NO_64BIT
12 
13  #undef SIZEOF_LONG
14  #define SIZEOF_LONG 4
15 
16  #undef SIZEOF_LONG_LONG
17  #define SIZEOF_LONG_LONG 8
18 
19  #undef USE_FAST_MATH
20  #define USE_FAST_MATH
21 
22  #undef HAVE_CHACHA
23  #define HAVE_CHACHA
24 
25  #undef HAVE_POLY1305
26  #define HAVE_POLY1305
27 
28  #undef ECC_SHAMIR
29  #define ECC_SHAMIR
30 
31  #undef HAVE_ECC
32  #define HAVE_ECC
33 
34  #undef ECC_USER_CURVES
35  #define ECC_USER_CURVES
36 
37  #undef ECC_ALT_SIZE
38  #define ECC_ALT_SIZE
39 
40  #undef FP_MAX_BITS_ECC
41  #define FP_MAX_BITS_ECC 528
42 
43  #undef TFM_TIMING_RESISTANT
44  #define TFM_TIMING_RESISTANT
45 
46  #undef WOLFSSL_SHA512
47  #define WOLFSSL_SHA512
48 
49  #undef WOLFSSL_SHA384
50  #define WOLFSSL_SHA384
51 
52  #undef HAVE_AESGCM
53  #define HAVE_AESGCM
54 
55  #undef NO_INLINE
56  #define NO_INLINE
57 
58  #undef BENCH_EMBEDDED
59  #define BENCH_EMBEDDED
60 
61  #undef WOLFSSL_SMALL_STACK
62  #define WOLFSSL_SMALL_STACK
63 
64  #undef USE_WOLFSSL_MEMORY
65  #define USE_WOLFSSL_MEMORY
66 
67 #endif /* _EMBOS_USER_SETTINGS_H_ */