HomeSort by: relevance | last modified time | path
    Searched refs:write_session (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 852 static int write_session(const char *filename, SSL_SESSION *sess) function
1856 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) {
1862 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) {
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 845 static int write_session(const char *filename, SSL_SESSION *sess) function
1861 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) {
1867 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) {
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 851 static int write_session(const char *filename, SSL_SESSION *sess) function
1851 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) {
1857 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) {

Completed in 29 milliseconds