Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/scripts/
Dmassif_max.pl18 my ($max, $max_heap, $max_he, $max_stack) = (0, 0, 0, 0);
28 if( $total > $max ) {
29 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
33 printf "$max (heap $max_heap+$max_he, stack $max_stack)\n";
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dssl_cache.c294 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ) in mbedtls_ssl_cache_set_max_entries() argument
296 if( max < 0 ) max = 0; in mbedtls_ssl_cache_set_max_entries()
298 cache->max_entries = max; in mbedtls_ssl_cache_set_max_entries()
Dx509.c83 #define CHECK_RANGE(min, max, val) if( val < min || val > max ){ return( ret ); } argument
Dssl_tls.c5593 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max ) in mbedtls_ssl_conf_handshake_timeout() argument
5596 conf->hs_timeout_max = max; in mbedtls_ssl_conf_handshake_timeout()
/net-tools-3.4.0/tinydtls-0.8.2/
Dnumeric.h35 #ifndef max
36 #define max(A,B) ((A) < (B) ? (B) : (A)) macro
Dcrypto.c292 max(2, 15 - DTLS_CCM_NONCE_SIZE), in dtls_ccm_encrypt()
309 max(2, 15 - DTLS_CCM_NONCE_SIZE), in dtls_ccm_decrypt()
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dssl_cache.h130 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max );
Dssl.h1456 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
/net-tools-3.4.0/docker/
Dhttp-get-file-test.sh52 curl ${PROTO}://${SERVER}:${PORT} $EXTRA_OPTS --max-time 5 --output $DOWNLOAD_FILE
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_pk.data97 Verify ext RSA #4 (PKCS1 v2.1, salt_len = max, OK)
Dtest_suite_pkcs1_v21.data766 RSASSA-PSS Signature verify options #8 (non-default salt_len: max)
/net-tools-3.4.0/libcoap/
DCONTRIBUTE163 * Git commits must be atomic and contain a declarative subject line (max 50
/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog1415 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
1542 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
2042 generated) and in ssl_parse_client_hello (max. client