Home
last modified time | relevance | path

Searched refs:flush_flight (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/ssl/
Dhandshake.cc562 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
640 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
Ds3_both.cc294 if (!ssl->quic_method->flush_flight(ssl)) { in tls_flush_flight()
Dinternal.h2184 int (*flush_flight)(SSL *ssl);
Dssl_test.cc5737 auto flush_flight = [](SSL *ssl) -> int { in TEST_F() local
5754 quic_method.flush_flight = flush_flight; in TEST_F()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake.cc554 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
632 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
Ds3_both.cc294 if (!ssl->quic_method->flush_flight(ssl)) { in tls_flush_flight()
Dinternal.h2141 int (*flush_flight)(SSL *ssl);
Dssl_test.cc5681 auto flush_flight = [](SSL *ssl) -> int { in TEST_F() local
5698 quic_method.flush_flight = flush_flight; in TEST_F()
/external/rust/crates/quiche/src/
Dtls.rs104 flush_flight: extern fn(ssl: *mut SSL) -> c_int, field
120 flush_flight,
686 extern fn flush_flight(_ssl: *mut SSL) -> c_int { in flush_flight() function
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3258 int (*flush_flight)(SSL *ssl); member
/external/boringssl/src/include/openssl/
Dssl.h3313 int (*flush_flight)(SSL *ssl); member