Searched refs:max (Results 1 – 13 of 13) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/scripts/ |
D | massif_max.pl | 18 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/ |
D | ssl_cache.c | 294 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()
|
D | x509.c | 83 #define CHECK_RANGE(min, max, val) if( val < min || val > max ){ return( ret ); } argument
|
D | ssl_tls.c | 5593 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/ |
D | numeric.h | 35 #ifndef max 36 #define max(A,B) ((A) < (B) ? (B) : (A)) macro
|
D | crypto.c | 292 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/ |
D | ssl_cache.h | 130 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max );
|
D | ssl.h | 1456 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
|
/net-tools-3.4.0/docker/ |
D | http-get-file-test.sh | 52 curl ${PROTO}://${SERVER}:${PORT} $EXTRA_OPTS --max-time 5 --output $DOWNLOAD_FILE
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_pk.data | 97 Verify ext RSA #4 (PKCS1 v2.1, salt_len = max, OK)
|
D | test_suite_pkcs1_v21.data | 766 RSASSA-PSS Signature verify options #8 (non-default salt_len: max)
|
/net-tools-3.4.0/libcoap/ |
D | CONTRIBUTE | 163 * Git commits must be atomic and contain a declarative subject line (max 50
|
/net-tools-3.4.0/mbedtls-2.4.0/ |
D | ChangeLog | 1415 * 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
|