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

/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Dfips_prf_cryptoapi.c15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
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 Dfips_prf_openssl.c26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
48 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 Dcrypto.h61 * @xlen: Output length in bytes
69 size_t xlen);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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.h101 struct data data_grow_for(struct data d, int xlen);
/freebsd-10.3-release/contrib/nvi/common/
H A Drecover.c869 int plen, xlen; local
876 if ((xlen = b64_ntop((u_char *)src,
879 xlen += dlen + 1;
886 for (p = bp, xlen -= plen; xlen > 0; xlen -= plen) {
919 int xlen; local
957 if ((xlen = (b64_pton(p + dlen + 1,
962 data[xlen] = '\0';
963 dtype = data + xlen
[all...]
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c777 u_int len, xlen, pos, bogo; local
798 xlen = XDRALIGN(len);
810 COPYBACK(m, off, xlen, uaddr);
811 off += xlen;
818 diff = xlen - XDRALIGN(B(ra->ra_maddr.xu_xslen));
1315 u_int len, xlen, pos, bogo; local
1335 xlen = XDRALIGN(len);
1347 COPYBACK(m, off, xlen, uaddr);
1350 diff = xlen - XDRALIGN(B(rr->rr_v3.xu_xslen));
1381 u_int len, xlen, po local
[all...]
/freebsd-10.3-release/sys/dev/glxsb/
H A Dglxsb.c723 int len, tlen, xlen; local
731 xlen = crd->crd_len > GLXSB_MAX_AES_LEN ?
739 op_dst = (char *)sc->sc_dma.dma_vaddr + xlen;
742 op_pdst = sc->sc_dma.dma_paddr + xlen;
814 bzero(sc->sc_dma.dma_vaddr, xlen * 2);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/crypto/openssl/ssl/
H A Dd1_both.c425 int xlen; local
438 xlen = ret;
441 xlen = ret - DTLS1_HM_HEADER_LENGTH;
444 ssl3_finish_mac(s, p, xlen);
/freebsd-10.3-release/sys/netinet/
H A Dtcp_output.c1490 int xlen = len; local
1492 ++xlen;
1494 ++xlen;
1497 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max))
/freebsd-10.3-release/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-10.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp323 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
325 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], argument
327 dest[xlen] = mul_1(dest, x, xlen, y[0]);
331 for (unsigned j = 0; j < xlen; ++j) {
351 dest[i+xlen] = carry;
/freebsd-10.3-release/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-10.3-release/sys/dev/usb/controller/
H A Dehci.c1094 ehci_data_toggle_update(struct usb_xfer *xfer, uint16_t actlen, uint16_t xlen) argument
1107 else if (actlen != xlen)
1109 else if (xlen == 0)

Completed in 390 milliseconds