Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A 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";
/mbedtls-development/tests/suites/
A 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
A Dtest_suite_random.data45 PSA classic wrapper: CTR_DRBG max
49 PSA classic wrapper: HMAC_DRBG max
A 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
A Dtest_suite_psa_crypto_se_driver_hal.data54 Key creation in a specific slot (max)
60 Key creation in a specific slot (max, restart)
171 Key registration: key id max vendor except volatile
177 Key registration: key id max volatile
A 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
A Dtest_suite_psa_crypto_entropy.data31 PSA validate entropy injection: good, max size
A Dtest_suite_pkcs1_v21.data783 RSASSA-PSS Signature verify options #8 (non-default salt_len: max)
987 RSASSA-PSS Signature RSA-1024, SHA-256, Salt Length = max
991 RSASSA-PSS Signature RSA-1024, SHA-256, Salt Length = max+1
999 RSASSA-PSS Signature RSA-2048, SHA-256, Salt Length = max
1003 RSASSA-PSS Signature RSA-2048, SHA-256, Salt Length = max+1
1011 RSASSA-PSS Signature RSA-1024, SHA-512, Salt Length max
1015 RSASSA-PSS Signature RSA-1024, SHA-512, Salt Length max+1
1023 RSASSA-PSS Signature RSA-3072, SHA-384, Salt Length max
1027 RSASSA-PSS Signature RSA-3072, SHA-384, Salt Length max + 1
A Dtest_suite_psa_crypto_se_driver_hal.function814 psa_key_location_t max = MIN_DRIVER_LOCATION + count;
819 for( location = MIN_DRIVER_LOCATION; location < max; location++ )
821 for( location = MIN_DRIVER_LOCATION; location < max; location++ )
837 psa_key_location_t max = MIN_DRIVER_LOCATION + PSA_MAX_SE_DRIVERS;
842 for( location = MIN_DRIVER_LOCATION; location < max; location++ )
A Dtest_suite_pk.data179 Verify ext RSA #4 (PKCS1 v2.1, salt_len = max, OK)
A Dtest_suite_x509parse.function16 adapt the script tests/data_files/dir-max/long.sh."
A Dtest_suite_x509parse.data2159 X509 CRT verify long chain (max intermediate CA, trusted)
2163 X509 CRT verify long chain (max intermediate CA, untrusted)
2167 X509 CRT verify long chain (max intermediate CA + 1)
A Dtest_suite_ssl.function54 /* Invalid minor version used when not specifying a min/max version or expecting a test to fail */
A Dtest_suite_ssl.data280 Handshake min/max version check, all -> 1.2
/mbedtls-development/library/
A Dssl_cache.c329 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max ) in mbedtls_ssl_cache_set_max_entries() argument
331 if( max < 0 ) max = 0; in mbedtls_ssl_cache_set_max_entries()
333 cache->max_entries = max; in mbedtls_ssl_cache_set_max_entries()
A Dx509.c66 #define CHECK_RANGE(min, max, val) \ argument
69 if( ( val ) < ( min ) || ( val ) > ( max ) ) \
A Drsa.c1505 static unsigned size_greater_than( size_t size, size_t max ) in size_greater_than() argument
1508 return( ( max - size ) >> ( sizeof( size_t ) * 8 - 1 ) ); in size_greater_than()
A Dssl_tls.c3453 uint32_t min, uint32_t max ) in mbedtls_ssl_conf_handshake_timeout() argument
3456 conf->hs_timeout_max = max; in mbedtls_ssl_conf_handshake_timeout()
/mbedtls-development/programs/psa/
A Dpsa_constant_names.c205 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() argument
219 if (value > max || (errno == ERANGE && value > 0)) { in process_signed()
244 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned() argument
254 if (value > max || errno == ERANGE) { in process_unsigned()
/mbedtls-development/include/mbedtls/
A Dssl_cache.h148 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max );
A Dssl.h2541 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
/mbedtls-development/
A D.pylintrc38 max-attributes=15
43 max-module-lines=2000
A DChangeLog988 mbedtls_ssl_get_input_max_frag_len() to be more precise about which max
3996 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
4123 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
4623 generated) and in ssl_parse_client_hello (max. client

Completed in 68 milliseconds