Searched refs:xl (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Ddes_support.c29 br_des_do_IP(uint32_t *xl, uint32_t *xr) argument
38 l = *xl;
55 *xl = l;
61 br_des_do_invIP(uint32_t *xl, uint32_t *xr) argument
68 l = *xl;
85 *xl = l;
93 uint32_t xl, xr, kl, kr; local
96 xl = br_dec32be(key);
121 br_des_do_IP(&xl, &xr);
123 | ((xl
[all...]
H A Ddes_tab.c271 uint32_t xl, xr, ul, ur; local
274 xl = skey[(i << 1) + 0];
279 ul |= (xl & 1) << PC2left[j];
281 xl >>= 1;
/freebsd-13-stable/tests/sys/netinet6/
H A Ddivert.sh53 xl=`printf "%x" $(($$ - 65535))`
56 xl=`printf "%x" $$`
63 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
64 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
72 jname="v6t-${id}-${yl}-${xl}"
H A Dmld.sh44 xl=`printf "%x" $(($$ - 65535))`
47 xl=`printf "%x" $$`
53 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
54 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
60 jname="v6t-${id}-${yl}-${xl}"
H A Dscapyi386.sh44 xl=`printf "%x" $(($$ - 65535))`
47 xl=`printf "%x" $$`
53 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
54 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
60 jname="v6t-${id}-${yl}-${xl}"
H A Dforward6.sh46 xl=`printf "%x" $(($$ - 65535))`
49 xl=`printf "%x" $$`
55 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
56 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
59 src_ip="2001:db8:6666:0000:${yl}:${id}:3:${xl}"
67 jname="v6t-${id}-${yl}-${xl}"
116 xl=`printf "%x" $(($$ - 65535))`
119 xl=`printf "%x" $$`
125 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
126 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
[all...]
H A Dexthdr.sh44 xl=`printf "%x" $(($$ - 65535))`
47 xl=`printf "%x" $$`
53 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
54 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
60 jname="v6t-${id}-${yl}-${xl}"
H A Dredirect.sh50 xl=`printf "%x" $(($$ - 65535))`
53 xl=`printf "%x" $$`
59 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
60 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
76 jname="v6t-${id}-${yl}-${xl}"
/freebsd-13-stable/sys/modules/xl/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/xl
/freebsd-13-stable/tests/sys/netinet/
H A Ddivert.sh58 xl=`printf "%x" $(($$ - 65535))`
61 xl=`printf "%x" $$`
77 jname="v4t-${id}-${yl}-${xl}"
113 xl=`printf "%x" $(($$ - 65535))`
116 xl=`printf "%x" $$`
132 jname="v4t-${id}-${yl}-${xl}"
H A Dredirect.sh46 xl=`printf "%x" $(($$ - 65535))`
49 xl=`printf "%x" $$`
73 jname="v4t-${id}-${yl}-${xl}"
/freebsd-13-stable/usr.bin/netstat/
H A Dsctp.c215 struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp; local
231 prev_xl = xl;
232 xl = malloc(sizeof(struct xladdr_entry));
233 if (xl == NULL) {
238 xl->xladdr = xladdr;
240 LIST_INSERT_HEAD(&xladdr_head, xl, xladdr_entries);
242 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries);
271 xl = LIST_FIRST(&xladdr_head);
280 if (xl != NULL) {
281 sctp_print_address("local", &(xl
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c47 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
211 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, argument
248 ctx = (BY_DIR *)xl->method_data;
317 if ((X509_load_cert_file(xl, b->data, ent->dir_type)) == 0)
320 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0)
330 X509_STORE_lock(xl->store_ctx);
331 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
332 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
333 X509_STORE_unlock(xl->store_ctx);
/freebsd-13-stable/usr.sbin/apm/
H A Dapm.c38 #define xl(a) ((a) & 0xff) macro
266 * xl(SI) - day of month (1-31)
274 tm.tm_min = bcd2int(xl(args.edx));
276 tm.tm_mday = bcd2int(xl(args.esi));
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
81 Xl = *xl;
94 *xl = Xr ^ p[17];
99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
106 Xl = *xl;
119 *xl = Xr ^ p[0];
/freebsd-13-stable/contrib/bearssl/src/
H A Dinner.h955 uint32_t xl, xh; local
958 xl = (x & 0xFFFF) | (uint32_t)0x80000000;
962 return (xl * yl + ((xl * yh + xh * yl) << 16)) & (uint32_t)0x7FFFFFFF;
1624 void br_des_do_IP(uint32_t *xl, uint32_t *xr);
1629 void br_des_do_invIP(uint32_t *xl, uint32_t *xr);
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c215 struct trxd *x1, *xl; member in struct:schan
607 dp2 = sc->ch[chan]->xl;
614 sc->ch[chan]->xl = dp2;
621 sc->ch[chan]->xl->vnext = NULL;
630 sc->ch[chan]->xl->next = vtophys(dp);
631 sc->ch[chan]->xl->vnext = dp;
632 sc->ch[chan]->xl = dp;
706 sc->ch[chan]->xl = dp;
/freebsd-13-stable/contrib/dialog/
H A Ddialog.h310 #define auto_size(t,s,h,w,xl,mc) dlg_auto_size(t,s,h,w,xl,mc)
311 #define auto_sizefile(t,f,h,w,xl,mc) dlg_auto_sizefile(t,f,h,w,xl,mc)
/freebsd-13-stable/secure/lib/libcrypt/
H A Dblowfish.c66 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
73 Xl = *xl;
86 *xl = Xr ^ p[17];
/freebsd-13-stable/sys/crypto/camellia/
H A Dcamellia.c108 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
110 il = xl ^ kl; \
144 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
147 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
149 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
151 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
153 il ^= CAMELLIA_SP4404(xl & 0xff); \
/freebsd-13-stable/sys/dev/xl/
H A Dif_xl.c140 MODULE_DEPEND(xl, pci, 1, 1, 1);
141 MODULE_DEPEND(xl, ether, 1, 1, 1);
142 MODULE_DEPEND(xl, miibus, 1, 1, 1);
147 #include <dev/xl/if_xlreg.h>
327 "xl",
334 DRIVER_MODULE_ORDERED(xl, pci, xl_driver, xl_devclass, NULL, NULL,
336 DRIVER_MODULE(miibus, xl, miibus_driver, miibus_devclass, NULL, NULL);
337 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, xl, xl_devs,
1564 KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized"));
/freebsd-13-stable/sys/contrib/openzfs/config/
H A Dconfig.rpath88 xl* | bgxl* | bgf* | mpixl*)
/freebsd-13-stable/share/man/man4/
H A DMakefile601 xl.4 \
771 MLINKS+=xl.4 if_xl.4
/freebsd-13-stable/sys/modules/
H A DMakefile402 xl \
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure9443 xl* | bgxl* | bgf* | mpixl*)
10092 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)

Completed in 378 milliseconds

12