Home
last modified time | relevance | path

Searched refs:out_needs_handshake (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
Dd1_pkt.cc189 int dtls1_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *in, in dtls1_write_app_data() argument
192 *out_needs_handshake = false; in dtls1_write_app_data()
Ds3_pkt.cc129 int tls_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *in, in tls_write_app_data() argument
134 *out_needs_handshake = false; in tls_write_app_data()
174 *out_needs_handshake = true; in tls_write_app_data()
Dinternal.h2166 int (*write_app_data)(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
2914 int tls_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
2947 int dtls1_write_app_data(SSL *ssl, bool *out_needs_handshake,
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dd1_pkt.cc189 int dtls1_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *in, in dtls1_write_app_data() argument
192 *out_needs_handshake = false; in dtls1_write_app_data()
Ds3_pkt.cc129 int tls_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *in, in tls_write_app_data() argument
134 *out_needs_handshake = false; in tls_write_app_data()
174 *out_needs_handshake = true; in tls_write_app_data()
Dinternal.h2123 int (*write_app_data)(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
2860 int tls_write_app_data(SSL *ssl, bool *out_needs_handshake, const uint8_t *buf,
2893 int dtls1_write_app_data(SSL *ssl, bool *out_needs_handshake,