Searched refs:SSL_process_quic_post_handshake (Results 1 – 3 of 3) sorted by relevance
3205 OPENSSL_EXPORT int SSL_process_quic_post_handshake(SSL *ssl);
4920 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()
974 int SSL_process_quic_post_handshake(SSL *ssl) { in SSL_process_quic_post_handshake() function