Home
last modified time | relevance | path

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

/include/openssl/
A Dssl.h.in639 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
724 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx,
729 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx,
735 void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx,
744 void SSL_CTX_set_info_callback(SSL_CTX *ctx,
770 SSL_CTX *ctx,
775 SSL_CTX *ctx,
1577 int SSL_CTX_up_ref(SSL_CTX *ctx);
1578 void SSL_CTX_free(SSL_CTX *);
1826 SSL *SSL_new(SSL_CTX *ctx);
[all …]
A Dsrtp.h56 __owur int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
A Dtypes.h197 typedef struct ssl_ctx_st SSL_CTX; typedef
A Dtls1.h246 int SSL_CTX_set_tlsext_max_fragment_length(SSL_CTX *ctx, uint8_t mode);
374 (SSL_CTX *ctx, int (*fp)(SSL *, unsigned char *, unsigned char *,
A Dx509_vfy.h.in45 SSL_CTX -> X509_STORE
/include/internal/
A Dquic_ssl.h23 __owur SSL *ossl_quic_new(SSL_CTX *ctx);
24 __owur SSL *ossl_quic_new_listener(SSL_CTX *ctx, uint64_t flags);
27 __owur SSL *ossl_quic_new_domain(SSL_CTX *ctx, uint64_t flags);
42 SSL_TOKEN_STORE *ossl_quic_get0_token_store(SSL_CTX *ctx);
43 int ossl_quic_set1_token_store(SSL_CTX *ctx, SSL_TOKEN_STORE *hdl);
44 int ossl_quic_set_peer_token(SSL_CTX *ctx, BIO_ADDR *peer,
46 int ossl_quic_get_peer_token(SSL_CTX *ctx, BIO_ADDR *peer,
63 __owur long ossl_quic_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg);
65 __owur long ossl_quic_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void));
174 int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title);
A Dquic_port.h57 SSL_CTX *channel_ctx;
116 SSL_CTX *ossl_quic_port_get_channel_ctx(QUIC_PORT *port);
A Dquic_tserver.h40 SSL_CTX *ctx;
139 SSL_CTX *ossl_quic_tserver_get0_ssl_ctx(QUIC_TSERVER *srv);

Completed in 33 milliseconds