Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_local.h36 struct ssl_st ssl;
130 struct ssl_st ssl;
/openssl/doc/man3/
H A DSSL_CTX_sess_set_get_cb.pod21 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl,
25 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl,
/openssl/include/openssl/
H A Dtypes.h193 typedef struct ssl_st SSL;
H A Dssl.h.in229 * This is needed to stop compilers complaining about the 'struct ssl_st *'
232 typedef struct ssl_st *ssl_crock_st;
722 int (*new_session_cb) (struct ssl_st *ssl,
724 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
733 SSL_SESSION *(*get_session_cb) (struct ssl_st
738 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
/openssl/demos/guide/
H A Dquic-hq-interop.c366 static int cache_new_session(struct ssl_st *ssl, SSL_SESSION *sess) in cache_new_session()
/openssl/ssl/
H A Dssl_local.h829 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess);
831 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl,
1195 struct ssl_st { struct
1208 struct ssl_st ssl; argument
H A Dssl_sess.c1345 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
/openssl/util/
H A Dindent.pro605 -T ssl_st

Completed in 48 milliseconds