Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h81 struct ssl_st;
82 typedef struct ssl_st SSL;
203 struct ssl_st struct
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1161 class ssl_st(Structure): class
1163 ssl_crock_st = POINTER(ssl_st)
1181 SSL = ssl_st
1296 ('new_session_cb', CFUNCTYPE(c_int, POINTER(ssl_st), POINTER(SSL_SESSION))),
1298 …('get_session_cb', CFUNCTYPE(POINTER(SSL_SESSION), POINTER(ssl_st), POINTER(c_ubyte), c_int, POINT…
1339 ssl_st._fields_ = [
1400 assert sizeof(ssl_st) == 268, sizeof(ssl_st)
1401 assert alignment(ssl_st) == 4, alignment(ssl_st)
/third_party/openssl/doc/man3/
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,
/third_party/openssl/ohos_lite/include/openssl/
Dossl_typ.h148 typedef struct ssl_st SSL;
Dssl.h209 typedef struct ssl_st *ssl_crock_st;
710 int (*new_session_cb) (struct ssl_st *ssl,
712 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
721 SSL_SESSION *(*get_session_cb) (struct ssl_st
726 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
/third_party/openssl/include/openssl/
Dtypes.h184 typedef struct ssl_st SSL;
Dssl.h.in225 * 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,
/third_party/toybox/toys/pending/
Dwget.c92 struct ssl_st *ssl;
/third_party/openssl/ssl/
Dssl_sess.c1279 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
1300 SSL_SESSION *(*cb) (struct ssl_st *ssl, in SSL_CTX_sess_set_get_cb()
Dssl_local.h880 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
/third_party/openssl/util/
Dindent.pro607 -T ssl_st
/third_party/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt204 … underlying type 'struct ssl_st' at ssl.h:1065:1 changed:
205 … type name changed from 'ssl_st' to 'RedsStreamPrivate'