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

/external/openssl/ssl/
H A Dt1_lib.c1042 int ecpointformatlist_length = *(sdata++); local
1044 if (ecpointformatlist_length != size - 1)
1057 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
1062 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length;
1063 memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length);
1434 int ecpointformatlist_length = *(sdata++); local
1436 if (ecpointformatlist_length != size - 1)
1443 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
1448 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length;
1449 memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length);
[all...]

Completed in 17 milliseconds