Searched refs:SSL_SESSION_new (Results 1 – 13 of 13) sorted by relevance
5 SSL_SESSION_new,14 SSL_SESSION *SSL_SESSION_new(void);21 SSL_SESSION_new() creates a new SSL_SESSION structure and returns a pointer to62 SSL_SESSION_new returns a pointer to the newly allocated SSL_SESSION structure
304 s->session = SSL_SESSION_new(); in test_handshake_secrets()
5605 clientpsk = SSL_SESSION_new(); in test_tls13_psk()9337 || !TEST_ptr(early = SSL_SESSION_new()) in test_session_timeout()9338 || !TEST_ptr(middle = SSL_SESSION_new()) in test_session_timeout()9339 || !TEST_ptr(late = SSL_SESSION_new())) in test_session_timeout()
278 ret = SSL_SESSION_new(); in d2i_SSL_SESSION_ex()
101 SSL_SESSION *SSL_SESSION_new(void) in SSL_SESSION_new() function443 if ((ss = SSL_SESSION_new()) == NULL) { in ssl_get_new_session()
1403 sess = SSL_SESSION_new(); in create_a_psk()
51 SSL_SESSION_new 52 3_0_0 EXIST::FUNCTION:
1103 sess = SSL_SESSION_new(); in tls_parse_ctos_psk()
836 psksess = SSL_SESSION_new(); in tls_construct_ctos_early_data()
1148 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,b…1729 __owur SSL_SESSION *SSL_SESSION_new(void);
231 usesess = SSL_SESSION_new(); in psk_use_session_cb()
232 tmpsess = SSL_SESSION_new(); in psk_find_session_cb()
459 | `SSL_SESSION_new` | HL | U | A | NC\* | Done …
Completed in 97 milliseconds