Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 34) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c465 struct options { struct
466 const char *server_name; /* hostname of the server (client only) */
467 const char *server_addr; /* address of the server (client only) */
468 const char *server_port; /* port on which the ssl service runs */
469 int debug_level; /* level of debugging */
470 int nbio; /* should I/O be blocking? */
471 int event; /* loop or event-driven IO? level or edge triggered? */
472 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
473 int max_resend; /* DTLS times to resend on read timeout */
474 const char *request_page; /* page on server to request */
[all …]
Dssl_server2.c606 struct options { struct
607 const char *server_addr; /* address on which the ssl service runs */
608 const char *server_port; /* port on which the ssl service runs */
609 int debug_level; /* level of debugging */
610 int nbio; /* should I/O be blocking? */
611 int event; /* loop or event-driven IO? level or edge triggered? */
612 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */
613 int response_size; /* pad response with header to requested size */
614 uint16_t buffer_size; /* IO buffer size */
615 const char *ca_file; /* the file with the CA certificate(s) */
[all …]
Dssl_mail_client.c123 struct options { struct
124 const char *server_name; /* hostname of the server (client only) */
125 const char *server_port; /* port on which the ssl service runs */
126 int debug_level; /* level of debugging */
127 int authentication; /* if authentication is required */
128 int mode; /* SSL/TLS (0) or STARTTLS (1) */
129 const char *user_name; /* username to use for authentication */
130 const char *user_pwd; /* password to use for authentication */
131 const char *mail_from; /* E-Mail address to use as sender */
132 const char *mail_to; /* E-Mail address to use as recipient */
[all …]
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_write.c178 struct options { struct
179 const char *issuer_crt; /* filename of the issuer certificate */
180 const char *request_file; /* filename of the certificate request */
181 const char *subject_key; /* filename of the subject key file */
182 const char *issuer_key; /* filename of the issuer key file */
183 const char *subject_pwd; /* password for the subject key file */
184 const char *issuer_pwd; /* password for the issuer key file */
185 const char *output_file; /* where to store the constructed CRT */
186 const char *subject_name; /* subject name for certificate */
187 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate */
[all …]
Dcert_req.c96 struct options { struct
97 const char *filename; /* filename of the key file */
98 const char *password; /* password for the key file */
99 int debug_level; /* level of debugging */
100 const char *output_file; /* where to store the constructed key file */
101 const char *subject_name; /* subject name for certificate request */
102 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate request */
103 unsigned char key_usage; /* key usage flags */
104 int force_key_usage; /* Force adding the KeyUsage extension */
105 unsigned char ns_cert_type; /* NS cert type */
[all …]
Dcert_app.c77 struct options { struct
78 int mode; /* the mode to run the application in */
79 const char *filename; /* filename of the certificate file */
80 const char *ca_file; /* the file with the CA certificate(s) */
81 const char *crl_file; /* the file with the CRL to use */
82 const char *ca_path; /* the path with the CA certificate(s) reside */
83 const char *server_name; /* hostname of the server (client only) */
84 const char *server_port; /* port on which the ssl service runs */
85 int debug_level; /* level of debugging */
86 int permissive; /* permissive parsing */
Dload_roots.c44 struct options { struct
45 const char **filenames; /* NULL-terminated list of file names */
46 unsigned iterations; /* Number of iterations to time */
47 int prime_cache; /* Prime the disk read cache? */
Dcrl_app.c43 struct options { struct
44 const char *filename; /* filename of the certificate file */
Dreq_app.c43 struct options { struct
44 const char *filename; /* filename of the certificate request */
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dudp_proxy.c137 static struct options { struct
138 const char *server_addr; /* address to forward packets to */
139 const char *server_port; /* port to forward packets to */
140 const char *listen_addr; /* address for accepting client connections */
141 const char *listen_port; /* port for accepting client connections */
143 int duplicate; /* duplicate 1 in N packets (none if 0) */
144 int delay; /* delay 1 packet in N (none if 0) */
145 int delay_ccs; /* delay ChangeCipherSpec */
146 char *delay_cli[MAX_DELAYED_HS]; /* handshake types of messages from
148 uint8_t delay_cli_cnt; /* Number of entries in delay_cli. */
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Ddepends.py71 def __init__(self, options=None): argument
102 def backup_config(options): argument
112 def restore_config(options): argument
142 def set_reference_config(conf, options, colors): argument
182 def configure(self, conf, options, colors): argument
191 def test(self, options): argument
385 def __init__(self, options, conf): argument
446 def run(options, job, conf, colors=NO_COLORS): argument
458 def run_tests(options, domain_data, conf): argument
Dtest_config_script.py72 def list_presets(options): argument
87 def run_one(options, args, stem_prefix='', input_file=None): argument
139 def run_all(options): argument
Dpsa_collect_statuses.py70 def collect_status_logs(options): argument
Dtest_psa_constant_names.py107 def __init__(self, options) -> None: argument
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Dgen_key.c113 struct options { struct
114 int type; /* the type of key to generate */
115 int rsa_keysize; /* length of key in bits */
116 int ec_curve; /* curve identifier for EC keys */
117 const char *filename; /* filename of the key file */
118 int format; /* the output format to use */
119 int use_dev_random; /* use /dev/random as entropy source */
Dkey_app.c124 struct options { struct
125 int mode; /* the mode to run the application in */
126 const char *filename; /* filename of the key file */
127 const char *password; /* password for the private key */
128 const char *password_file; /* password_file for the private key */
Dkey_app_writer.c84 struct options { struct
85 int mode; /* the mode to run the application in */
86 const char *filename; /* filename of the key file */
87 int output_mode; /* the output mode to use */
88 const char *output_file; /* where to store the constructed key file */
89 int output_format; /* the output format to use */
/openthread-latest/third_party/mbedtls/repo/programs/util/
Dpem2der.c43 struct options { struct
44 const char *filename; /* filename of the input file */
45 const char *output_file; /* where to store the output */
/openthread-latest/examples/platforms/simulation/
Dsystem.c124 static const char options[] = "Ehts:L:l:"; in otSysInit() local
126 static const char options[] = "Ehts:L:"; in otSysInit() local
/openthread-latest/third_party/mbedtls/repo/scripts/
Dassemble_changelog.py312 def list_merges(some_hash, target, *options):
438 def list_files_to_merge(options): argument
460 def merge_entries(options): argument
482 def show_file_timestamps(options): argument
492 def set_defaults(options): argument
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_client.c46 uint16_t options; in LLVMFuzzerTestOneInput() local
Dfuzz_server.c49 uint8_t options; in LLVMFuzzerTestOneInput() local
/openthread-latest/tests/scripts/thread-cert/
Dcoap.py207 options, argument
245 def options(self): member in CoapMessage
316 def options(self): member in CoapMessageProxy
380 def _uri_path_from(self, options): argument
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md63 #### Rules for function substitution
221 #### Guidelines for compile-time options
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dtest_data_generation.py142 def __init__(self, options) -> None: argument

12