Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_pkt.c192 assert(ssl_can_write(ssl)); in ssl3_write_app_data()
Dssl_lib.c616 int ssl_can_write(const SSL *ssl) { in ssl_can_write() function
758 if (!ssl_can_write(ssl)) { in SSL_write()
Dinternal.h2242 int ssl_can_write(const SSL *ssl); in OPENSSL_MSVC_PRAGMA()