Searched defs:options (Results 1 – 14 of 14) sorted by relevance
/openssl-master/crypto/bio/ |
A D | bio_sock2.c | 41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() 90 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect() 150 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind() 224 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() 305 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
|
/openssl-master/test/ |
A D | README.ssltest.md | 155 #### Supported client-side options 174 #### Supported server-side options 186 #### Mutually supported options
|
A D | bio_prefix_text.c | 50 static const OPTIONS options[] = { variable
|
A D | pkcs12_format_test.c | 806 static const OPTIONS options[] = { in test_get_options() local
|
A D | bioprinttest.c | 265 static const OPTIONS options[] = { in test_get_options() local
|
A D | threadstest.c | 647 static const OPTIONS options[] = { in test_get_options() local
|
A D | endecode_test.c | 1228 static const OPTIONS options[] = { in test_get_options() local
|
A D | evp_extra_test.c | 4214 static const OPTIONS options[] = { in test_get_options() local
|
/openssl-master/apps/ |
A D | version.c | 46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
|
A D | pkcs12.c | 162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local 837 int passlen, int options, char *pempass, in dump_certs_keys_p12() 882 const char *pass, int passlen, int options, in dump_certs_pkeys_bags() 896 const char *pass, int passlen, int options, in dump_certs_pkeys_bag()
|
A D | list.c | 1542 unsigned int options:1; in list_main() member
|
/openssl-master/apps/lib/ |
A D | opt.c | 480 int opt_string(const char *name, const char **options) in opt_string()
|
/openssl-master/ssl/statem/ |
A D | statem_srvr.c | 1371 #define RENEG_OPTIONS_OK(options) \ argument
|
/openssl-master/ssl/ |
A D | ssl_local.h | 964 uint64_t options; member 1548 uint64_t options; member
|
Completed in 49 milliseconds