Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl.h2981 OPENSSL_EXPORT int SSL_cutthrough_complete(const SSL *s);
/external/boringssl/src/ssl/
Dssl_lib.c2279 int SSL_cutthrough_complete(const SSL *ssl) { in SSL_cutthrough_complete() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9777 if (!SSL_is_init_finished(ssl) && !SSL_cutthrough_complete(ssl) &&
10088 if (!SSL_is_init_finished(ssl) && !SSL_cutthrough_complete(ssl) &&