Home
last modified time | relevance | path

Searched refs:session_out (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/tool/
H A Dclient.cc180 static bssl::UniquePtr<BIO> session_out; variable
184 if (session_out) { in NewSessionCallback()
185 if (!PEM_write_bio_SSL_SESSION(session_out.get(), session) || in NewSessionCallback()
186 BIO_flush(session_out.get()) <= 0) { in NewSessionCallback()
494 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
495 if (!session_out) { in Client()
/dports/security/boringssl/boringssl-6a71840/tool/
H A Dclient.cc180 static bssl::UniquePtr<BIO> session_out; variable
184 if (session_out) { in NewSessionCallback()
185 if (!PEM_write_bio_SSL_SESSION(session_out.get(), session) || in NewSessionCallback()
186 BIO_flush(session_out.get()) <= 0) { in NewSessionCallback()
494 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
495 if (!session_out) { in Client()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/tool/
H A Dclient.cc180 static bssl::UniquePtr<BIO> session_out; variable
184 if (session_out) { in NewSessionCallback()
185 if (!PEM_write_bio_SSL_SESSION(session_out.get(), session) || in NewSessionCallback()
186 BIO_flush(session_out.get()) <= 0) { in NewSessionCallback()
494 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
495 if (!session_out) { in Client()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/tool/
H A Dclient.cc180 static bssl::UniquePtr<BIO> session_out; variable
184 if (session_out) { in NewSessionCallback()
185 if (!PEM_write_bio_SSL_SESSION(session_out.get(), session) || in NewSessionCallback()
186 BIO_flush(session_out.get()) <= 0) { in NewSessionCallback()
494 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
495 if (!session_out) { in Client()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/tool/
H A Dclient.cc180 static bssl::UniquePtr<BIO> session_out; variable
184 if (session_out) { in NewSessionCallback()
185 if (!PEM_write_bio_SSL_SESSION(session_out.get(), session) || in NewSessionCallback()
186 BIO_flush(session_out.get()) <= 0) { in NewSessionCallback()
494 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
495 if (!session_out) { in Client()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/tool/
H A Dclient.cc192 static bssl::UniquePtr<BIO> session_out; variable
196 if (session_out) { in NewSessionCallback()
197 if (!PEM_write_bio_SSL_SESSION(session_out.get(), session) || in NewSessionCallback()
198 BIO_flush(session_out.get()) <= 0) { in NewSessionCallback()
526 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
527 if (!session_out) { in Client()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/tests/
H A Dwocky-test-helper.c36 data->session_out = wocky_session_new_with_connection (data->out, out_jid); in setup_test_full()
39 data->sched_out = wocky_session_get_porter (data->session_out); in setup_test_full()
77 if (data->session_out != NULL) in teardown_test()
78 g_object_unref (data->session_out); in teardown_test()
H A Dwocky-test-helper.h18 WockySession *session_out; member
H A Dwocky-pubsub-node-test.c979 pubsub = wocky_pubsub_service_new (test->session_out, "pubsub.localhost"); in test_receive_event()
1136 pubsub = wocky_pubsub_service_new (test->session_out, "pubsub.localhost"); in test_subscription_state_changed()
1262 pubsub = wocky_pubsub_service_new (test->session_out, "pubsub.localhost"); in test_deleted()
H A Dwocky-pep-service-test.c116 wocky_pep_service_start (pep, test->session_out); in test_changed_signal()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/tests/
H A Dwocky-test-helper.c32 data->session_out = wocky_session_new_with_connection (data->out, out_jid); in setup_test_full()
35 data->sched_out = wocky_session_get_porter (data->session_out); in setup_test_full()
73 if (data->session_out != NULL) in teardown_test()
74 g_object_unref (data->session_out); in teardown_test()
H A Dwocky-test-helper.h18 WockySession *session_out; member
H A Dwocky-pubsub-node-test.c975 pubsub = wocky_pubsub_service_new (test->session_out, "pubsub.localhost"); in test_receive_event()
1132 pubsub = wocky_pubsub_service_new (test->session_out, "pubsub.localhost"); in test_subscription_state_changed()
1258 pubsub = wocky_pubsub_service_new (test->session_out, "pubsub.localhost"); in test_deleted()
H A Dwocky-pep-service-test.c112 wocky_pep_service_start (pep, test->session_out); in test_changed_signal()
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/tests/check/gst/
H A Drtspserver.c358 gchar ** session_out, gchar ** transport_out, gchar ** range_out, in do_request_full() argument
433 if (session_out) { in do_request_full()
448 *session_out = value; in do_request_full()
470 gchar ** session_out, gchar ** transport_out, gchar ** range_out) in do_request() argument
473 range_in, NULL, content_type, content_base, body, session_out, in do_request()
538 gchar **session_out = NULL; in do_setup_full() local
546 session_out = session; in do_setup_full()
576 transport_string_in->str, NULL, require, NULL, NULL, NULL, session_out, in do_setup_full()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dhandshake.c1389 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1663 if (session_out != NULL) in do_handshake_internal()
1664 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dhandshake.c1389 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1663 if (session_out != NULL) in do_handshake_internal()
1664 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dhandshake_helper.c1424 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1694 if (session_out != NULL) in do_handshake_internal()
1695 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dhandshake.c1389 SSL_SESSION **session_out, SSL_SESSION **serv_sess_out) in do_handshake_internal() argument
1663 if (session_out != NULL) in do_handshake_internal()
1664 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()

123