Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 11 of 11) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_entropy.data31 Entropy threshold #1
34 Entropy threshold #2
Dtest_suite_debug.data1 Debug print msg (threshold 1, level 0)
4 Debug print msg (threshold 1, level 1)
7 Debug print msg (threshold 1, level 2)
10 Debug print msg (threshold 0, level 1)
13 Debug print msg (threshold 0, level 5)
Dtest_suite_debug.function50 void debug_print_msg_threshold( int threshold, int level, char *file, int line,
64 mbedtls_debug_set_threshold( threshold );
Dtest_suite_entropy.function228 void entropy_threshold( int threshold, int chunk_size, int result )
237 &chunk_size, threshold,
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dentropy.h114 size_t threshold; /**< Minimum bytes required before release */ member
176 size_t threshold, int strong );
Ddebug.h97 void mbedtls_debug_set_threshold( int threshold );
/net-tools-latest/mbedtls-2.4.0/library/
Dentropy.c133 size_t threshold, int strong ) in mbedtls_entropy_add_source() argument
151 ctx->source[index].threshold = threshold; in mbedtls_entropy_add_source()
328 if( ctx->source[i].size < ctx->source[i].threshold ) in mbedtls_entropy_func()
Ddebug.c55 void mbedtls_debug_set_threshold( int threshold ) in mbedtls_debug_set_threshold() argument
57 debug_threshold = threshold; in mbedtls_debug_set_threshold()
/net-tools-latest/libcoap/doc/
DDoxyfile.in2162 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2164 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2165 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile1779 # threshold limits the number of items for each type to make the size more
1780 # manageable. Set this to 0 for no limit. Note that the threshold may be
/net-tools-latest/mbedtls-2.4.0/
DChangeLog799 * debug_set_threshold() added to ignore messages over threshold level