/mbedtls-development/scripts/ |
A D | massif_max.pl | 33 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 D | test_suite_pkcs1_v15.data | 43 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 D | test_suite_random.data | 45 PSA classic wrapper: CTR_DRBG max 49 PSA classic wrapper: HMAC_DRBG max
|
A D | test_suite_psa_crypto_se_driver_hal_mocks.data | 16 SE key importing mock test: max key bits 19 SE key importing mock test: more than max key bits
|
A D | test_suite_psa_crypto_se_driver_hal.data | 54 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 D | test_suite_psa_crypto_slot_management.data | 37 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 D | test_suite_psa_crypto_entropy.data | 31 PSA validate entropy injection: good, max size
|
A D | test_suite_pkcs1_v21.data | 783 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 D | test_suite_psa_crypto_se_driver_hal.function | 814 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 D | test_suite_pk.data | 179 Verify ext RSA #4 (PKCS1 v2.1, salt_len = max, OK)
|
A D | test_suite_x509parse.function | 16 adapt the script tests/data_files/dir-max/long.sh."
|
A D | test_suite_x509parse.data | 2159 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 D | test_suite_ssl.function | 54 /* Invalid minor version used when not specifying a min/max version or expecting a test to fail */
|
A D | test_suite_ssl.data | 280 Handshake min/max version check, all -> 1.2
|
/mbedtls-development/library/ |
A D | ssl_cache.c | 329 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 D | x509.c | 66 #define CHECK_RANGE(min, max, val) \ argument 69 if( ( val ) < ( min ) || ( val ) > ( max ) ) \
|
A D | rsa.c | 1505 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 D | ssl_tls.c | 3453 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 D | psa_constant_names.c | 205 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 D | ssl_cache.h | 148 void mbedtls_ssl_cache_set_max_entries( mbedtls_ssl_cache_context *cache, int max );
|
A D | ssl.h | 2541 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
|
/mbedtls-development/ |
A D | .pylintrc | 38 max-attributes=15 43 max-module-lines=2000
|
A D | ChangeLog | 988 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
|