Searched refs:tls13_process_new_session_ticket (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_both.cc | 725 return tls13_process_new_session_ticket(ssl, msg); in tls13_post_handshake()
|
D | tls13_client.cc | 1028 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg) { in tls13_process_new_session_ticket() function
|
D | internal.h | 2117 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg);
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_both.cc | 725 return tls13_process_new_session_ticket(ssl, msg); in tls13_post_handshake()
|
D | tls13_client.cc | 1028 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg) { in tls13_process_new_session_ticket() function
|
D | internal.h | 2117 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg);
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | tls13_both.cc | 681 return tls13_process_new_session_ticket(ssl, msg); in tls13_post_handshake()
|
H A D | tls13_client.cc | 1067 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg) { in tls13_process_new_session_ticket() function
|
H A D | internal.h | 2247 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg);
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | tls13_both.cc | 682 return tls13_process_new_session_ticket(ssl, msg); in tls13_post_handshake()
|
H A D | tls13_client.cc | 1067 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg) { in tls13_process_new_session_ticket() function
|
H A D | internal.h | 2232 bool tls13_process_new_session_ticket(SSL *ssl, const SSLMessage &msg);
|