Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 14 of 14) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_net.function91 * 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
Dtest_suite_gcm.function540 // 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
Dtest_suite_ssl.function4920 * 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.pylintrc19 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
DChangeLog267 * 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/
Dpsa-keystore-design.md69 …-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 …
Dtls13-support.md305 are beyond the 80 characters limit.
Dpsa-shared-memory.md136 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…
Dpsa-storage-resilience.md283 In order to limit the possibilities, we need to make some assumptions about the recovery step. For …
/mbedtls-latest/include/mbedtls/
Dssl.h3098 void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit);
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md247 time-stamp-line-limit: 40
Dpsa-driver-interface.md497 …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/
Dinvasive-testing.md259 | Coverage | ++ The sky is the limit |
/mbedtls-latest/library/
Dssl_tls.c1621 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()