HomeSort by relevance Sort by last modified time
    Searched refs:ecpointformatlist_length (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 1047 int ecpointformatlist_length = *(sdata++); local
1049 if (ecpointformatlist_length != size - 1)
1062 if ((s->session->tlsext_ecpointformatlist = OPENSSL_malloc(ecpointformatlist_length)) == NULL)
1067 s->session->tlsext_ecpointformatlist_length = ecpointformatlist_length;
1068 memcpy(s->session->tlsext_ecpointformatlist, sdata, ecpointformatlist_length);
1445 int ecpointformatlist_length = *(sdata++); local
    [all...]
  /external/openssl/ssl/
t1_lib.c 1176 int ecpointformatlist_length = *(sdata++); local
1587 int ecpointformatlist_length = *(sdata++); local
    [all...]

Completed in 31 milliseconds