Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc619 if (config->expect_tls13_downgrade != !!SSL_is_tls13_downgrade(ssl)) { in CheckHandshakeProperties()
621 SSL_is_tls13_downgrade(ssl) ? "" : "no "); in CheckHandshakeProperties()
/external/boringssl/src/include/openssl/
Dssl.h3834 OPENSSL_EXPORT int SSL_is_tls13_downgrade(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.cc2812 int SSL_is_tls13_downgrade(const SSL *ssl) { return ssl->s3->tls13_downgrade; } in SSL_is_tls13_downgrade() function