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

/external/python/cpython2/Modules/
H A D_ssl.c2185 #define SID_CTX "Python" macro
2186 SSL_CTX_set_session_id_context(self->ctx, (const unsigned char *) SID_CTX,
2187 sizeof(SID_CTX));
2188 #undef SID_CTX macro
/external/python/cpython3/Modules/
H A D_ssl.c2748 #define SID_CTX "Python" macro
2749 SSL_CTX_set_session_id_context(self->ctx, (const unsigned char *) SID_CTX,
2750 sizeof(SID_CTX));
2751 #undef SID_CTX macro

Completed in 207 milliseconds