Searched refs:SSL_get_session (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c604 SSL_set_session(serverCon, SSL_get_session(scon));
H A Ds_client.c1687 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
2278 SSL_SESSION_print(bio, SSL_get_session(s));
H A Ds_server.c2649 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
2995 SSL_SESSION_print(io, SSL_get_session(con));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c604 SSL_set_session(serverCon, SSL_get_session(scon));
H A Ds_client.c1687 PEM_write_bio_SSL_SESSION(stmp, SSL_get_session(con));
2278 SSL_SESSION_print(bio, SSL_get_session(s));
H A Ds_server.c2649 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
2995 SSL_SESSION_print(io, SSL_get_session(con));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcyassl.c324 our_ssl_sessionid = SSL_get_session(connssl->handle);
H A Dopenssl.c1992 get_ssl_version_txt(SSL_get_session(connssl->handle)),
2498 our_ssl_sessionid = SSL_get_session(connssl->handle);
2500 /* if SSL_get1_session() is unavailable, use SSL_get_session().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c694 SSL_set_session(serverCon,SSL_get_session(scon));
H A Ds_server.c1508 PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con));
1768 SSL_SESSION_print(io,SSL_get_session(con));
H A Ds_client.c1301 SSL_SESSION_print(bio,SSL_get_session(s));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c68 SSL_SESSION *SSL_get_session(const SSL *ssl) function
75 /* variant of SSL_get_session: caller really gets something */
H A Dssl.h1447 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1448 SSL_SESSION *SSL_get_session(const SSL *ssl);
H A Dssl_lib.c767 SSL_set_session(t,SSL_get_session(f));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h1447 #define SSL_get0_session SSL_get_session /* just peek at pointer */
1448 SSL_SESSION *SSL_get_session(const SSL *ssl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_sess.c150 SSL_SESSION *SSL_get_session(const SSL *ssl) function
157 /* variant of SSL_get_session: caller really gets something */
H A Dssl.h2444 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2445 SSL_SESSION *SSL_get_session(const SSL *ssl);
H A Dssl_lib.c930 SSL_set_session(t, SSL_get_session(f));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_sess.c150 SSL_SESSION *SSL_get_session(const SSL *ssl) function
157 /* variant of SSL_get_session: caller really gets something */
H A Dssl.h2444 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2445 SSL_SESSION *SSL_get_session(const SSL *ssl);
H A Dssl_lib.c930 SSL_set_session(t, SSL_get_session(f));

Completed in 597 milliseconds