Searched refs:SSL_get1_session (Results 1 – 13 of 13) sorted by relevance
5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data13 SSL_SESSION *SSL_get1_session(SSL *ssl);23 SSL_get1_session() is the same as SSL_get_session(), but the reference70 If the data is to be kept, SSL_get1_session() will increment the reference
54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
517 if (!TEST_ptr((client_sess = SSL_get1_session(clientssl))) in test_rpk()521 if (!TEST_ptr((server_sess = SSL_get1_session(serverssl))) in test_rpk()
306 sess = SSL_get1_session(cssl); in test_tls13ccs()
494 sess = SSL_get1_session(clientssl); in test_keylog_no_master_key()2155 if (!TEST_ptr(sess1 = SSL_get1_session(clientssl2))) in execute_test_session()3496 *sess = SSL_get1_session(*clientssl); in setupearly_data_test()3700 sess = SSL_get1_session(clientssl); in test_early_data_read_write()4815 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()4836 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()4872 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()6262 sess = SSL_get1_session(clientssl); in test_custom_exts()7938 clntsess = SSL_get1_session(clientssl); in test_info_callback()8471 clntsess = SSL_get1_session(clientssl); in test_ticket_callbacks()[all …]
229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
167 sess = SSL_get1_session(clientquic); in test_quic_write_read()
72 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
1697 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
67 SSL_get1_session 68 3_0_0 EXIST::FUNCTION:
499 | `SSL_get1_session` | HL | U | A | NC\* | Done …
2125 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
18572 * SSL_get1_session() is like SSL_get_session(), but increments
Completed in 110 milliseconds