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

  /external/chromium_org/third_party/boringssl/src/ssl/
t1_lib.c 1312 unsigned int npalen; local
    [all...]
  /external/openssl/ssl/
t1_lib.c 895 unsigned int npalen; local
898 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);
901 if ((long)(limit - ret - 4 - npalen) < 0) return NULL;
903 s2n(npalen,ret);
904 memcpy(ret, npa, npalen);
905 ret += npalen;
    [all...]

Completed in 151 milliseconds