Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandshake.cc538 int ret = ssl->method->flush_flight(ssl); in ssl_run_handshake()
Ds3_both.cc292 if (!ssl->quic_method->flush_flight(ssl)) { in ssl3_flush_flight()
Dinternal.h1993 int (*flush_flight)(SSL *ssl);
Dssl_test.cc5031 auto flush_flight = [](SSL *ssl) -> int { in TEST_F() local
5049 flush_flight, in TEST_F()
/external/boringssl/src/include/openssl/
Dssl.h3173 int (*flush_flight)(SSL *ssl); member