Searched refs:SSL_used_hello_retry_request (Results 1 – 7 of 7) sorted by relevance
685 if ((config->expect_hrr && !SSL_used_hello_retry_request(ssl)) || in CheckHandshakeProperties()686 (config->expect_no_hrr && SSL_used_hello_retry_request(ssl))) { in CheckHandshakeProperties()688 SSL_used_hello_retry_request(ssl) ? "" : "no "); in CheckHandshakeProperties()
672 if ((config->expect_hrr && !SSL_used_hello_retry_request(ssl)) || in CheckHandshakeProperties()673 (config->expect_no_hrr && SSL_used_hello_retry_request(ssl))) { in CheckHandshakeProperties()675 SSL_used_hello_retry_request(ssl) ? "" : "no "); in CheckHandshakeProperties()
4040 OPENSSL_EXPORT int SSL_used_hello_retry_request(const SSL *ssl);
4112 OPENSSL_EXPORT int SSL_used_hello_retry_request(const SSL *ssl);
2940 int SSL_used_hello_retry_request(const SSL *ssl) { in SSL_used_hello_retry_request() function
2857 int SSL_used_hello_retry_request(const SSL *ssl) { in SSL_used_hello_retry_request() function
516 #define SSL_used_hello_retry_request BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_used_hello_retry_re… macro