Home
last modified time | relevance | path

Searched refs:max_out (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dpunycode.c125 unsigned int max_out = *pout_length; in ossl_punycode_decode() local
135 if (basic_count > max_out) in ossl_punycode_decode()
183 if (written_out >= max_out) in ossl_punycode_decode()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt1444 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t;
1450 max_out = *output_length;
1465 if (max_out - out < 2) return punycode_big_output;
1510 if (out >= max_out) return punycode_big_output;
1549 punycode_uint n, out, i, max_out, bias,
1556 max_out = *output_length;
1564 if (b > max_out) return punycode_big_output;
1619 if (out >= max_out) return punycode_big_output;
/freebsd/sys/netinet/
H A Dsctp_output.c12885 ssize_t tot_demand, tot_out = 0, max_out; in sctp_lower_sosend() local
12918 max_out = asoc->smallest_mtu - sizeof(struct sctp_paramhdr); in sctp_lower_sosend()
12919 max_out -= sizeof(struct sctp_abort_msg); in sctp_lower_sosend()
12920 if (tot_out > max_out) { in sctp_lower_sosend()
12921 tot_out = max_out; in sctp_lower_sosend()