Searched refs:SSL_get_finished (Results 1 – 5 of 5) sorted by relevance
264 SSL_get_finished;
1094 size_t SSL_get_finished(const SSL *s, void *buf, size_t count);
5738 len = SSL_get_finished(conn->ssl, buf, max_len); in tls_get_tls_unique()
1436 size_t SSL_get_finished(const SSL *s, void *buf, size_t count) in SSL_get_finished() function
11419 *) Clean up 'Finished' handling, and add functions SSL_get_finished and