Searched refs:ecpointformatlist_length (Results 1 – 1 of 1) sorted by relevance
1293 int ecpointformatlist_length = *(sdata++); in ssl_parse_clienthello_tlsext() local1295 if (ecpointformatlist_length != size - 1) in ssl_parse_clienthello_tlsext()1308 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL) in ssl_parse_clienthello_tlsext()1313 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length; in ssl_parse_clienthello_tlsext()1314 memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length); in ssl_parse_clienthello_tlsext()1710 int ecpointformatlist_length = *(sdata++); in ssl_parse_serverhello_tlsext() local1712 if (ecpointformatlist_length != size - 1 || in ssl_parse_serverhello_tlsext()1713 ecpointformatlist_length < 1) in ssl_parse_serverhello_tlsext()1722 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL) in ssl_parse_serverhello_tlsext()1727 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length; in ssl_parse_serverhello_tlsext()[all …]