Searched defs:SSL_clear (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_lib.c2573 int SSL_clear(SSL *ssl) { function
2587 /* SSL_clear may be called before or after the |ssl| is initialized in either
2588 * accept or connect state. In the latter case, SSL_clear should preserve the
2601 * |SSL_clear| because it is per-connection state rather than configuration
2603 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and

Completed in 58 milliseconds