Searched refs:SSL_get0_session (Results 1 – 2 of 2) sorted by relevance
12 SSL_SESSION *SSL_get0_session(const SSL *ssl);21 SSL_get0_session() is the same as SSL_get_session().31 SSL_get0_session() returns a pointer to the actual session. As the
1442 #define SSL_get0_session SSL_get_session /* just peek at pointer */ macro