Searched refs:SSL_want (Results 1 – 10 of 10) sorted by relevance
81 int SSL_want(const SSL *ssl) in SSL_want() function98 return (SSL_want(ssl) == SSL_NOTHING); in SSL_want_nothing()111 return (SSL_want(ssl) == SSL_READING); in SSL_want_read()124 return (SSL_want(ssl) == SSL_WRITING); in SSL_want_write()134 return (SSL_want(ssl) == SSL_WRITING); in SSL_want_x509_lookup()
838 int SSL_want(const SSL *ssl);
4449 OPENSSL_EXPORT int SSL_want(const SSL *ssl);4451 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING)4452 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING)
4521 OPENSSL_EXPORT int SSL_want(const SSL *ssl);4523 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING)4524 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING)
309 SSL_want
1861 '#define SSL_want GRPC_SHADOW_SSL_want',
2635 int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; } in SSL_want() function
2552 int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; } in SSL_want() function
337 #define SSL_want GRPC_SHADOW_SSL_want macro
518 #define SSL_want BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_want) macro