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()
3105 #define SID_CTX "Python" in _ssl__SSLContext_impl() macro3106 SSL_CTX_set_session_id_context(self->ctx, (const unsigned char *) SID_CTX, in _ssl__SSLContext_impl()3107 sizeof(SID_CTX)); in _ssl__SSLContext_impl()3108 #undef SID_CTX in _ssl__SSLContext_impl()