Searched refs:ssl_st (Results 1 – 12 of 12) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 81 struct ssl_st; 82 typedef struct ssl_st SSL; 203 struct ssl_st struct
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1161 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/ |
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,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ossl_typ.h | 148 typedef struct ssl_st SSL;
|
D | ssl.h | 209 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/ |
D | types.h | 184 typedef struct ssl_st SSL;
|
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,
|
/third_party/toybox/toys/pending/ |
D | wget.c | 92 struct ssl_st *ssl;
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 1279 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()
|
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
|
/third_party/openssl/util/ |
D | indent.pro | 607 -T ssl_st
|
/third_party/libabigail/tests/data/test-diff-pkg/ |
D | spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt | 204 … underlying type 'struct ssl_st' at ssl.h:1065:1 changed: 205 … type name changed from 'ssl_st' to 'RedsStreamPrivate'
|