Searched refs:ssl_ctx_st (Results 1 – 10 of 10) sorted by relevance
78 struct ssl_ctx_st;79 typedef struct ssl_ctx_st SSL_CTX;170 struct ssl_ctx_st struct
149 typedef struct ssl_ctx_st SSL_CTX;
715 void (*remove_session_cb) (struct ssl_ctx_st718 void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx)) (struct ssl_ctx_st *ctx,
1182 class ssl_ctx_st(Structure): class1184 SSL_CTX = ssl_ctx_st1285 ssl_ctx_st._fields_ = [1297 ('remove_session_cb', CFUNCTYPE(None, POINTER(ssl_ctx_st), POINTER(SSL_SESSION))),1331 assert sizeof(ssl_ctx_st) == 248, sizeof(ssl_ctx_st)1332 assert alignment(ssl_ctx_st) == 4, alignment(ssl_ctx_st)
22 int SSL_CTX_SRP_CTX_free(struct ssl_ctx_st *ctx) in SSL_CTX_SRP_CTX_free()129 int SSL_CTX_SRP_CTX_init(struct ssl_ctx_st *ctx) in SSL_CTX_SRP_CTX_init()
735 struct ssl_ctx_st { struct773 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); argument
91 struct ssl_ctx_st *ctx;
23 void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(struct ssl_ctx_st *ctx,
604 -T ssl_ctx_st
5878 + Binary incompatibility of ssl_ctx_st structure