Home | History | Annotate | Download | only in ssl

Lines Matching refs:ssl_session

450 	SSL_SESSION r, *p;
1126 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx)
1675 static unsigned long ssl_session_hash(const SSL_SESSION *a)
1690 * able to construct an SSL_SESSION that will collide with any existing session
1692 static int ssl_session_cmp(const SSL_SESSION *a,const SSL_SESSION *b)
1705 static IMPLEMENT_LHASH_HASH_FN(ssl_session, SSL_SESSION)
1706 static IMPLEMENT_LHASH_COMP_FN(ssl_session, SSL_SESSION)
2672 const char *SSL_SESSION_get_version(const SSL_SESSION *s)