Searched refs:ssl_ctx_st (Results 1 – 6 of 6) sorted by relevance
20 typedef struct ssl_ctx_st SSL_CTX;
23 typedef struct ssl_ctx_st SSL_CTX;
22 typedef struct ssl_ctx_st SSL_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)
319 typedef struct ssl_ctx_st SSL_CTX;
4129 struct ssl_ctx_st { struct