Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c1150 int ecpointformatlist_length = *(sdata++); in ssl_parse_clienthello_tlsext() local
1152 if (ecpointformatlist_length != size - 1) in ssl_parse_clienthello_tlsext()
1161 OPENSSL_malloc(ecpointformatlist_length)) == NULL) { in ssl_parse_clienthello_tlsext()
1166 ecpointformatlist_length; in ssl_parse_clienthello_tlsext()
1168 ecpointformatlist_length); in ssl_parse_clienthello_tlsext()
1492 int ecpointformatlist_length = *(sdata++); in ssl_parse_serverhello_tlsext() local
1494 if (ecpointformatlist_length != size - 1 || in ssl_parse_serverhello_tlsext()
1495 ecpointformatlist_length < 1) { in ssl_parse_serverhello_tlsext()
1504 OPENSSL_malloc(ecpointformatlist_length)) == NULL) { in ssl_parse_serverhello_tlsext()
1509 ecpointformatlist_length; in ssl_parse_serverhello_tlsext()
[all …]