Searched refs:ssl_st (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | bufferevent_ssl.h | 43 struct ssl_st; 71 struct ssl_st *ssl, 89 struct ssl_st *ssl, 117 struct ssl_st *
|
/freebsd/contrib/libevent/include/event2/ |
H A D | bufferevent_ssl.h | 43 struct ssl_st; 71 struct ssl_st *ssl, 89 struct ssl_st *ssl, 117 struct ssl_st *
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_sess_set_get_cb.pod | 21 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,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | types.h | 184 typedef struct ssl_st SSL;
|
H A D | ssl.h | 227 typedef struct ssl_st *ssl_crock_st; 725 int (*new_session_cb) (struct ssl_st *ssl, 727 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl, 736 SSL_SESSION *(*get_session_cb) (struct ssl_st 741 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
|
H A D | ssl.h.in | 225 * This is needed to stop compilers complaining about the 'struct ssl_st *' 228 typedef struct ssl_st *ssl_crock_st; 702 int (*new_session_cb) (struct ssl_st *ssl, 704 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl, 713 SSL_SESSION *(*get_session_cb) (struct ssl_st 718 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 1321 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb() 1342 SSL_SESSION *(*cb) (struct ssl_st *ssl, in SSL_CTX_sess_set_get_cb()
|
H A D | ssl_local.h | 880 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); 882 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, 1212 struct ssl_st { struct
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 607 -T ssl_st
|