Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c2185 #define SID_CTX "Python" in context_new() macro
2186 SSL_CTX_set_session_id_context(self->ctx, (const unsigned char *) SID_CTX, in context_new()
2187 sizeof(SID_CTX)); in context_new()
2188 #undef SID_CTX in context_new()