Symbol: xl
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
118
#define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
120
il = xl ^ kl; \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
159
#define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
165
il = CAMELLIA_SP1110((xl >> 24) & 0xff) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
166
^ CAMELLIA_SP0222((xl >> 16) & 0xff) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
167
^ CAMELLIA_SP3033((xl >> 8) & 0xff) \
crypto/krb5/src/lib/crypto/builtin/camellia/camellia.c
168
^ CAMELLIA_SP4404(xl & 0xff); \
crypto/openssh/openbsd-compat/blowfish.c
103
Xl = *xl;
crypto/openssh/openbsd-compat/blowfish.c
116
*xl = Xr ^ p[0];
crypto/openssh/openbsd-compat/blowfish.c
71
Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
crypto/openssh/openbsd-compat/blowfish.c
78
Xl = *xl;
crypto/openssh/openbsd-compat/blowfish.c
91
*xl = Xr ^ p[17];
crypto/openssh/openbsd-compat/blowfish.c
96
Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
crypto/openssl/crypto/x509/by_dir.c
222
static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
259
ctx = (BY_DIR *)xl->method_data;
crypto/openssl/crypto/x509/by_dir.c
333
if ((X509_load_cert_file_ex(xl, b->data, ent->dir_type, libctx,
crypto/openssl/crypto/x509/by_dir.c
338
if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0)
crypto/openssl/crypto/x509/by_dir.c
352
if (!X509_STORE_lock(xl->store_ctx))
crypto/openssl/crypto/x509/by_dir.c
354
j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
crypto/openssl/crypto/x509/by_dir.c
355
tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
crypto/openssl/crypto/x509/by_dir.c
356
X509_STORE_unlock(xl->store_ctx);
crypto/openssl/crypto/x509/by_dir.c
423
if (X509_STORE_lock(xl->store_ctx)) {
crypto/openssl/crypto/x509/by_dir.c
424
if (!sk_X509_OBJECT_is_sorted(xl->store_ctx->objs)) {
crypto/openssl/crypto/x509/by_dir.c
425
sk_X509_OBJECT_sort(xl->store_ctx->objs);
crypto/openssl/crypto/x509/by_dir.c
427
X509_STORE_unlock(xl->store_ctx);
crypto/openssl/crypto/x509/by_dir.c
434
static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
437
return get_cert_by_subject_ex(xl, type, name, ret, NULL, NULL);
crypto/openssl/crypto/x509/by_dir.c
57
static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
59
static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/test/json_test.c
110
#define OP_CALL_PZ(f, x, xl) OP_U64(OPK_CALL_PZ) OP_FP(f) OP_P(x) OP_U64(xl)
crypto/openssl/test/json_test.c
124
#define OPJ_STR_LEN(x, xl) OP_CALL_PZ(ossl_json_str_len, (x), (xl))
crypto/openssl/test/json_test.c
125
#define OPJ_STR_HEX(x, xl) OP_CALL_PZ(ossl_json_str_hex, (x), (xl))
secure/lib/libcrypt/blowfish.c
64
Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
secure/lib/libcrypt/blowfish.c
71
Xl = *xl;
secure/lib/libcrypt/blowfish.c
84
*xl = Xr ^ p[17];
sys/crypto/camellia/camellia.c
105
#define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
sys/crypto/camellia/camellia.c
107
il = xl ^ kl; \
sys/crypto/camellia/camellia.c
141
#define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
sys/crypto/camellia/camellia.c
144
il = CAMELLIA_SP1110((xl>>24) & 0xff); \
sys/crypto/camellia/camellia.c
146
il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
sys/crypto/camellia/camellia.c
148
il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
sys/crypto/camellia/camellia.c
150
il ^= CAMELLIA_SP4404(xl & 0xff); \
sys/dev/xl/if_xl.c
138
MODULE_DEPEND(xl, pci, 1, 1, 1);
sys/dev/xl/if_xl.c
139
MODULE_DEPEND(xl, ether, 1, 1, 1);
sys/dev/xl/if_xl.c
140
MODULE_DEPEND(xl, miibus, 1, 1, 1);
sys/dev/xl/if_xl.c
330
DRIVER_MODULE_ORDERED(xl, pci, xl_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/xl/if_xl.c
331
DRIVER_MODULE(miibus, xl, miibus_driver, NULL, NULL);
sys/dev/xl/if_xl.c
332
MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, xl, xl_devs,
usr.bin/netstat/sctp.c
205
struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp;
usr.bin/netstat/sctp.c
221
prev_xl = xl;
usr.bin/netstat/sctp.c
222
xl = malloc(sizeof(struct xladdr_entry));
usr.bin/netstat/sctp.c
223
if (xl == NULL) {
usr.bin/netstat/sctp.c
228
xl->xladdr = xladdr;
usr.bin/netstat/sctp.c
230
LIST_INSERT_HEAD(&xladdr_head, xl, xladdr_entries);
usr.bin/netstat/sctp.c
232
LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries);
usr.bin/netstat/sctp.c
261
xl = LIST_FIRST(&xladdr_head);
usr.bin/netstat/sctp.c
270
if (xl != NULL) {
usr.bin/netstat/sctp.c
271
sctp_print_address("local", &(xl->xladdr->address),
usr.bin/netstat/sctp.c
286
if (xl != NULL)
usr.bin/netstat/sctp.c
287
xl = LIST_NEXT(xl, xladdr_entries);
usr.bin/netstat/sctp.c
303
xl = LIST_FIRST(&xladdr_head);
usr.bin/netstat/sctp.c
304
while (xl != NULL) {
usr.bin/netstat/sctp.c
305
xl_tmp = LIST_NEXT(xl, xladdr_entries);
usr.bin/netstat/sctp.c
306
free(xl);
usr.bin/netstat/sctp.c
307
xl = xl_tmp;
usr.sbin/apm/apm.c
272
tm.tm_min = bcd2int(xl(args.edx));
usr.sbin/apm/apm.c
274
tm.tm_mday = bcd2int(xl(args.esi));