Home
last modified time | relevance | path

Searched refs:SSL_process_quic_post_handshake (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h3205 OPENSSL_EXPORT int SSL_process_quic_post_handshake(SSL *ssl);
/external/boringssl/src/ssl/
Dssl_test.cc4920 EXPECT_EQ(SSL_process_quic_post_handshake(client_.get()), 1); in TEST_F()
5261 EXPECT_EQ(SSL_process_quic_post_handshake(client_.get()), 0); in TEST_F()
Dssl_lib.cc974 int SSL_process_quic_post_handshake(SSL *ssl) { in SSL_process_quic_post_handshake() function