/openssl/crypto/bio/ |
H A D | bio_sock2.c | 42 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() 81 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect() 212 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind() 287 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() 416 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
|
/openssl/test/ |
H A D | asn1_stable_parse_test.c | 24 static const OPTIONS options[] = { in test_get_options() local
|
H A D | bio_prefix_text.c | 50 static const OPTIONS options[] = { variable
|
H A D | pkcs12_api_test.c | 243 static const OPTIONS options[] = { in test_get_options() local
|
H A D | bioprinttest.c | 264 static const OPTIONS options[] = { in test_get_options() local
|
H A D | pkcs12_format_test.c | 959 static const OPTIONS options[] = { in test_get_options() local
|
H A D | threadstest.c | 1241 static const OPTIONS options[] = { in test_get_options() local
|
H A D | endecode_test.c | 1263 static const OPTIONS options[] = { in test_get_options() local
|
H A D | evp_extra_test.c | 5512 static const OPTIONS options[] = { in test_get_options() local
|
/openssl/apps/ |
H A D | version.c | 52 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
|
H A D | pkcs12.c | 169 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local 937 int passlen, int options, char *pempass, in dump_certs_keys_p12() 986 const char *pass, int passlen, int options, in dump_certs_pkeys_bags() 1000 const char *pass, int passlen, int options, in dump_certs_pkeys_bag()
|
H A D | list.c | 1624 unsigned int options:1; in list_main() member
|
/openssl/apps/lib/ |
H A D | s_socket.c | 86 int options = 0; in init_client() local
|
H A D | opt.c | 510 int opt_string(const char *name, const char **options) in opt_string()
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 101 const OSSL_PARAM *settings, const OSSL_PARAM *options, in quic_new_record_layer() 495 static int quic_set_options(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options) in quic_set_options()
|
H A D | quic_impl.c | 771 uint64_t ossl_quic_set_options(SSL *ssl, uint64_t options) in ossl_quic_set_options() 777 uint64_t ossl_quic_clear_options(SSL *ssl, uint64_t options) in ossl_quic_clear_options()
|
/openssl/ssl/record/methods/ |
H A D | tls_common.c | 1194 int tls_set_options(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options) in tls_set_options() 1256 const OSSL_PARAM *options, in tls_int_new_record_layer() 1396 const OSSL_PARAM *settings, const OSSL_PARAM *options, in tls_new_record_layer()
|
H A D | dtls_meth.c | 635 const OSSL_PARAM *settings, const OSSL_PARAM *options, in dtls_new_record_layer()
|
H A D | ktls_meth.c | 413 const OSSL_PARAM *settings, const OSSL_PARAM *options, in ktls_new_record_layer()
|
H A D | recmethod_local.h | 239 uint64_t options; member
|
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1245 OSSL_PARAM options[5], *opts = options; in ssl_set_new_record_layer() local
|
/openssl/ssl/statem/ |
H A D | statem_srvr.c | 1467 #define RENEG_OPTIONS_OK(options) \ argument
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1864 OSSL_PARAM options[2], *opts = options; in SSL_set_read_ahead() local 2951 OSSL_PARAM options[2], *opts = options; in ossl_ctrl_internal() local 6169 OSSL_PARAM options[2], *opts = options; in SSL_set_options() local 6201 OSSL_PARAM options[2], *opts = options; in SSL_clear_options() local
|
H A D | ssl_local.h | 919 uint64_t options; member 1544 uint64_t options; member
|