Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/boringssl/src/tool/
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()
/external/cronet/stable/third_party/boringssl/src/tool/
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()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
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()
/external/boringssl/src/tool/
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()
/external/mbedtls/library/
Dssl_tls.c1557 ssl->session_out = NULL; in mbedtls_ssl_session_reset_int()
3320 if (ssl->session_out != NULL) { in mbedtls_ssl_get_input_max_frag_len()
3321 read_mfl = ssl_mfl_code_to_length(ssl->session_out->mfl_code); in mbedtls_ssl_get_input_max_frag_len()
3348 if (ssl->session_out != NULL && in mbedtls_ssl_get_output_max_frag_len()
3349 ssl_mfl_code_to_length(ssl->session_out->mfl_code) < max_len) { in mbedtls_ssl_get_output_max_frag_len()
3350 max_len = ssl_mfl_code_to_length(ssl->session_out->mfl_code); in mbedtls_ssl_get_output_max_frag_len()
4609 ssl->session_out = ssl->session; in ssl_context_load()
7934 ssl->session_out = ssl->session_negotiate; in mbedtls_ssl_write_finished()
/external/openthread/third_party/mbedtls/repo/library/
Dssl_tls.c1585 ssl->session_out = NULL; in mbedtls_ssl_session_reset_int()
3174 if (ssl->session_out != NULL) { in mbedtls_ssl_get_input_max_frag_len()
3175 read_mfl = ssl_mfl_code_to_length(ssl->session_out->mfl_code); in mbedtls_ssl_get_input_max_frag_len()
3202 if (ssl->session_out != NULL && in mbedtls_ssl_get_output_max_frag_len()
3203 ssl_mfl_code_to_length(ssl->session_out->mfl_code) < max_len) { in mbedtls_ssl_get_output_max_frag_len()
3204 max_len = ssl_mfl_code_to_length(ssl->session_out->mfl_code); in mbedtls_ssl_get_output_max_frag_len()
5301 ssl->session_out = ssl->session; in ssl_context_load()
8611 ssl->session_out = ssl->session_negotiate; in mbedtls_ssl_write_finished()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1740 … mbedtls_ssl_session *MBEDTLS_PRIVATE(session_out); /*!< current session data (out) */
/external/mbedtls/include/mbedtls/
Dssl.h1653 … mbedtls_ssl_session *MBEDTLS_PRIVATE(session_out); /*!< current session data (out) */