Searched refs:SSL_copy_session_id (Results 1 – 6 of 6) sorted by relevance
219 SSL_copy_session_id;
490 if (!SSL_copy_session_id(tdata->ssl, (fdata->ssl))) in BIO_ssl_copy_session_id()
1585 int SSL_copy_session_id(SSL *t, const SSL *f) in SSL_copy_session_id() function3946 if (!SSL_copy_session_id(ret, s)) in SSL_dup()
89 SSL BIOs in each chain and calling SSL_copy_session_id() on
487 =item int B<SSL_copy_session_id>(SSL *t, const SSL *f);831 The return type of B<SSL_copy_session_id> was changed from void to int in
1644 __owur int SSL_copy_session_id(SSL *to, const SSL *from);