Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_enc.cc442 if (!SSL_in_early_data(ssl) && !SSL_early_data_accepted(ssl)) { in SSL_export_early_keying_material()
Dssl_lib.cc1213 int SSL_early_data_accepted(const SSL *ssl) { in SSL_early_data_accepted() function
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1834 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()
/external/boringssl/src/tool/
Dtransport_common.cc289 (SSL_early_data_accepted(ssl) || SSL_in_early_data(ssl)) ? "yes" : "no"); in PrintConnectionInfo()
/external/boringssl/src/include/openssl/
Dssl.h3058 OPENSSL_EXPORT int SSL_early_data_accepted(const SSL *ssl);