Searched refs:limit (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_net.function | 91 * number is less than FD_SETSIZE. If so, raise the limit if 94 * If the limit can't be raised, a file descriptor opened by the 98 * opened before the limit was lowered (which is something an application
|
D | test_suite_gcm.function | 540 // Feed AD that just exceeds the length limit 546 // Feed AD that just exceeds the length limit in two calls 581 // Feed input that just exceeds the length limit 588 // Feed input that just exceeds the length limit in two calls
|
D | test_suite_ssl.function | 4920 * bytes data without getting over the max_early_data_size limit. 4978 * max_early_data_size limit but if max_early_data_size is very 4979 * small we may exceed the max_early_data_size limit on the
|
/mbedtls-latest/ |
D | .pylintrc | 19 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
|
D | ChangeLog | 267 * Add support for record size limit extension as defined by RFC 8449 2743 practice and to limit the impact of buffer overread vulnerabilities (like 4373 * Fix over-restrictive length limit in GCM. Found by Andreas-N. #362 4855 * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the 5393 * Add compile-time option POLARSSL_X509_MAX_INTERMEDIATE_CA to limit the
|
/mbedtls-latest/docs/architecture/ |
D | psa-keystore-design.md | 69 …-constrained platforms, because the alternatives have tradeoffs (key size limit and larger RAM usa… 155 …that does not overlap the range for built-in keys). The reason is that we limit the slot index to …
|
D | tls13-support.md | 305 are beyond the 80 characters limit.
|
D | psa-shared-memory.md | 136 For buffers with a small static size limit, this is something we often do for convenience, especial… 157 Note that in this context, a “small buffer” is one with a size limit that is known at compile time,… 174 …nputs? They are typically small, but don't necessarily have a static size limit (e.g. GCM recommen…
|
D | psa-storage-resilience.md | 283 In order to limit the possibilities, we need to make some assumptions about the recovery step. For …
|
/mbedtls-latest/include/mbedtls/ |
D | ssl.h | 3098 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit);
|
/mbedtls-latest/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 247 time-stamp-line-limit: 40
|
D | psa-driver-interface.md | 497 …a cooked (non-raw) key as described below, or if the output size exceeds some implementation limit. 1454 time-stamp-line-limit: 40
|
/mbedtls-latest/docs/architecture/testing/ |
D | invasive-testing.md | 259 | Coverage | ++ The sky is the limit |
|
/mbedtls-latest/library/ |
D | ssl_tls.c | 1621 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit) in mbedtls_ssl_conf_dtls_badmac_limit() argument 1623 conf->badmac_limit = limit; in mbedtls_ssl_conf_dtls_badmac_limit()
|