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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c1882 unsigned int npalen; local
1885 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen,
1894 if (CHECKLEN(ret, 4 + npalen, limit))
1897 s2n(npalen, ret);
1898 memcpy(ret, npa, npalen);
1899 ret += npalen;

Completed in 112 milliseconds