Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl_session

447 	SSL_SESSION r, *p;
1100 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx)
1634 static unsigned long ssl_session_hash(const SSL_SESSION *a)
1649 * able to construct an SSL_SESSION that will collide with any existing session
1651 static int ssl_session_cmp(const SSL_SESSION *a,const SSL_SESSION *b)
1664 static IMPLEMENT_LHASH_HASH_FN(ssl_session, SSL_SESSION)
1665 static IMPLEMENT_LHASH_COMP_FN(ssl_session, SSL_SESSION)
2592 const char *SSL_SESSION_get_version(const SSL_SESSION *s)