Home
last modified time | relevance | path

Searched refs:SID_CTX (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c2263 #define SID_CTX "Python" in context_new() macro
2264 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()
/external/python/cpython3/Modules/
D_ssl.c3105 #define SID_CTX "Python" in _ssl__SSLContext_impl() macro
3106 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()