Searched refs:SID_CTX (Results 1 – 2 of 2) sorted by relevance
2263 #define SID_CTX "Python" in context_new() macro2264 SSL_CTX_set_session_id_context(self->ctx, (const unsigned char *) SID_CTX, in context_new()2265 sizeof(SID_CTX)); in context_new()2266 #undef SID_CTX in context_new()
3266 #define SID_CTX "Python" in _ssl__SSLContext_impl() macro3267 SSL_CTX_set_session_id_context(self->ctx, (const unsigned char *) SID_CTX, in _ssl__SSLContext_impl()3268 sizeof(SID_CTX)); in _ssl__SSLContext_impl()3269 #undef SID_CTX in _ssl__SSLContext_impl()