Home
last modified time | relevance | path

Searched refs:origsess (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c5042 SSL_SESSION *origsess = NULL; in test_negotiated_group() local
5107 if (!TEST_ptr((origsess = SSL_get1_session(clientssl)))) in test_negotiated_group()
5119 || !TEST_true(SSL_set_session(clientssl, origsess)) in test_negotiated_group()
5165 || !TEST_true(SSL_set_session(clientssl, origsess)) in test_negotiated_group()
5185 SSL_SESSION_free(origsess); in test_negotiated_group()

Completed in 12 milliseconds