Searched refs:threshold (Results 1 – 14 of 14) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_entropy.data | 43 Entropy threshold: 16=2*8 46 Entropy threshold: 32=1*32 49 Entropy threshold: 0* never reaches the threshold 52 Entropy threshold: 1024 never reached 67 Entropy calls: 1 strong, 2*BLOCK_SIZE to reach threshold
|
A D | test_suite_psa_crypto_init.function | 33 size_t threshold; /* Minimum bytes to make mbedtls_entropy_func happy */ 112 fake_entropy_state.threshold, 223 void fake_entropy_source( int threshold, 234 fake_entropy_state.threshold = threshold;
|
A D | test_suite_entropy.function | 296 void entropy_threshold( int threshold, int chunk_size, int result ) 308 /* Set strong source that reaches its threshold immediately and 309 * a weak source whose threshold is a test parameter. */ 314 &weak, threshold, 341 int threshold, int chunk_size, 359 &dummy1, threshold, 362 &dummy2, threshold,
|
A 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)
|
A D | test_suite_debug.function | 51 void debug_print_msg_threshold( int threshold, int level, char * file, 72 mbedtls_debug_set_threshold( threshold );
|
A D | test_suite_mpi.function | 87 * number is above some threshold A. The threshold value is heuristic and
|
A D | test_suite_x509parse.function | 15 than the current threshold 19. To test larger values, please \
|
A D | test_suite_ssl.function | 3329 size_t threshold = 96; /* Maximum offset to test against */ 3350 for( offset=0; offset <= threshold; offset++ )
|
/mbedtls-development/include/mbedtls/ |
A D | entropy.h | 112 size_t MBEDTLS_PRIVATE(threshold); /**< Minimum bytes required before release */ 182 size_t threshold, int strong );
|
A D | debug.h | 151 void mbedtls_debug_set_threshold( int threshold );
|
/mbedtls-development/library/ |
A D | entropy.c | 115 size_t threshold, int strong ) in mbedtls_entropy_add_source() argument 133 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source() 343 if( ctx->source[i].size < ctx->source[i].threshold ) in mbedtls_entropy_func()
|
A D | debug.c | 51 void mbedtls_debug_set_threshold( int threshold ) in mbedtls_debug_set_threshold() argument 53 debug_threshold = threshold; in mbedtls_debug_set_threshold()
|
/mbedtls-development/doxygen/ |
A 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
|
/mbedtls-development/ |
A D | ChangeLog | 3380 * debug_set_threshold() added to ignore messages over threshold level
|
Completed in 26 milliseconds