Home
last modified time | relevance | path

Searched refs:tlsext_ecpointformatlist (Results 1 – 5 of 5) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c469 if (s->tlsext_ecpointformatlist != NULL) { in ssl_add_clienthello_tlsext()
487 memcpy(ret, s->tlsext_ecpointformatlist, in ssl_add_clienthello_tlsext()
755 if (s->tlsext_ecpointformatlist != NULL) { in ssl_add_serverhello_tlsext()
773 memcpy(ret, s->tlsext_ecpointformatlist, in ssl_add_serverhello_tlsext()
1719 if (s->tlsext_ecpointformatlist != NULL) in ssl_prepare_clienthello_tlsext()
1728 s->tlsext_ecpointformatlist[1] = in ssl_prepare_clienthello_tlsext()
1730 s->tlsext_ecpointformatlist[2] = in ssl_prepare_clienthello_tlsext()
1817 if (s->tlsext_ecpointformatlist != NULL) in ssl_prepare_serverhello_tlsext()
1826 s->tlsext_ecpointformatlist[1] = in ssl_prepare_serverhello_tlsext()
1828 s->tlsext_ecpointformatlist[2] = in ssl_prepare_serverhello_tlsext()
[all …]
H A Dssl_sess.c214 ss->tlsext_ecpointformatlist = NULL; in SSL_SESSION_new()
256 dest->tlsext_ecpointformatlist = NULL; in ssl_session_dup()
312 if (src->tlsext_ecpointformatlist) { in ssl_session_dup()
313 dest->tlsext_ecpointformatlist = in ssl_session_dup()
314 BUF_memdup(src->tlsext_ecpointformatlist, in ssl_session_dup()
316 if (dest->tlsext_ecpointformatlist == NULL) in ssl_session_dup()
523 if (s->tlsext_ecpointformatlist) { in ssl_get_new_session()
526 if ((ss->tlsext_ecpointformatlist = in ssl_get_new_session()
535 memcpy(ss->tlsext_ecpointformatlist, s->tlsext_ecpointformatlist, in ssl_get_new_session()
910 if (ss->tlsext_ecpointformatlist != NULL) in SSL_SESSION_free()
[all …]
H A Ds3_lib.c3873 && (s->session->tlsext_ecpointformatlist != NULL)) in ssl3_choose_cipher()
3912 if (s->session->tlsext_ecpointformatlist[j] == in ssl3_choose_cipher()
3924 if (s->session->tlsext_ecpointformatlist[j] == in ssl3_choose_cipher()
H A Dssl.h539 unsigned char *tlsext_ecpointformatlist; /* peer's list */ member
1445 unsigned char *tlsext_ecpointformatlist; member
H A Dssl_lib.c575 if (s->tlsext_ecpointformatlist) in SSL_free()
576 OPENSSL_free(s->tlsext_ecpointformatlist); in SSL_free()