Home
last modified time | relevance | path

Searched refs:BIO_should_write (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/threads/
Dmttest.c525 if (BIO_should_write(c_bio)) in doit()
557 if (BIO_should_write(c_bio)) in doit()
597 if (BIO_should_write(s_bio)) in doit()
634 if (BIO_should_write(s_bio)) in doit()
/external/openssl/ssl/
Dssltest.c1688 if (BIO_should_write(c_bio)) in doit()
1724 if (BIO_should_write(c_bio)) in doit()
1772 if (BIO_should_write(s_bio)) in doit()
1819 if (BIO_should_write(s_bio)) in doit()
Dssl_lib.c2499 else if (BIO_should_write(bio)) in SSL_get_error()
2525 if (BIO_should_write(bio)) in SSL_get_error()
/external/openssl/crypto/bio/
Dbio.h253 #define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro
/external/openssl/include/openssl/
Dbio.h253 #define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro
/external/openssl/apps/
Docsp.c1347 else if (BIO_should_write(cbio)) in query_responder()