Home
last modified time | relevance | path

Searched refs:WITH_STDLIB (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/libecc/src/external_deps/
H A Dtime.c20 #if defined(WITH_STDLIB) && (defined(__unix__) || defined(__APPLE__))
48 #elif defined(WITH_STDLIB) && defined(__WIN32__)
H A Drand.c19 #if defined(WITH_STDLIB) && (defined(__unix__) || defined(__APPLE__))
82 #elif defined(WITH_STDLIB) && defined(__WIN32__)
H A Dprint.c18 #ifdef WITH_STDLIB
/freebsd/crypto/libecc/include/libecc/external_deps/
H A Dprint.h20 #ifdef WITH_STDLIB
/freebsd/crypto/libecc/include/libecc/words/
H A Dtypes.h56 #ifdef WITH_STDLIB
/freebsd/usr.sbin/pkg/
H A Decc.c43 #define WITH_STDLIB macro
45 #undef WITH_STDLIB
/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c19 #ifdef WITH_STDLIB
537 #ifdef WITH_STDLIB in generate_metadata_hdr()
541 #ifdef WITH_STDLIB in generate_metadata_hdr()
H A Dec_self_tests_core.c25 #ifndef WITH_STDLIB
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.c29 #ifndef WITH_STDLIB
/freebsd/crypto/libecc/
H A DREADME.md245 the `WITH_STDLIB` option (as it obviously uses the standard library). Performance
923 * `WITH_STDLIB`: this flag is used for standard library usage inside libecc. Exporting the environm…
930 …rary functions used by external dependencies as well as `ec_utils`. Compiling without `WITH_STDLIB`
934 …ibecc/words/types.h](include/libecc/words/types.h), when `stdint.h` is not used (i.e. `WITH_STDLIB`