Lines Matching defs:tmp
2240 SSL_SESSION *tmp = sess2;
2252 if (!TEST_ptr(tmp = SSL_SESSION_dup(sess2))
2254 || !TEST_true(tmp->owner == NULL)
2259 sess2 = tmp;
2681 BIO *tmp = NULL;
2772 tmp = SSL_get_wbio(serverssl);
2773 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) {
2774 tmp = NULL;
2784 SSL_set0_wbio(serverssl, tmp);
2785 tmp = NULL;
2828 BIO_free(tmp);
5079 * Be sure to enable auto tmp DH so that FFDHE can succeed.
6498 BIO *tmp = NULL;
6521 tmp = SSL_get_wbio(peerwrite);
6522 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) {
6523 tmp = NULL;
6535 SSL_set0_wbio(peerwrite, tmp);
6536 tmp = NULL;
6564 BIO_free(tmp);
6667 BIO *tmp = NULL;
6686 tmp = SSL_get_wbio(local);
6687 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) {
6688 tmp = NULL;
6700 SSL_set0_wbio(local, tmp);
6701 tmp = NULL;
6739 BIO_free(tmp);