Home
last modified time | relevance | path

Searched refs:SSL_CTX (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h39 ssl_ctx_get_mbedtls_x509_crt(SSL_CTX *ssl_ctx);
47 void SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx);
49 int SSL_CTX_add_client_CA_ASN1(SSL_CTX *ssl, int len,
63 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method, void *rngctx);
72 void SSL_CTX_free(SSL_CTX *ctx);
81 SSL* SSL_new(SSL_CTX *ctx);
185 int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey);
197 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x);
317 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, next_proto_cb cb,
333 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, unsigned int protos_len);
[all …]
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h583 unsigned long SSL_CTX_get_options(const SSL_CTX *ctx);
585 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op);
587 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op);
626 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
644 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
646 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
683 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
709 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
712 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
714 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs200 pub fn SSL_CTX_get_options(ctx: *const SSL_CTX) -> u64;
201 pub fn SSL_CTX_set_options(ctx: *mut SSL_CTX, op: u64) -> u64;
202 pub fn SSL_CTX_clear_options(ctx: *mut SSL_CTX, op: u64) -> u64;
206 pub fn SSL_CTX_get_options(ctx: *const SSL_CTX) -> c_ulong;
207 pub fn SSL_CTX_set_options(ctx: *mut SSL_CTX, op: c_ulong) -> c_ulong;
208 pub fn SSL_CTX_clear_options(ctx: *mut SSL_CTX, op: c_ulong) -> c_ulong;
218 ctx: *mut SSL_CTX, in SSL_CTX_sess_set_new_cb() argument
222 ctx: *mut SSL_CTX, in SSL_CTX_sess_set_remove_cb() argument
223 remove_session_cb: Option<unsafe extern "C" fn(*mut SSL_CTX, *mut SSL_SESSION)>, in SSL_CTX_sess_set_remove_cb() argument
231 ctx: *mut SSL_CTX,
[all …]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
657 OSSL_DEPRECATEDIN_3_0 __owur int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
659 OSSL_DEPRECATEDIN_3_0 int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
[all …]

12345678910>>...15