Searched refs:SSL_early_data_accepted (Results 1 – 5 of 5) sorted by relevance
442 if (!SSL_in_early_data(ssl) && !SSL_early_data_accepted(ssl)) { in SSL_export_early_keying_material()
1213 int SSL_early_data_accepted(const SSL *ssl) { in SSL_early_data_accepted() function
1834 if ((config->expect_accept_early_data && !SSL_early_data_accepted(ssl)) || in CheckHandshakeProperties()1835 (config->expect_reject_early_data && SSL_early_data_accepted(ssl))) { in CheckHandshakeProperties()1838 SSL_early_data_accepted(ssl) ? "" : " not"); in CheckHandshakeProperties()2521 !SSL_early_data_accepted(ssl)) { in DoExchange()
289 (SSL_early_data_accepted(ssl) || SSL_in_early_data(ssl)) ? "yes" : "no"); in PrintConnectionInfo()
3058 OPENSSL_EXPORT int SSL_early_data_accepted(const SSL *ssl);