Searched refs:threshold (Results 1 – 11 of 11) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_entropy.data | 31 Entropy threshold #1 34 Entropy threshold #2
|
D | test_suite_debug.data | 1 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)
|
D | test_suite_debug.function | 50 void debug_print_msg_threshold( int threshold, int level, char *file, int line, 64 mbedtls_debug_set_threshold( threshold );
|
D | test_suite_entropy.function | 228 void entropy_threshold( int threshold, int chunk_size, int result ) 237 &chunk_size, threshold,
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | entropy.h | 114 size_t threshold; /**< Minimum bytes required before release */ member 176 size_t threshold, int strong );
|
D | debug.h | 97 void mbedtls_debug_set_threshold( int threshold );
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | entropy.c | 133 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()
|
D | debug.c | 55 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/ |
D | Doxyfile.in | 2162 # 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/ |
D | mbedtls.doxyfile | 1779 # 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/ |
D | ChangeLog | 799 * debug_set_threshold() added to ignore messages over threshold level
|