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

/external/openssl/ssl/
H A Dt1_lib.c771 int ecpointformatlist_length = *(sdata++); local
773 if (ecpointformatlist_length != size - 1)
786 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
791 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length;
792 memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length);
1049 int ecpointformatlist_length = *(sdata++); local
1051 if (ecpointformatlist_length != size - 1)
1058 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
1063 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length;
1064 memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length);
[all...]

Completed in 116 milliseconds