Searched refs:static (Results 1 – 16 of 16) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | Makefile | 79 .PHONY: all static shared clean 82 all: static 84 all: shared static 87 static: libmbedcrypto.a libmbedx509.a libmbedtls.a target 112 … -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -lmbedx509 -static-libgcc $(LOCAL_LDF… 135 …mplib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L. -lmbedcrypto -static-libgcc $(LOCAL_LDF… 158 …,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -static-libgcc $(LOCAL_LDF…
|
D | CMakeLists.txt | 1 option(USE_STATIC_MBEDTLS_LIBRARY "Build mbed TLS static library." ON) 110 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | helpers.function | 102 static int test_errors = 0; 109 static int redirect_output( FILE** out_stream, const char* path ) 130 static int restore_output( FILE** out_stream, int old_fd ) 144 static void close_output( FILE* out_stream ) 150 static int unhexify( unsigned char *obuf, const char *ibuf ) 184 static void hexify( unsigned char *obuf, const unsigned char *ibuf, int len ) 215 static unsigned char *zero_alloc( size_t len ) 238 static unsigned char *unhexify_alloc( const char *ibuf, size_t *olen ) 264 static int rnd_std_rand( void *rng_state, unsigned char *output, size_t len ) 289 static int rnd_zero_rand( void *rng_state, unsigned char *output, size_t len ) [all …]
|
D | test_suite_ecjpake.function | 5 static const unsigned char ecjpake_test_x1[] = { 11 static const unsigned char ecjpake_test_x2[] = { 17 static const unsigned char ecjpake_test_x3[] = { 23 static const unsigned char ecjpake_test_x4[] = { 29 static const unsigned char ecjpake_test_X1[] = { 38 static const unsigned char ecjpake_test_X2[] = { 47 static const unsigned char ecjpake_test_X3[] = { 56 static const unsigned char ecjpake_test_X4[] = { 66 static int ecjpake_test_load( mbedtls_ecjpake_context *ctx,
|
D | test_suite_entropy.function | 8 static size_t entropy_dummy_calls; 16 static int entropy_dummy_source( void *data, unsigned char *output, 50 static void entropy_clear_sources( mbedtls_entropy_context *ctx ) 58 static unsigned char buffer_seed[MBEDTLS_ENTROPY_BLOCK_SIZE]; 60 static int buffer_nv_seed_read( unsigned char *buf, size_t buf_len ) 69 static int buffer_nv_seed_write( unsigned char *buf, size_t buf_len ) 81 static int write_nv_seed( unsigned char *buf, size_t buf_len ) 100 static int read_nv_seed( unsigned char *buf, size_t buf_len )
|
D | test_suite_memory_buffer_alloc.function | 13 static int check_pointer( void *p )
|
D | main_test.function | 216 static int test_snprintf( size_t n, const char ref_buf[10], int ref_ret ) 236 static int run_test_snprintf( void )
|
D | test_suite_pk.function | 8 static int rnd_std_rand( void *rng_state, unsigned char *output, size_t len ); 13 static int pk_genkey( mbedtls_pk_context *pk )
|
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/ |
D | version_features.fmt | 34 static const char *features[] = {
|
/net-tools-latest/libcoap/ |
D | configure.ac | 31 # enable the automatically build of shared and static libraries, the unit 32 # tests needs the static library 33 LT_INIT([shared static])
|
/net-tools-latest/mbedtls-2.4.0/ |
D | README.md | 77 …ARED` in your environment will build shared libraries in addition to the static libraries. Setting…
|
D | ChangeLog | 298 * Fix missing -static-libgcc when building shared libraries for Windows
|
/net-tools-latest/tinydtls-0.8.2/ |
D | configure | 1755 static $2 ac_aggr; 1771 static $2 ac_aggr;
|
/net-tools-latest/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 297 # Private class members and static file members will be hidden unless 307 # If the EXTRACT_STATIC tag is set to YES all static members of a file
|
/net-tools-latest/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 361 # Private class members and static file members will be hidden unless 376 # If the EXTRACT_STATIC tag is set to YES all static members of a file
|
/net-tools-latest/libcoap/doc/ |
D | Doxyfile.in | 406 # class members and static file members will be hidden unless the 426 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
|