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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c1785 unsigned int npalen; local
1788 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen,
1792 if ((long)(limit - ret - 4 - npalen) < 0)
1795 s2n(npalen, ret);
1796 memcpy(ret, npa, npalen);
1797 ret += npalen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c1785 unsigned int npalen; local
1788 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen,
1792 if ((long)(limit - ret - 4 - npalen) < 0)
1795 s2n(npalen, ret);
1796 memcpy(ret, npa, npalen);
1797 ret += npalen;

Completed in 37 milliseconds