Searched refs:offer (Results 1 – 12 of 12) sorted by relevance
/openthread-3.7.0/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 3010 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, in tcp_mss_update() argument 3024 KASSERT(offer == -1, ("%s: conflict", __func__)); in tcp_mss_update() 3025 offer = mtuoffer - min_protoh; in tcp_mss_update() 3027 origoffer = offer; in tcp_mss_update() 3047 switch (offer) { in tcp_mss_update() 3054 offer = tp->t_maxopd; in tcp_mss_update() 3068 offer = max(offer, V_tcp_minmss); in tcp_mss_update() 3108 mss = min(mss, offer); in tcp_mss_update() 3145 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() argument 3153 tcp_mss_update(tp, offer, -1, &metrics, &cap); in tcp_mss()
|
/openthread-3.7.0/third_party/mbedtls/repo/framework/ |
D | LICENSE | 85 use, offer to sell, sell, import, and otherwise transfer the Work, 174 the Work or Derivative Works thereof, You may choose to offer, 254 (2) offer you this license which gives you legal permission to copy, 302 you may at your option offer warranty protection in exchange for a fee. 356 b) Accompany it with a written offer, valid for at least three 363 c) Accompany it with the information you received as to the offer 367 an offer, in accord with Subsection b above.)
|
/openthread-3.7.0/third_party/mbedtls/repo/ |
D | LICENSE | 85 use, offer to sell, sell, import, and otherwise transfer the Work, 174 the Work or Derivative Works thereof, You may choose to offer, 254 (2) offer you this license which gives you legal permission to copy, 302 you may at your option offer warranty protection in exchange for a fee. 356 b) Accompany it with a written offer, valid for at least three 363 c) Accompany it with the information you received as to the offer 367 an offer, in accord with Subsection b above.)
|
D | ChangeLog | 324 mbedtls_pkcs12_pbe_ext() as they offer more security by checking 1815 * Do not offer SHA384 cipher suites when SHA-384 is disabled. Fixes #4499. 3405 offer or a ciphersuite that cannot be used with the TLS or DTLS version 5618 * Added ssl_set_max_version() to allow clients to offer a lower maximum
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-limitations.md | 78 client-side the only option is to offer named groups and break the handshake 79 if the server didn't take on our offer. This is not fully satisfying, but is
|
D | strategy.md | 115 The Crypto library in Mbed TLS currently has 3 abstraction layers that offer
|
/openthread-3.7.0/src/cli/ |
D | README_NETDATA.md | 7 Border Routers may register prefixes assigned to the Thread Network and prefixes that they offer ro…
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 105 …ng PSA standards. Mbed TLS implements some extensions to the PSA API that offer extra integration …
|
D | psa-shared-memory.md | 23 … is working, such a limitation is rarely desirable and most systems don't offer a way to do it. (E… 138 …his option does not set it correctly. As a consequence, Mbed TLS will not offer this configurabili… 194 …ing cases correctly, which is otherwise hard to do portably (C99 does not offer an efficient, port…
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 180 …acing some modules; this is a secondary concern since we do not officially offer this as a feature.
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 653 …ation/) can serve a similar purpose in some applications, but it does not offer CTR\_DRBG or HMAC\… 1044 …sh algorithm is used for MGF1 and to hash the label. The PSA API does not offer a way to choose a … 1316 …At the time of writing, the PAKE API is still experimental, but it should offer the same functiona…
|
D | 3.0-migration-guide.md | 854 1. Mbed TLS 3.0 does not offer a migration path for the use case 1: Like many
|