Home
last modified time | relevance | path

Searched refs:SSL_used_hello_retry_request (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc685 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()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc672 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()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4040 OPENSSL_EXPORT int SSL_used_hello_retry_request(const SSL *ssl);
/external/boringssl/src/include/openssl/
Dssl.h4112 OPENSSL_EXPORT int SSL_used_hello_retry_request(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.cc2940 int SSL_used_hello_retry_request(const SSL *ssl) { in SSL_used_hello_retry_request() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2857 int SSL_used_hello_retry_request(const SSL *ssl) { in SSL_used_hello_retry_request() function
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h516 #define SSL_used_hello_retry_request BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_used_hello_retry_re… macro