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 HAVE_CHACHA
20  #define HAVE_CHACHA
21 
22  #undef HAVE_POLY1305
23  #define HAVE_POLY1305
24 
25  #undef ECC_SHAMIR
26  #define ECC_SHAMIR
27 
28  #undef HAVE_ECC
29  #define HAVE_ECC
30 
31  #undef ECC_USER_CURVES
32  #define ECC_USER_CURVES
33 
34  #undef ECC_ALT_SIZE
35  #define ECC_ALT_SIZE
36 
37  #undef FP_MAX_BITS_ECC
38  #define FP_MAX_BITS_ECC 528
39 
40  #undef TFM_TIMING_RESISTANT
41  #define TFM_TIMING_RESISTANT
42 
43  #undef WOLFSSL_SHA512
44  #define WOLFSSL_SHA512
45 
46  #undef WOLFSSL_SHA384
47  #define WOLFSSL_SHA384
48 
49  #undef HAVE_AESGCM
50  #define HAVE_AESGCM
51 
52  #undef NO_INLINE
53  #define NO_INLINE
54 
55  #undef BENCH_EMBEDDED
56  #define BENCH_EMBEDDED
57 
58  #undef WOLFSSL_SMALL_STACK
59  #define WOLFSSL_SMALL_STACK
60 
61  #undef USE_WOLFSSL_MEMORY
62  #define USE_WOLFSSL_MEMORY
63 
64 #endif /* _EMBOS_USER_SETTINGS_H_ */