/mbedtls-latest/tests/scripts/ |
D | components-configuration-crypto.sh | 14 scripts/config.py full 15 scripts/config.py set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER 25 scripts/config.py full 26 scripts/config.py set MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS 44 scripts/config.py full 45 scripts/config.py unset MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS 46 scripts/config.py set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER 47 scripts/config.py set MBEDTLS_PSA_CRYPTO_SPM 76 scripts/config.py unset MBEDTLS_PSA_CRYPTO_C 77 scripts/config.py unset MBEDTLS_PSA_CRYPTO_STORAGE_C [all …]
|
D | components-configuration-tls.sh | 14 scripts/config.py unset MBEDTLS_SSL_RENEGOTIATION 29 scripts/config.py unset MBEDTLS_GCM_C 30 scripts/config.py unset MBEDTLS_CCM_C 31 scripts/config.py unset MBEDTLS_CHACHAPOLY_C 33 scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3 35 scripts/config.py unset MBEDTLS_CIPHER_MODE_CBC 37 scripts/config.py unset MBEDTLS_SSL_ENCRYPT_THEN_MAC 39 scripts/config.py set MBEDTLS_CIPHER_NULL_CIPHER 41 scripts/config.py unset MBEDTLS_SSL_CONTEXT_SERIALIZATION 42 scripts/config.py unset MBEDTLS_SSL_TICKET_C [all …]
|
D | components-platform.sh | 36 scripts/config.py set MBEDTLS_AESNI_C 37 scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY 38 scripts/config.py set MBEDTLS_HAVE_ASM 55 scripts/config.py unset MBEDTLS_AESNI_C 56 scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY 66 scripts/config.py set MBEDTLS_AESNI_C 67 scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY 87 scripts/config.py set MBEDTLS_AESNI_C 88 scripts/config.py set MBEDTLS_PADLOCK_C 89 scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY [all …]
|
D | components-configuration.sh | 57 scripts/config.py set MBEDTLS_ECP_WITH_MPI_UINT 79 scripts/config.py full 106 scripts/config.py full 107 scripts/config.py set MBEDTLS_ECP_WITH_MPI_UINT 149 scripts/config.py full 176 scripts/config.py set MBEDTLS_DEPRECATED_REMOVED 185 scripts/config.py full_no_deprecated 200 scripts/config.py full_no_deprecated 201 scripts/config.py unset MBEDTLS_DEPRECATED_REMOVED 202 scripts/config.py set MBEDTLS_DEPRECATED_WARNING [all …]
|
D | components-configuration-platform.sh | 15 scripts/config.py full 16 scripts/config.py set MBEDTLS_PLATFORM_NO_STD_FUNCTIONS 17 scripts/config.py unset MBEDTLS_ENTROPY_NV_SEED 18 scripts/config.py unset MBEDTLS_PLATFORM_NV_SEED_ALT 27 scripts/config.py full 28 scripts/config.py unset MBEDTLS_NET_C # getaddrinfo() undeclared, etc. 29 scripts/config.py set MBEDTLS_NO_PLATFORM_ENTROPY # uses syscall() on GNU/Linux 35 scripts/config.py unset MBEDTLS_HAVE_TIME_DATE 45 scripts/config.py set MBEDTLS_PLATFORM_MEMORY 46 scripts/config.py set MBEDTLS_PLATFORM_CALLOC_MACRO calloc [all …]
|
D | components-sanitizers.sh | 41 scripts/config.py full 42 scripts/config.py set MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN 43 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO 44 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm 60 scripts/config.py full 61 scripts/config.py set MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN 62 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm 81 scripts/config.py full 82 scripts/config.py set MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND 83 scripts/config.py unset MBEDTLS_USE_PSA_CRYPTO [all …]
|
D | components-compiler.sh | 18 cp configs/config-tfm.h "$CONFIG_H" 43 scripts/config.py full 49 scripts/config.py full 58 scripts/config.py full 67 scripts/config.py full 76 scripts/config.py full 98 ./scripts/config.py unset MBEDTLS_AESNI_C # 113 scripts/config.py full
|
D | components-configuration-x509.sh | 14 scripts/config.pl full 15 scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests 16 scripts/config.pl set MBEDTLS_X509_REMOVE_INFO 30 scripts/config.py set MBEDTLS_TEST_HOOKS
|
D | depends.py | 58 import config 110 shutil.copy(options.config, options.config_backup) 116 shutil.move(options.config_backup, options.config) 118 shutil.copy(options.config_backup, options.config) 148 conf.adapt(config.full_adapter) 464 options.config_backup = options.config + '.bak' 540 conf = config.ConfigFile(options.config)
|
D | all.sh | 907 scripts/config.py "$base_config" 911 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 915 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C 919 if scripts/config.py get MBEDTLS_THREADING_C; then 920 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_C 923 if scripts/config.py get MBEDTLS_THREADING_PTHREAD; then 924 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_PTHREAD 933 scripts/config.py unset-all "MBEDTLS_ECP_DP_[0-9A-Z_a-z]*_ENABLED" 936 scripts/config.py set $curve
|
D | components-build-system.sh | 150 scripts/config.py -w full_config.h full 179 scripts/config.py -w full_config.h full
|
/mbedtls-latest/programs/test/ |
D | query_config.c | 109 int query_config(const char *config) in query_config() argument 112 if( strcmp( "MBEDTLS_CONFIG_VERSION", config ) == 0 ) in query_config() 120 if( strcmp( "MBEDTLS_HAVE_ASM", config ) == 0 ) in query_config() 128 if( strcmp( "MBEDTLS_NO_UDBL_DIVISION", config ) == 0 ) in query_config() 136 if( strcmp( "MBEDTLS_NO_64BIT_MULTIPLICATION", config ) == 0 ) in query_config() 144 if( strcmp( "MBEDTLS_HAVE_SSE2", config ) == 0 ) in query_config() 152 if( strcmp( "MBEDTLS_HAVE_TIME", config ) == 0 ) in query_config() 160 if( strcmp( "MBEDTLS_HAVE_TIME_DATE", config ) == 0 ) in query_config() 168 if( strcmp( "MBEDTLS_PLATFORM_MEMORY", config ) == 0 ) in query_config() 176 if( strcmp( "MBEDTLS_PLATFORM_NO_STD_FUNCTIONS", config ) == 0 ) in query_config() [all …]
|
D | query_config.h | 24 int query_config(const char *config);
|
/mbedtls-latest/scripts/ |
D | footprint.sh | 64 scripts/config.py unset MBEDTLS_NET_C || true 65 scripts/config.py unset MBEDTLS_TIMING_C || true 66 scripts/config.py unset MBEDTLS_FS_IO || true 67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true 104 doit thread configs/config-thread.h 105 doit suite-b configs/config-suite-b.h 106 doit psk configs/config-ccm-psk-tls1_2.h
|
D | config.py | 580 config = ConfigFile(args.file) 585 if args.symbol in config: 586 value = config[args.symbol] 589 return 0 if args.symbol in config else 1 591 if not args.force and args.symbol not in config.settings: 594 .format(args.symbol, config.filename)) 596 config.set(args.symbol, value=args.value) 598 config.change_matching(args.regexs, True) 600 config.unset(args.symbol) 602 config.change_matching(args.regexs, False) [all …]
|
D | code_size_compare.py | 59 config: str, 75 self.config = config 189 self.config = size_dist_info.config 203 if self.config == SupportedConfig.DEFAULT.value and \ 208 self.config == SupportedConfig.TFM_MEDIUM.value: 216 if self.config == SupportedConfig.TFM_MEDIUM.value: 232 if self.config == SupportedConfig.TFM_MEDIUM.value: 254 self.config)) 933 'old', comp_args.old_rev, comp_args.arch, comp_args.config, 'cc', '-Os') 935 'new', comp_args.new_rev, comp_args.arch, comp_args.config, 'cc', '-Os')
|
D | memory.sh | 51 cp configs/config-$NAME.h $CONFIG_H 52 scripts/config.py unset MBEDTLS_SSL_SRV_C 55 scripts/config.py unset $FLAG
|
D | ecc-heap.sh | 75 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W 76 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
|
D | apidoc_full.sh | 25 scripts/config.py realfull
|
/mbedtls-latest/tests/docker/bionic/ |
D | Dockerfile | 52 pkg-config \ 65 && ./config --openssldir=/usr/local/openssl-1.0.1j no-shared \ 75 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \ 86 …&& ./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shar…
|
/mbedtls-latest/programs/ssl/ |
D | ssl_pthread_server.c | 85 const mbedtls_ssl_config *config; member 114 if ((ret = mbedtls_ssl_setup(&ssl, thread_info->config)) != 0) { in handle_ssl_connection() 316 base_info.config = &conf; in main()
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 60 scripts/config.py full 71 scripts/config.py full
|
/mbedtls-latest/docs/ |
D | psa-driver-example-and-guide.md | 137 …config file.* This is the preferred option when your project requires a custom configuration that … 143 … and use p256-m, set the macro `MBEDTLS_PSA_P256M_DRIVER_ENABLED` using `config.py`, then build as… 145 python3 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 146 python3 scripts/config.py set MBEDTLS_PSA_P256M_DRIVER_ENABLED 180 …oftware accelerator. If `MBEDTLS_PSA_P256M_DRIVER_ENABLED` is set in the config, p256-m's implemen…
|
D | 3.0-migration-guide.md | 42 ### Introduce a level of indirection and versioning in the config files 44 `config.h` was split into `build_info.h` and `mbedtls_config.h`. 46 * In code, use `#include <mbedtls/build_info.h>`. Don't include `mbedtls/config.h` and don't refer … 55 A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced. 57 the config file in a way that's compatible with the config file format 205 to `0` in your config file. The impact depends on the number and size of 215 If you were using custom config file with `MBEDTLS_SHA256_C` enabled, then 216 you will need to add `#define MBEDTLS_SHA224_C` option to your config. 226 If you were using a config file with both `MBEDTLS_SHA512_C` and 228 If you were using a config file with `MBEDTLS_SHA512_C` and without [all …]
|
/mbedtls-latest/tests/suites/ |
D | test_suite_ssl.data | 928 SSL session serialization: Wrong config 944 TLS 1.3: CLI: session serialization: Wrong config 960 TLS 1.3: SRV: session serialization: Wrong config 3115 Version config: valid client TLS 1.2 only 3119 Version config: valid client DTLS 1.2 only 3123 Version config: valid server TLS 1.2 only 3127 Version config: valid server DTLS 1.2 only 3131 Version config: invalid client TLS 1.2 only 3135 Version config: invalid client DTLS 1.2 only 3139 Version config: invalid server TLS 1.2 only [all …]
|