Searched refs:SSL_CTX (Results 1 – 8 of 8) sorted by relevance
| /include/openssl/ |
| A D | ssl.h.in | 639 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 D | srtp.h | 56 __owur int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
|
| A D | types.h | 197 typedef struct ssl_ctx_st SSL_CTX; typedef
|
| A D | tls1.h | 246 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 D | x509_vfy.h.in | 45 SSL_CTX -> X509_STORE
|
| /include/internal/ |
| A D | quic_ssl.h | 23 __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 D | quic_port.h | 57 SSL_CTX *channel_ctx; 116 SSL_CTX *ossl_quic_port_get_channel_ctx(QUIC_PORT *port);
|
| A D | quic_tserver.h | 40 SSL_CTX *ctx; 139 SSL_CTX *ossl_quic_tserver_get0_ssl_ctx(QUIC_TSERVER *srv);
|
Completed in 33 milliseconds