Home
last modified time | relevance | path

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

12

/openthread-2.7.6/third_party/mbedtls/repo/scripts/
Dmassif_max.pl33 my ($max, $max_heap, $max_he, $max_stack) = (0, 0, 0, 0);
43 if( $total > $max ) {
44 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
48 printf "$max (heap $max_heap+$max_he, stack $max_stack)\n";
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkcs1_v15.data43 RSAES-V15 decoding: good, payload=max, tight output buffer
46 RSAES-V15 decoding: good, payload=max, larger output buffer
49 RSAES-V15 decoding: good, payload=max-1, tight output buffer
52 RSAES-V15 decoding: good, payload=max-1, larger output buffer
61 RSAES-V15 decoding: payload=max, output too large
64 RSAES-V15 decoding: payload=max-1, output too large
85 EMSA-V15 decoding: good, payload=max, tight output buffer
88 EMSA-V15 decoding: good, payload=max, larger output buffer
91 EMSA-V15 decoding: good, payload=max-1, tight output buffer
94 EMSA-V15 decoding: good, payload=max-1, larger output buffer
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)
156 Key registration: key id max vendor except volatile
162 Key registration: key id max volatile
Dtest_suite_psa_crypto_entropy.data4 PSA validate entropy injection: good, max size
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_se_driver_hal.function844 psa_key_location_t max = MIN_DRIVER_LOCATION + count;
849 for( location = MIN_DRIVER_LOCATION; location < max; location++ )
851 for( location = MIN_DRIVER_LOCATION; location < max; location++ )
867 psa_key_location_t max = MIN_DRIVER_LOCATION + PSA_MAX_SE_DRIVERS;
872 for( location = MIN_DRIVER_LOCATION; location < max; location++ )
Dtest_suite_pk.data182 Verify ext RSA #4 (PKCS1 v2.1, salt_len = max, OK)
/openthread-2.7.6/src/cli/
DREADME_SRP_SERVER.md99 Usage: `srp server lease [<min-lease>] [<max-lease>] [<min-key-lease>] [<max-key-lease>]`
106 max lease: 7200
108 max key-lease: 1209600
DREADME.md669 ### childip max
674 > childip max
679 ### childip max \<count\>
686 > childip max 2
983 ### dns config \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] …
1013 ### dns resolve \<hostname\> \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max
1024 …e-name\> \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[rec…
1046 …e-name\> \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[rec…
1990 1 packets transmitted, 1 packets received. Packet loss = 0.0%. Round-trip min/avg/max = 0/0.0/0 ms.
1995 1 packets transmitted, 1 packets received. Round-trip min/avg/max = 7/7.0/7 ms.
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_cache.c313 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ) in mbedtls_ssl_cache_set_max_entries() argument
315 if( max < 0 ) max = 0; in mbedtls_ssl_cache_set_max_entries()
317 cache->max_entries = max; in mbedtls_ssl_cache_set_max_entries()
Dx509.c66 #define CHECK_RANGE(min, max, val) \ argument
69 if( ( val ) < ( min ) || ( val ) > ( max ) ) \
/openthread-2.7.6/tests/unit/
Dtest_link_quality.cpp91 int8_t rss, ave, min, max; in TestLinkQualityData() local
101 max = kMaxRssValue; in TestLinkQualityData()
107 max = MAX_RSS(rss, max); in TestLinkQualityData()
112 VerifyOrQuit(ave <= max, "GetAverageRss() is larger than min value"); in TestLinkQualityData()
Dtest_hdlc.cpp594 uint32_t GetRandom(uint32_t max) in GetRandom() argument
596 return static_cast<uint32_t>(rand()) % max; in GetRandom()
Dtest_spinel_buffer.cpp888 uint32_t GetRandom(uint32_t max) in GetRandom() argument
901 return value % max; in GetRandom()
/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names.c211 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() argument
225 if (value > max || (errno == ERANGE && value > 0)) { in process_signed()
250 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned() argument
260 if (value > max || errno == ERANGE) { in process_unsigned()
/openthread-2.7.6/tests/scripts/thread-cert/
Dtest_netdata_publisher.py174 … self.assertEqual(prfs.count('med'), min(num_med, max(0, DESIRED_NUM_ON_MESH_PREFIX - num_high)))
175 …self.assertEqual(prfs.count('low'), min(num_low, max(0, DESIRED_NUM_ON_MESH_PREFIX - num_high - nu…
186 … self.assertEqual(prfs.count('med'), min(num_med, max(0, DESIRED_NUM_EXTERNAL_ROUTE - num_high)))
187 …self.assertEqual(prfs.count('low'), min(num_low, max(0, DESIRED_NUM_EXTERNAL_ROUTE - num_high - nu…
293 max(len(routers) - DESIRED_NUM_DNSSRP_UNCIAST, 0))
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_cache.h136 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max );
Dssl.h2393 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
/openthread-2.7.6/third_party/mbedtls/repo/
D.pylintrc35 max-attributes=15
40 max-module-lines=2000
/openthread-2.7.6/tools/harness-automation/
Dparse_topofile.py128 … testbed_vendor_dict[vendor] = max(testbed_vendor_dict[vendor], case_vendor_dict[vendor])
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/
Dpacket_filter.py203 stop_idx = max(self._stop_index)
256 eth_idx = max(self._index[1],
260 wpan_idx = max(
333 wpan_idx = max(self._start_index[0], wpan_idx)
338 eth_idx = max(self._start_index[1], eth_idx)
Dpacket_verifier.py305 wpan_idx = max(wpan_idx, wi)
306 eth_idx = max(eth_idx, ei)
/openthread-2.7.6/src/posix/platform/
DCMakeLists.txt47 option(OT_POSIX_MAX_POWER_TABLE "enable max power table" OFF)
/openthread-2.7.6/etc/cmake/
Doptions.cmake367 set(OT_RCP_RESTORATION_MAX_COUNT "0" CACHE STRING "set max RCP restoration count")
371 message(FATAL_ERROR "Invalid max RCP restoration count: ${OT_RCP_RESTORATION_MAX_COUNT}")

12