4 #define WOLFSSL_USER_IO 5 #define WOLFSSL_GENERAL_ALIGNMENT 4 6 #define WOLFSSL_SMALL_STACK 7 #define WOLFSSL_BASE64_ENCODE 12 #define HAVE_CURVE25519 17 #define HAVE_ONE_TIME_AUTH 18 #define HAVE_TLS_EXTENSIONS 19 #define HAVE_SUPPORTED_CURVES 21 #define HAVE_LWIP_NATIVE 24 #define FP_MAX_BITS 2048 25 #define FP_MAX_BITS_ECC 512 28 #define SMALL_SESSION_CACHE 29 #define CURVED25519_SMALL 35 #define TFM_TIMING_RESISTANT 43 #define NO_MAIN_DRIVER 44 #define NO_WOLFSSL_MEMORY 53 #define NO_WOLFSSL_SERVER 55 #define ECC_USER_CURVES 64 #define BENCH_EMBEDDED 65 #define USE_CERT_BUFFERS_1024 69 extern uint32_t rand_gen(
void);
70 #define CUSTOM_RAND_GENERATE rand_gen 71 #define CUSTOM_RAND_TYPE uint32_t 73 extern double current_time(
int reset);
74 #define WOLFSSL_USER_CURRTIME 79 #define fprintf(file, format, ...) printf(format, ##__VA_ARGS__)