Searched refs:threshold (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/tests/suites/ |
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
|
D | test_suite_entropy.function | 325 void entropy_threshold(int threshold, int chunk_size, int result) 339 /* Set strong source that reaches its threshold immediately and 340 * a weak source whose threshold is a test parameter. */ 345 &weak, threshold, 370 int threshold, int chunk_size, 390 &dummy1, threshold, 393 &dummy2, threshold,
|
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_psa_crypto_init.function | 50 size_t threshold; /* Minimum bytes to make mbedtls_entropy_func happy */ 126 fake_entropy_state.threshold, 360 void fake_entropy_source(int threshold, 371 fake_entropy_state.threshold = threshold;
|
D | test_suite_debug.function | 55 void debug_print_msg_threshold(int threshold, int level, char *file, 79 mbedtls_debug_set_threshold(threshold);
|
D | test_suite_bignum_random.function | 70 * number is above some threshold A. The threshold value is heuristic and
|
D | test_suite_x509parse.function | 17 than the current threshold 19. To test larger values, please \
|
D | test_suite_ssl.function | 1389 size_t threshold = 96; /* Maximum offset to test against */ 1413 for (offset = 0; offset <= threshold; offset++) {
|
/mbedtls-latest/library/ |
D | entropy.c | 88 size_t threshold, int strong) in mbedtls_entropy_add_source() argument 106 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source() 315 if (ctx->source[i].size < ctx->source[i].threshold) { in mbedtls_entropy_func()
|
D | debug.c | 26 void mbedtls_debug_set_threshold(int threshold) in mbedtls_debug_set_threshold() argument 28 debug_threshold = threshold; in mbedtls_debug_set_threshold()
|
/mbedtls-latest/include/mbedtls/ |
D | entropy.h | 98 size_t MBEDTLS_PRIVATE(threshold); /**< Minimum bytes required before release */ 163 size_t threshold, int strong);
|
D | debug.h | 150 void mbedtls_debug_set_threshold(int threshold);
|
/mbedtls-latest/docs/architecture/ |
D | psa-keystore-design.md | 79 The static key store could become a runtime decision, where only keys larger than some threshold re…
|
/mbedtls-latest/ |
D | ChangeLog | 1336 when MBEDTLS_SSL_IN_CONTENT_LEN is less than a threshold that depends on 5026 * debug_set_threshold() added to ignore messages over threshold level
|