Home
last modified time | relevance | path

Searched refs:xl (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/tests/sys/netinet6/
H A Dforward6.sh45 xl=`printf "%x" $(($$ - 65535))`
48 xl=`printf "%x" $$`
54 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
55 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
58 src_ip="2001:db8:6666:0000:${yl}:${id}:3:${xl}"
66 jname="v6t-${id}-${yl}-${xl}"
115 xl=`printf "%x" $(($$ - 65535))`
118 xl=`printf "%x" $$`
124 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
125 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
[all …]
H A Dscapyi386.sh43 xl=`printf "%x" $(($$ - 65535))`
46 xl=`printf "%x" $$`
52 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
53 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
59 jname="v6t-${id}-${yl}-${xl}"
H A Ddivert.sh51 xl=`printf "%x" $(($$ - 65535))`
54 xl=`printf "%x" $$`
61 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
62 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
70 jname="v6t-${id}-${yl}-${xl}"
H A Dmld.sh43 xl=`printf "%x" $(($$ - 65535))`
46 xl=`printf "%x" $$`
52 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
53 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
59 jname="v6t-${id}-${yl}-${xl}"
H A Dredirect.sh45 xl=`printf "%x" $(($$ - 65535))`
48 xl=`printf "%x" $$`
54 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
55 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
71 jname="v6t-${id}-${yl}-${xl}"
H A Dexthdr.sh43 xl=`printf "%x" $(($$ - 65535))`
46 xl=`printf "%x" $$`
52 ip6a="2001:db8:6666:0000:${yl}:${id}:1:${xl}"
53 ip6b="2001:db8:6666:0000:${yl}:${id}:2:${xl}"
59 jname="v6t-${id}-${yl}-${xl}"
/freebsd/contrib/bearssl/src/symcipher/
H A Ddes_support.c29 br_des_do_IP(uint32_t *xl, uint32_t *xr) in br_des_do_IP() argument
38 l = *xl; in br_des_do_IP()
55 *xl = l; in br_des_do_IP()
61 br_des_do_invIP(uint32_t *xl, uint32_t *xr) in br_des_do_invIP() argument
68 l = *xl; in br_des_do_invIP()
85 *xl = l; in br_des_do_invIP()
93 uint32_t xl, xr, kl, kr; in br_des_keysched_unit() local
96 xl = br_dec32be(key); in br_des_keysched_unit()
121 br_des_do_IP(&xl, &xr); in br_des_keysched_unit()
123 | ((xl & (uint32_t)0xFF000000) >> 12) in br_des_keysched_unit()
[all …]
H A Ddes_tab.c271 uint32_t xl, xr, ul, ur; in keysched_unit() local
274 xl = skey[(i << 1) + 0]; in keysched_unit()
279 ul |= (xl & 1) << PC2left[j]; in keysched_unit()
281 xl >>= 1; in keysched_unit()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_dir.c57 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
59 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
222 static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, in get_cert_by_subject_ex() argument
259 ctx = (BY_DIR *)xl->method_data; in get_cert_by_subject_ex()
333 if ((X509_load_cert_file_ex(xl, b->data, ent->dir_type, libctx, in get_cert_by_subject_ex()
338 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject_ex()
352 if (!X509_STORE_lock(xl->store_ctx)) in get_cert_by_subject_ex()
354 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject_ex()
355 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j); in get_cert_by_subject_ex()
356 X509_STORE_unlock(xl->store_ctx); in get_cert_by_subject_ex()
[all …]
/freebsd/usr.bin/netstat/
H A Dsctp.c205 struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp; in sctp_process_tcb() local
221 prev_xl = xl; in sctp_process_tcb()
222 xl = malloc(sizeof(struct xladdr_entry)); in sctp_process_tcb()
223 if (xl == NULL) { in sctp_process_tcb()
228 xl->xladdr = xladdr; in sctp_process_tcb()
230 LIST_INSERT_HEAD(&xladdr_head, xl, xladdr_entries); in sctp_process_tcb()
232 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries); in sctp_process_tcb()
261 xl = LIST_FIRST(&xladdr_head); in sctp_process_tcb()
270 if (xl != NULL) { in sctp_process_tcb()
271 sctp_print_address("local", &(xl->xladdr->address), in sctp_process_tcb()
[all …]
/freebsd/tests/sys/netinet/
H A Ddivert.sh51 xl=`printf "%x" $(($$ - 65535))`
54 xl=`printf "%x" $$`
69 jname="v4t-${id}-${yl}-${xl}"
106 xl=`printf "%x" $(($$ - 65535))`
109 xl=`printf "%x" $$`
124 jname="v4t-${id}-${yl}-${xl}"
H A Dredirect.sh45 xl=`printf "%x" $(($$ - 65535))`
48 xl=`printf "%x" $$`
72 jname="v4t-${id}-${yl}-${xl}"
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
43 xl = in[1]; in test_rint()
48 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint()
49 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint()
53 xl++; in test_rint()
54 xh += (xl==0); in test_rint()
57 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint()
58 xl = (xl & 0x7FFFFFFF) << 1; in test_rint()
61 out[1] = xl; in test_rint()
429 uint32 xh, xl; in test_frexp() local
[all …]
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6.subr43 xl=`printf "%x" $(($$ - 65535))`
46 xl=`printf "%x" $$`
52 ip6a="2001:db8:6666:6666:${yl}:${id}:1:${xl}"
53 ip6b="2001:db8:6666:6666:${yl}:${id}:2:${xl}"
59 jname="v6t-${id}-${yl}-${xl}"
/freebsd/crypto/openssh/openbsd-compat/
H A Dblowfish.c71 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() argument
78 Xl = *xl; in Blowfish_encipher()
91 *xl = Xr ^ p[17]; in Blowfish_encipher()
96 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher() argument
103 Xl = *xl; in Blowfish_decipher()
116 *xl = Xr ^ p[0]; in Blowfish_decipher()
/freebsd/lib/msun/src/
H A Dmath_private.h483 #define _SPLIT(x, xh, xl) \ argument
488 xl = (x) - xh; \
521 #define _XADD(xh, xl, yh, yl, zh, zl) \ argument
525 _SLOW2SUM(xl, yl, __s3, __s4); \
550 #define _XMUL(xh, xl, yh, yl, ph, pl) \ argument
553 pl += xl * yl + xl * yh + xh * yl; \
/freebsd/crypto/openssl/test/
H A Djson_test.c110 #define OP_CALL_PZ(f, x, xl) OP_U64(OPK_CALL_PZ) OP_FP(f) OP_P(x) OP_U64(xl) argument
124 #define OPJ_STR_LEN(x, xl) OP_CALL_PZ(ossl_json_str_len, (x), (xl)) argument
125 #define OPJ_STR_HEX(x, xl) OP_CALL_PZ(ossl_json_str_hex, (x), (xl)) argument
/freebsd/secure/lib/libcrypt/
H A Dblowfish.c64 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() argument
71 Xl = *xl; in Blowfish_encipher()
84 *xl = Xr ^ p[17]; in Blowfish_encipher()
/freebsd/sys/modules/xl/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/xl
/freebsd/usr.sbin/apm/
H A Dapm.c36 #define xl(a) ((a) & 0xff) macro
272 tm.tm_min = bcd2int(xl(args.edx)); in print_all_info()
274 tm.tm_mday = bcd2int(xl(args.esi)); in print_all_info()
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_xl12 INPUT = $(DOXYGEN_SRC_PATH)/dev/xl/ \
/freebsd/contrib/dialog/
H A Ddialog.h326 #define auto_size(t,s,h,w,xl,mc) dlg_auto_size(t,s,h,w,xl,mc) argument
327 #define auto_sizefile(t,f,h,w,xl,mc) dlg_auto_sizefile(t,f,h,w,xl,mc) argument
/freebsd/contrib/bearssl/src/
H A Dinner.h975 uint32_t xl, xh; in MUL31_lo() local
978 xl = (x & 0xFFFF) | (uint32_t)0x80000000; in MUL31_lo()
982 return (xl * yl + ((xl * yh + xh * yl) << 16)) & (uint32_t)0x7FFFFFFF; in MUL31_lo()
1644 void br_des_do_IP(uint32_t *xl, uint32_t *xr);
1649 void br_des_do_invIP(uint32_t *xl, uint32_t *xr);
/freebsd/crypto/krb5/src/lib/crypto/builtin/camellia/
H A Dcamellia.c118 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
120 il = xl ^ kl; \
159 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
165 il = CAMELLIA_SP1110((xl >> 24) & 0xff) \
166 ^ CAMELLIA_SP0222((xl >> 16) & 0xff) \
167 ^ CAMELLIA_SP3033((xl >> 8) & 0xff) \
168 ^ CAMELLIA_SP4404(xl & 0xff); \
/freebsd/sys/crypto/camellia/
H A Dcamellia.c105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
107 il = xl ^ kl; \
141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
144 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
146 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
148 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
150 il ^= CAMELLIA_SP4404(xl & 0xff); \

123