Searched defs:pSession (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_vars.c410 SSL_SESSION *pSession = SSL_get_session(ssl); local
411 if (pSession) {
416 id = (unsigned char *)SSL_SESSION_get_id(pSession, &idlen);
418 id = pSession->session_id;
419 idlen = pSession->session_id_length;
1160 SSL_SESSION *pSession = SSL_get_session(ssl); local
1162 if (pSession) {
1164 switch (SSL_SESSION_get_compress_id(pSession)) {
1166 switch (pSession->compress_meth) {

Completed in 29 milliseconds