Searched defs:npalen (Results 1 - 1 of 1) sorted by relevance

/external/openssl/ssl/
H A Dt1_lib.c842 unsigned int npalen; local
845 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);
848 if ((long)(limit - ret - 4 - npalen) < 0) return NULL;
850 s2n(npalen,ret);
851 memcpy(ret, npa, npalen);
852 ret += npalen;

Completed in 21 milliseconds