Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c3442 SSL_SESSION *new_sess = NULL; in tls_process_client_certificate() local
3564 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()
3570 s->session = new_sess; in tls_process_client_certificate()
3949 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket() local
3951 if (new_sess == NULL) { in tls_construct_new_session_ticket()
3957 s->session = new_sess; in tls_construct_new_session_ticket()
H A Dextensions_clnt.c1855 SSL_SESSION *new_sess; in tls_parse_stoc_key_share() local
1857 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()
1862 s->session = new_sess; in tls_parse_stoc_key_share()
H A Dstatem_clnt.c2501 SSL_SESSION *new_sess; in tls_process_new_session_ticket() local
2507 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()
2523 s->session = new_sess; in tls_process_new_session_ticket()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3421 SSL_SESSION *new_sess = NULL; in tls_process_client_certificate() local
3543 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_client_certificate()
3549 s->session = new_sess; in tls_process_client_certificate()
3928 SSL_SESSION *new_sess = ssl_session_dup(s->session, 0); in tls_construct_new_session_ticket() local
3930 if (new_sess == NULL) { in tls_construct_new_session_ticket()
3936 s->session = new_sess; in tls_construct_new_session_ticket()
H A Dextensions_clnt.c1840 SSL_SESSION *new_sess; in tls_parse_stoc_key_share() local
1842 if ((new_sess = ssl_session_dup(s->session, 0)) == NULL) { in tls_parse_stoc_key_share()
1847 s->session = new_sess; in tls_parse_stoc_key_share()
H A Dstatem_clnt.c2493 SSL_SESSION *new_sess; in tls_process_new_session_ticket() local
2499 if ((new_sess = ssl_session_dup(s->session, 0)) == 0) { in tls_process_new_session_ticket()
2515 s->session = new_sess; in tls_process_new_session_ticket()

Completed in 22 milliseconds