Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_clear

2362 int SSL_clear(SSL *ssl) {
2363 /* In OpenSSL, reusing a client |SSL| with |SSL_clear| causes the previously
2373 * |SSL_clear| because it is per-connection state rather than configuration
2375 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and