Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 47) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dmassif_max.pl21 my ($max, $max_heap, $max_he, $max_stack) = (0, 0, 0, 0);
31 if( $total > $max ) {
32 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
36 printf "$max (heap $max_heap+$max_he, stack $max_stack)\n";
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkcs1_v15.data55 RSAES-V15 decoding: good, payload=max, tight output buffer
58 RSAES-V15 decoding: good, payload=max, larger output buffer
61 RSAES-V15 decoding: good, payload=max-1, tight output buffer
64 RSAES-V15 decoding: good, payload=max-1, larger output buffer
73 RSAES-V15 decoding: payload=max, output too large
76 RSAES-V15 decoding: payload=max-1, output too large
Dtest_suite_random.data45 PSA classic wrapper: CTR_DRBG max
49 PSA classic wrapper: HMAC_DRBG max
Dtest_suite_psa_crypto_se_driver_hal_mocks.data16 SE key importing mock test: max key bits
19 SE key importing mock test: more than max key bits
Dtest_suite_psa_crypto_se_driver_hal.data54 Key creation in a specific slot (max)
60 Key creation in a specific slot (max, restart)
172 Key registration: key id max vendor except volatile
178 Key registration: key id max volatile
Dtest_suite_psa_crypto_slot_management.data37 Persistent slot, check after closing, id=max
40 Persistent slot, check after destroying, id=max
43 Persistent slot, check after purging, id=max
46 Persistent slot, check after restart, id=max
Dtest_suite_psa_crypto_entropy.data31 PSA validate entropy injection: good, max size
Dtest_suite_pkcs1_v21.data1033 RSASSA-PSS Signature verify options #8 (non-default salt_len: max)
1237 RSASSA-PSS Signature RSA-1024, SHA-256, Salt Length = max
1241 RSASSA-PSS Signature RSA-1024, SHA-256, Salt Length = max+1
1249 RSASSA-PSS Signature RSA-2048, SHA-256, Salt Length = max
1253 RSASSA-PSS Signature RSA-2048, SHA-256, Salt Length = max+1
1261 RSASSA-PSS Signature RSA-1024, SHA-512, Salt Length max
1265 RSASSA-PSS Signature RSA-1024, SHA-512, Salt Length max+1
1273 RSASSA-PSS Signature RSA-3072, SHA-384, Salt Length max
1277 RSASSA-PSS Signature RSA-3072, SHA-384, Salt Length max + 1
/openthread-latest/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c131 incr = max((incr * incr / cw), 1); in newreno_ack_received()
176 max(2 * CCV(ccv, t_maxseg), 4380)); in newreno_after_idle()
195 win = max(CCV(ccv, snd_cwnd) / 2 / CCV(ccv, t_maxseg), 2) * in newreno_cong_signal()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cache.c381 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max) in mbedtls_ssl_cache_set_max_entries() argument
383 if (max < 0) { in mbedtls_ssl_cache_set_max_entries()
384 max = 0; in mbedtls_ssl_cache_set_max_entries()
387 cache->max_entries = max; in mbedtls_ssl_cache_set_max_entries()
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names.c195 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() argument
209 if (value > max || (errno == ERANGE && value > 0)) { in process_signed()
234 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned() argument
244 if (value > max || errno == ERANGE) { in process_unsigned()
/openthread-latest/tests/unit/
Dtest_link_quality.cpp90 int8_t rss, ave, min, max; in TestLinkQualityData() local
100 max = kMaxRssValue; in TestLinkQualityData()
106 max = MAX_RSS(rss, max); in TestLinkQualityData()
111 VerifyOrQuit(ave <= max, "GetAverageRss() is larger than min value"); in TestLinkQualityData()
/openthread-latest/src/cli/
DREADME_COAPS.md239 ### start \[check-peer-cert\|max-conn-attempts\]
243max-conn-attempts` parameter sets the maximum number of allowed attempts, successful or failed, to…
246 …he argument, which is that the `check-peer-cert` value is `true`, and the `max-conn-attempts` valu…
247 - Setting `check-peer-cert` to `false`: `check-peer-cert` value is `false`, and the `max-conn-attem…
248 - Specifying a number: `check-peer-cert` is `true`, and the `max-conn-attempts` value is the number…
DREADME_SRP_SERVER.md151 Usage: `srp server lease [<min-lease>] [<max-lease>] [<min-key-lease>] [<max-key-lease>]`
158 max lease: 7200
160 max key-lease: 1209600
DREADME.md489 - The `max-used` shows the maximum number of used buffers at the same time since OT stack initializ…
499 max-used: 5
790 ### childip max
795 > childip max
800 ### childip max \<count\>
807 > childip max 2
1314 ### dns config \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] …
1377 ### dns resolve \<hostname\> \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max
1401 ### dns resolve4 \<hostname\> \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max
1418 …e-name\> \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[rec…
[all …]
/openthread-latest/tests/scripts/thread-cert/
Dtest_netdata_publisher.py175 … self.assertEqual(prfs.count('med'), min(num_med, max(0, DESIRED_NUM_ON_MESH_PREFIX - num_high)))
176 …self.assertEqual(prfs.count('low'), min(num_low, max(0, DESIRED_NUM_ON_MESH_PREFIX - num_high - nu…
187 … self.assertEqual(prfs.count('med'), min(num_med, max(0, DESIRED_NUM_EXTERNAL_ROUTE - num_high)))
188 …self.assertEqual(prfs.count('low'), min(num_low, max(0, DESIRED_NUM_EXTERNAL_ROUTE - num_high - nu…
284 max(len(routers) - DESIRED_NUM_DNSSRP_UNICAST, 0))
315 max(len(routers) - DESIRED_NUM_DNSSRP_UNICAST, 0))
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl_cache.h174 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max);
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc39 max-attributes=15
44 max-module-lines=2000
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dpacket_filter.py204 stop_idx = max(self._stop_index)
257 eth_idx = max(self._index[1],
261 wpan_idx = max(
334 wpan_idx = max(self._start_index[0], wpan_idx)
339 eth_idx = max(self._start_index[1], eth_idx)
Dpacket_verifier.py313 wpan_idx = max(wpan_idx, wi)
314 eth_idx = max(eth_idx, ei)
/openthread-latest/tools/harness-automation/
Dparse_topofile.py128 … testbed_vendor_dict[vendor] = max(testbed_vendor_dict[vendor], case_vendor_dict[vendor])
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c179 tp->snd_ssthresh = max(2 * tp->t_maxseg, metrics.rmx_ssthresh); in cc_conn_init()
198 max(2 * tp->t_maxseg, V_tcp_initcwnd_segments * 1460)); in cc_conn_init()
201 max(2 * tp->t_maxseg, 4380)); in cc_conn_init()
249 tp->snd_ssthresh = max(2, min(tp->snd_wnd, tp->snd_cwnd) / 2 / in cc_cong_signal()
2943 max(tp->t_rttmin, rtt + 2), TCPTV_REXMTMAX); in tcp_xmit_timer()
3068 offer = max(offer, V_tcp_minmss); in tcp_mss_update()
3121 mss = max(mss, 64); in tcp_mss_update()
3232 mss = max(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()
Dtcp_var.h561 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
580 max((tp)->t_rttmin, (((tp)->t_srtt >> (TCP_RTT_SHIFT - TCP_DELTA_SHIFT)) \
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_common.py62 bit_length = max(val.bit_length(), 1)
148 return max(self.int_a, self.int_b)
/openthread-latest/tools/harness-simulation/posix/
Dlaunch_testbed.py211 ret = max(ret, sniffer_proc.wait())

12