Searched refs:SSL_want (Results 1 – 5 of 5) sorted by relevance
4251 OPENSSL_EXPORT int SSL_want(const SSL *ssl);4253 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING)4254 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING)
309 SSL_want
1861 '#define SSL_want GRPC_SHADOW_SSL_want',
2509 int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; } in SSL_want() function
337 #define SSL_want GRPC_SHADOW_SSL_want macro