/net-tools-3.5.0/mbedtls-2.4.0/programs/ssl/ |
D | ssl_client2.c | 277 struct options struct 279 const char *server_name; /* hostname of the server (client only) */ 280 const char *server_addr; /* address of the server (client only) */ 281 const char *server_port; /* port on which the ssl service runs */ 282 int debug_level; /* level of debugging */ 283 int nbio; /* should I/O be blocking? */ 284 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 285 int max_resend; /* DTLS times to resend on read timeout */ 286 const char *request_page; /* page on server to request */ 287 int request_size; /* pad request with header to requested size */ [all …]
|
D | ssl_server2.c | 357 struct options struct 359 const char *server_addr; /* address on which the ssl service runs */ 360 const char *server_port; /* port on which the ssl service runs */ 361 int debug_level; /* level of debugging */ 362 int nbio; /* should I/O be blocking? */ 363 uint32_t read_timeout; /* timeout on mbedtls_ssl_read() in milliseconds */ 364 const char *ca_file; /* the file with the CA certificate(s) */ 365 const char *ca_path; /* the path with the CA certificate(s) reside */ 366 const char *crt_file; /* the file with the server certificate */ 367 const char *key_file; /* the file with the server key */ [all …]
|
D | ssl_mail_client.c | 140 struct options struct 142 const char *server_name; /* hostname of the server (client only) */ 143 const char *server_port; /* port on which the ssl service runs */ 144 int debug_level; /* level of debugging */ 145 int authentication; /* if authentication is required */ 146 int mode; /* SSL/TLS (0) or STARTTLS (1) */ 147 const char *user_name; /* username to use for authentication */ 148 const char *user_pwd; /* password to use for authentication */ 149 const char *mail_from; /* E-Mail address to use as sender */ 150 const char *mail_to; /* E-Mail address to use as recipient */ [all …]
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/x509/ |
D | cert_write.c | 135 struct options struct 137 const char *issuer_crt; /* filename of the issuer certificate */ 138 const char *request_file; /* filename of the certificate request */ 139 const char *subject_key; /* filename of the subject key file */ 140 const char *issuer_key; /* filename of the issuer key file */ 141 const char *subject_pwd; /* password for the subject key file */ 142 const char *issuer_pwd; /* password for the issuer key file */ 143 const char *output_file; /* where to store the constructed key file */ 144 const char *subject_name; /* subject name for certificate */ 145 const char *issuer_name; /* issuer name for certificate */ [all …]
|
D | cert_app.c | 103 struct options struct 105 int mode; /* the mode to run the application in */ 106 const char *filename; /* filename of the certificate file */ 107 const char *ca_file; /* the file with the CA certificate(s) */ 108 const char *crl_file; /* the file with the CRL to use */ 109 const char *ca_path; /* the path with the CA certificate(s) reside */ 110 const char *server_name; /* hostname of the server (client only) */ 111 const char *server_port; /* port on which the ssl service runs */ 112 int debug_level; /* level of debugging */ 113 int permissive; /* permissive parsing */
|
D | cert_req.c | 95 struct options struct 97 const char *filename; /* filename of the key file */ 98 int debug_level; /* level of debugging */ 99 const char *output_file; /* where to store the constructed key file */ 100 const char *subject_name; /* subject name for certificate request */ 101 unsigned char key_usage; /* key usage flags */ 102 unsigned char ns_cert_type; /* NS cert type */
|
D | crl_app.c | 63 struct options struct 65 const char *filename; /* filename of the certificate file */
|
D | req_app.c | 63 struct options struct 65 const char *filename; /* filename of the certificate request */
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/test/ |
D | udp_proxy.c | 116 static struct options struct 118 const char *server_addr; /* address to forward packets to */ 119 const char *server_port; /* port to forward packets to */ 120 const char *listen_addr; /* address for accepting client connections */ 121 const char *listen_port; /* port for accepting client connections */ 146 static void get_options( int argc, char *argv[] ) in get_options() argument
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/pkey/ |
D | key_app.c | 76 struct options struct 78 int mode; /* the mode to run the application in */ 79 const char *filename; /* filename of the key file */ 80 const char *password; /* password for the private key */ 81 const char *password_file; /* password_file for the private key */
|
D | gen_key.c | 138 struct options struct 140 int type; /* the type of key to generate */ 141 int rsa_keysize; /* length of key in bits */ 142 int ec_curve; /* curve identifier for EC keys */ 143 const char *filename; /* filename of the key file */ 144 int format; /* the output format to use */ 145 int use_dev_random; /* use /dev/random as entropy source */
|
D | key_app_writer.c | 97 struct options struct 99 int mode; /* the mode to run the application in */ 100 const char *filename; /* filename of the key file */ 101 int output_mode; /* the output mode to use */ 102 const char *output_file; /* where to store the constructed key file */ 103 int output_format; /* the output format to use */
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/util/ |
D | pem2der.c | 66 struct options struct 68 const char *filename; /* filename of the input file */ 69 const char *output_file; /* where to store the output */
|
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | pk.c | 195 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext()
|
/net-tools-3.5.0/libcoap/src/ |
D | debug.c | 292 static struct option_desc_t options[] = { in msg_option_string() local
|
/net-tools-3.5.0/libcoap/examples/ |
D | client.c | 134 coap_list_t **options, in coap_new_request()
|
/net-tools-3.5.0/ |
D | coap-client.c | 1154 coap_list_t **options, in coap_new_request()
|