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

/freebsd-11-stable/lib/libc/string/
H A Dstrxfrm.c55 size_t xlen; local
84 if ((xlen = _collate_sxfrm(table, wcs, dest, len)) == (size_t)-1)
89 if (len > xlen) {
90 dest[xlen] = 0;
95 return (xlen);
/freebsd-11-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c126 int xlen, int ylen)
130 if (xlen <= 0)
135 xlen - xoff,
142 int xlen, int ylen)
152 px = DAEMON_MAX_WIDTH - xlen;
155 for (x = xoff; (x < xlen) && (daemon_pic[y][px] != '\0'); x++, px++) {
212 static int xlen, ylen, tlen; local
231 xlen = ylen = tlen = 0;
237 clear_daemon(sc, dxpos, dypos, dxdir, xoff, yoff, xlen, ylen);
288 xlen
125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, int xlen, int ylen) argument
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, int xlen, int ylen) argument
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_trce.c552 size_t xlen; local
560 xlen = ext[0];
561 if (extlen != xlen + 1)
564 ext + 1, xlen, 1, ssl_point_tbl);
569 xlen = (ext[0] << 8) | ext[1];
570 if (extlen != xlen + 2)
573 ext + 2, xlen, 2, ssl_curve_tbl);
579 xlen = (ext[0] << 8) | ext[1];
580 if (extlen != xlen + 2)
582 if (xlen
991 size_t xlen; local
[all...]
H A Dd1_both.c429 int xlen; local
442 xlen = ret;
445 xlen = ret - DTLS1_HM_HEADER_LENGTH;
448 ssl3_finish_mac(s, p, xlen);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
39 m = xlen / 40;
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) argument
109 m = xlen / 16;
123 if (x + xlen > xpos) {
125 size_t last = x + xlen - xpos;
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) argument
150 if (xlen == 0)
153 n = xlen / 16;
165 last = x + xlen - xpos;
H A Dfips_prf_wolfssl.c36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
58 m = xlen / 40;
H A Dfips_prf_openssl.c48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
70 m = xlen / 40;
H A Dcrypto.h61 * @xlen: Output length in bytes
69 size_t xlen);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c617 fin2open(d, dlen, base, baselen, x, xlen, rcsopen, mustread)
619 size_t dlen, baselen, xlen;
636 bufalloc(&RCSb, dlen + rcslen + 1 + baselen + xlen + 1);
644 VOID memcpy(p += baselen, x, xlen);
645 p[xlen] = 0;
646 if (xlen) {
654 VOID memcpy(p += baselen, x, xlen);
655 p[xlen] = 0;
690 size_t arglen, dlen, baselen, xlen; local
761 x, xlen
[all...]
/freebsd-11-stable/contrib/dtc/
H A Ddata.c39 struct data data_grow_for(struct data d, int xlen) argument
44 if (xlen == 0)
49 newsize = xlen;
51 while ((d.len + xlen) > newsize)
H A Ddtc.h105 struct data data_grow_for(struct data d, int xlen);
/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c866 int plen, xlen; local
873 if ((xlen = b64_ntop((u_char *)src,
876 xlen += dlen + 1;
883 for (p = bp, xlen -= plen; xlen > 0; xlen -= plen) {
916 int xlen; local
954 if ((xlen = (b64_pton(p + dlen + 1,
959 data[xlen] = '\0';
960 dtype = data + xlen
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c779 u_int len, xlen, pos, bogo; local
800 xlen = XDRALIGN(len);
812 COPYBACK(m, off, xlen, uaddr);
813 off += xlen;
820 diff = xlen - XDRALIGN(B(ra->ra_maddr.xu_xslen));
1317 u_int len, xlen, pos, bogo; local
1337 xlen = XDRALIGN(len);
1349 COPYBACK(m, off, xlen, uaddr);
1352 diff = xlen - XDRALIGN(B(rr->rr_v3.xu_xslen));
1383 u_int len, xlen, po local
[all...]
/freebsd-11-stable/sys/dev/glxsb/
H A Dglxsb.c724 int len, tlen, xlen; local
732 xlen = crd->crd_len > GLXSB_MAX_AES_LEN ?
740 op_dst = (char *)sc->sc_dma.dma_vaddr + xlen;
743 op_pdst = sc->sc_dma.dma_paddr + xlen;
815 bzero(sc->sc_dma.dma_vaddr, xlen * 2);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c508 size_t dlen, xlen, nlen; local
518 icnt = dlen = xlen = nlen = 0;
559 + dlen + xlen + nlen);
579 ifname = xdata + xlen;
689 xlen += NLMSG_ALIGN(rtapayload);
839 if (icnt == 0 && (dlen + nlen + xlen == 0)){
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c684 static u_int xlen; local
692 if (xlen < i) {
695 xlen = i;
704 xstrlcat(buf, str, xlen);
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c1542 int xlen = len; local
1544 ++xlen;
1546 ++xlen;
1549 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max))
1550 tp->snd_max = tp->snd_nxt + xlen;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c540 int xlen; local
555 ASN1_MALLOC_ENCODE(ECParameters, p, xlen, &ecp, &size, ret);
559 if ((int)size != xlen)
582 xlen = i2o_ECPublicKey(ctx->u.eckey, NULL);
583 if (xlen <= 0)
586 dhbuf.data = malloc(xlen);
589 dhbuf.length = xlen;
592 xlen = i2o_ECPublicKey(ctx->u.eckey, &p);
593 if (xlen <= 0)
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_sim_common.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) argument
24 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);
/freebsd-11-stable/sys/netipsec/
H A Dkey.c1662 size_t xlen, ilen; local
1668 xlen = sizeof(*xpl);
1669 if (*len < xlen)
1699 xlen += ilen;
1700 if (xlen > *len) {
1719 xpl->sadb_x_policy_len = PFKEY_UNIT64(xlen);
1721 *len = xlen;
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c7201 int xlen = strlen (switches[i].part1);
7203 if (xlen == matches[j].len
7204 && ! strncmp (switches[i].part1, matches[j].str, xlen))
7171 int xlen = strlen (switches[i].part1); local
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c1073 ehci_data_toggle_update(struct usb_xfer *xfer, uint16_t actlen, uint16_t xlen) argument
1086 else if (actlen != xlen)
1088 else if (xlen == 0)

Completed in 204 milliseconds