Searched refs:tdata (Results 1 – 1 of 1) sorted by relevance
481 BIO_SSL *tdata, *fdata; in BIO_ssl_copy_session_id() local486 tdata = BIO_get_data(t); in BIO_ssl_copy_session_id()488 if ((tdata->ssl == NULL) || (fdata->ssl == NULL)) in BIO_ssl_copy_session_id()490 if (!SSL_copy_session_id(tdata->ssl, (fdata->ssl))) in BIO_ssl_copy_session_id()
Completed in 3 milliseconds