Home | History | Annotate | Download | only in ssl

Lines Matching refs:rwstate

203   ssl->rwstate = SSL_NOTHING;
333 s->rwstate = SSL_NOTHING;
886 s->rwstate = SSL_NOTHING;
915 s->rwstate = SSL_NOTHING;
2058 * s->rwstate incorrectly (so that we have SSL_want_read(s) instead of
2394 int SSL_want(const SSL *s) { return s->rwstate; }