Symbol: bswap32
crypto/heimdal/lib/krb5/store.c
355
value = bswap32(value);
crypto/heimdal/lib/krb5/store.c
418
*value = bswap32(*value);
crypto/krb5/src/include/k5-platform.h
551
# define SWAP32 bswap32
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
567
#if defined( bswap32 )
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
568
# define aes_sw32 bswap32
crypto/openssl/crypto/aria/aria.c
381
(T3) = bswap32(T3); \
sys/compat/linuxkpi/common/include/asm/byteorder.h
119
#define swab32(x) bswap32(x)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
180
ctr = bswap32(ctx->gcm.Yi.d[3]);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
209
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
226
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
263
ctr = bswap32(ctx->gcm.Yi.d[3]);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
303
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
315
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
80
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
104
ivec_val = bswap32(ivec_val);
sys/crypto/openssl/ossl_aes_gcm.c
124
ivec->d[3] = bswap32(ivec_val + next_ctr);
sys/crypto/openssl/ossl_aes_gcm.c
203
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
276
ctr = bswap32(ctx->gcm.Yi.d[3]);
sys/crypto/openssl/ossl_aes_gcm.c
288
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
325
ctr = bswap32(ctx->gcm.Yi.d[3]);
sys/crypto/openssl/ossl_aes_gcm.c
351
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
368
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
427
ctr = bswap32(ctx->gcm.Yi.d[3]);
sys/crypto/openssl/ossl_aes_gcm.c
440
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
479
ctr = bswap32(ctx->gcm.Yi.d[3]);
sys/crypto/openssl/ossl_aes_gcm.c
516
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/openssl/ossl_aes_gcm.c
528
ctx->gcm.Yi.d[3] = bswap32(ctr);
sys/crypto/via/padlock_hash.c
110
*dst++ = bswap32(*src++);
sys/dev/aq/aq_fw1x.c
282
mac_addr[0] = bswap32(mac_addr[0]);
sys/dev/aq/aq_fw1x.c
283
mac_addr[1] = bswap32(mac_addr[1]);
sys/dev/aq/aq_fw2x.c
386
mac_addr[0] = bswap32(mac_addr[0]);
sys/dev/aq/aq_fw2x.c
387
mac_addr[1] = bswap32(mac_addr[1]);
sys/dev/aq/aq_hw.c
829
uint32_t key_data = bswap32(rss_key_dw[i]);
sys/dev/aq/aq_hw.c
859
rss_key_dw[i] = bswap32(rpf_rss_key_rd_data_get(self));
sys/dev/bce/if_bce.c
1248
val = bswap32(val);
sys/dev/bge/if_bge.c
994
*dest = (bswap32(byte) >> ((addr % 4) * 8)) & 0xFF;
sys/dev/bwi/bwimac.c
123
val = bswap32(val);
sys/dev/bxe/ecore_sp.h
217
return bswap32(calc_crc32((uint8_t *)packet_buf, 8, seed, 0));
sys/dev/cxgb/cxgb_osdep.h
196
#define swab32(x) bswap32(x)
sys/dev/cxgbe/osdep.h
96
#define swab32(x) bswap32(x)
sys/dev/isp/isp.c
5270
dcode[i] = bswap32(dcode[i]);
sys/dev/isp/isp_freebsd.h
540
#define ISP_IOXPUT_32(isp, s, d) *(d) = bswap32(s)
sys/dev/isp/isp_freebsd.h
543
#define ISP_IOXGET_32(isp, s, d) d = bswap32(*((uint32_t *)s))
sys/dev/isp/isp_freebsd.h
545
#define ISP_SWIZZLE_NVRAM_LONG(isp, rp) *rp = bswap32(*rp)
sys/dev/isp/isp_freebsd.h
566
#define ISP_IOZPUT_32(isp, s, d) *(d) = bswap32(s)
sys/dev/isp/isp_freebsd.h
569
#define ISP_IOZGET_32(isp, s, d) d = bswap32(*((uint32_t *)(s)))
sys/dev/isp/isp_freebsd.h
573
#define ISP_SWAP32(isp, s) bswap32(s)
sys/dev/ral/rt2560.c
887
desc->eiv = bswap32(desc->eiv);
sys/dev/re/if_re.c
713
h = bswap32(hashes[0]);
sys/dev/re/if_re.c
714
hashes[0] = bswap32(hashes[1]);
sys/dev/rge/if_rge.c
2455
RGE_WRITE_4(sc, RGE_MAR0, bswap32(hashes[1]));
sys/dev/rge/if_rge.c
2456
RGE_WRITE_4(sc, RGE_MAR4, bswap32(hashes[0]));
sys/dev/safe/safe.c
1312
bswap32(re->re_sastate.sa_saved_indigest[0]);
sys/dev/safe/safe.c
1314
bswap32(re->re_sastate.sa_saved_indigest[1]);
sys/dev/safe/safe.c
1316
bswap32(re->re_sastate.sa_saved_indigest[2]);
sys/dev/safe/safe.c
74
#ifndef bswap32
sys/dev/usb/net/if_ure.c
1289
h = bswap32(hashes[0]);
sys/dev/usb/net/if_ure.c
1290
hashes[0] = bswap32(hashes[1]);
sys/opencrypto/rmd160.c
169
x[i] = bswap32(*(const uint32_t*)(block+i*4));
sys/ufs/ffs/ffs_subr.c
541
(bswap32(fs->fs_magic) == FS_UFS2_MAGIC)) ||
sys/ufs/ffs/ffs_subr.c
543
(bswap32(fs->fs_magic) == FS_UFS1_MAGIC))) {
tests/include/byteswap_test.c
47
#ifdef bswap32
tests/include/endian_test.c
43
#ifdef bswap32
tests/include/sys_endian_test.c
43
#ifndef bswap32
tools/build/cross-build/include/mac/sys/endian.h
58
#define htobe32(x) bswap32((x))
tools/build/cross-build/include/mac/sys/endian.h
65
#define be32toh(x) bswap32((x))
tools/build/cross-build/include/mac/sys/endian.h
75
#define htole32(x) bswap32((x))
tools/build/cross-build/include/mac/sys/endian.h
82
#define le32toh(x) bswap32((x))
usr.bin/elfctl/elfctl.c
317
features = bswap32(features);
usr.bin/elfctl/elfctl.c
402
note.n_namesz = bswap32(note.n_namesz);
usr.bin/elfctl/elfctl.c
403
note.n_descsz = bswap32(note.n_descsz);
usr.bin/elfctl/elfctl.c
404
note.n_type = bswap32(note.n_type);
usr.bin/elfctl/elfctl.c
459
*features = bswap32(*features);
usr.bin/script/script.c
519
stamp.scr_usec = bswap32(stamp.scr_usec); \
usr.bin/script/script.c
520
stamp.scr_direction = bswap32(stamp.scr_direction); \
usr.sbin/makefs/cd9660/cd9660_conversion.c
104
be = bswap32(dw);
usr.sbin/makefs/cd9660/cd9660_conversion.c
108
le = bswap32(dw);
usr.sbin/makefs/cd9660/cd9660_conversion.c
68
w = bswap32(w);
usr.sbin/makefs/cd9660/cd9660_conversion.c
87
w = bswap32(w);
usr.sbin/makefs/ffs/ffs_bswap.c
100
n->fs_snapinum[i] = bswap32(o->fs_snapinum[i]);
usr.sbin/makefs/ffs/ffs_bswap.c
101
n->fs_avgfilesize = bswap32(o->fs_avgfilesize);
usr.sbin/makefs/ffs/ffs_bswap.c
102
n->fs_avgfpdir = bswap32(o->fs_avgfpdir);
usr.sbin/makefs/ffs/ffs_bswap.c
104
n->fs_flags = bswap32(o->fs_flags);
usr.sbin/makefs/ffs/ffs_bswap.c
105
n->fs_contigsumsize = bswap32(o->fs_contigsumsize);
usr.sbin/makefs/ffs/ffs_bswap.c
106
n->fs_maxsymlinklen = bswap32(o->fs_maxsymlinklen);
usr.sbin/makefs/ffs/ffs_bswap.c
107
n->fs_old_inodefmt = bswap32(o->fs_old_inodefmt);
usr.sbin/makefs/ffs/ffs_bswap.c
111
n->fs_state = bswap32(o->fs_state);
usr.sbin/makefs/ffs/ffs_bswap.c
112
n->fs_old_postblformat = bswap32(o->fs_old_postblformat);
usr.sbin/makefs/ffs/ffs_bswap.c
113
n->fs_old_nrpos = bswap32(o->fs_old_nrpos);
usr.sbin/makefs/ffs/ffs_bswap.c
114
n->fs_old_postbloff = bswap32(o->fs_old_postbloff);
usr.sbin/makefs/ffs/ffs_bswap.c
115
n->fs_old_rotbloff = bswap32(o->fs_old_rotbloff);
usr.sbin/makefs/ffs/ffs_bswap.c
117
n->fs_magic = bswap32(o->fs_magic);
usr.sbin/makefs/ffs/ffs_bswap.c
127
n->di_atime = bswap32(o->di_atime);
usr.sbin/makefs/ffs/ffs_bswap.c
128
n->di_atimensec = bswap32(o->di_atimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
129
n->di_mtime = bswap32(o->di_mtime);
usr.sbin/makefs/ffs/ffs_bswap.c
130
n->di_mtimensec = bswap32(o->di_mtimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
131
n->di_ctime = bswap32(o->di_ctime);
usr.sbin/makefs/ffs/ffs_bswap.c
132
n->di_ctimensec = bswap32(o->di_ctimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
135
n->di_flags = bswap32(o->di_flags);
usr.sbin/makefs/ffs/ffs_bswap.c
136
n->di_blocks = bswap32(o->di_blocks);
usr.sbin/makefs/ffs/ffs_bswap.c
137
n->di_gen = bswap32(o->di_gen);
usr.sbin/makefs/ffs/ffs_bswap.c
138
n->di_uid = bswap32(o->di_uid);
usr.sbin/makefs/ffs/ffs_bswap.c
139
n->di_gid = bswap32(o->di_gid);
usr.sbin/makefs/ffs/ffs_bswap.c
147
n->di_uid = bswap32(o->di_uid);
usr.sbin/makefs/ffs/ffs_bswap.c
148
n->di_gid = bswap32(o->di_gid);
usr.sbin/makefs/ffs/ffs_bswap.c
149
n->di_blksize = bswap32(o->di_blksize);
usr.sbin/makefs/ffs/ffs_bswap.c
153
n->di_atimensec = bswap32(o->di_atimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
155
n->di_mtimensec = bswap32(o->di_mtimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
157
n->di_ctimensec = bswap32(o->di_ctimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
159
n->di_birthnsec = bswap32(o->di_ctimensec);
usr.sbin/makefs/ffs/ffs_bswap.c
160
n->di_gen = bswap32(o->di_gen);
usr.sbin/makefs/ffs/ffs_bswap.c
161
n->di_kernflags = bswap32(o->di_kernflags);
usr.sbin/makefs/ffs/ffs_bswap.c
162
n->di_flags = bswap32(o->di_flags);
usr.sbin/makefs/ffs/ffs_bswap.c
163
n->di_extsize = bswap32(o->di_extsize);
usr.sbin/makefs/ffs/ffs_bswap.c
179
nint[i] = bswap32(oint[i]);
usr.sbin/makefs/ffs/ffs_bswap.c
202
n->cg_firstfield = bswap32(o->cg_firstfield);
usr.sbin/makefs/ffs/ffs_bswap.c
203
n->cg_magic = bswap32(o->cg_magic);
usr.sbin/makefs/ffs/ffs_bswap.c
204
n->cg_old_time = bswap32(o->cg_old_time);
usr.sbin/makefs/ffs/ffs_bswap.c
205
n->cg_cgx = bswap32(o->cg_cgx);
usr.sbin/makefs/ffs/ffs_bswap.c
208
n->cg_ndblk = bswap32(o->cg_ndblk);
usr.sbin/makefs/ffs/ffs_bswap.c
209
n->cg_cs.cs_ndir = bswap32(o->cg_cs.cs_ndir);
usr.sbin/makefs/ffs/ffs_bswap.c
210
n->cg_cs.cs_nbfree = bswap32(o->cg_cs.cs_nbfree);
usr.sbin/makefs/ffs/ffs_bswap.c
211
n->cg_cs.cs_nifree = bswap32(o->cg_cs.cs_nifree);
usr.sbin/makefs/ffs/ffs_bswap.c
212
n->cg_cs.cs_nffree = bswap32(o->cg_cs.cs_nffree);
usr.sbin/makefs/ffs/ffs_bswap.c
213
n->cg_rotor = bswap32(o->cg_rotor);
usr.sbin/makefs/ffs/ffs_bswap.c
214
n->cg_frotor = bswap32(o->cg_frotor);
usr.sbin/makefs/ffs/ffs_bswap.c
215
n->cg_irotor = bswap32(o->cg_irotor);
usr.sbin/makefs/ffs/ffs_bswap.c
217
n->cg_frsum[i] = bswap32(o->cg_frsum[i]);
usr.sbin/makefs/ffs/ffs_bswap.c
219
n->cg_old_btotoff = bswap32(o->cg_old_btotoff);
usr.sbin/makefs/ffs/ffs_bswap.c
220
n->cg_old_boff = bswap32(o->cg_old_boff);
usr.sbin/makefs/ffs/ffs_bswap.c
221
n->cg_iusedoff = bswap32(o->cg_iusedoff);
usr.sbin/makefs/ffs/ffs_bswap.c
222
n->cg_freeoff = bswap32(o->cg_freeoff);
usr.sbin/makefs/ffs/ffs_bswap.c
223
n->cg_nextfreeoff = bswap32(o->cg_nextfreeoff);
usr.sbin/makefs/ffs/ffs_bswap.c
224
n->cg_clustersumoff = bswap32(o->cg_clustersumoff);
usr.sbin/makefs/ffs/ffs_bswap.c
225
n->cg_clusteroff = bswap32(o->cg_clusteroff);
usr.sbin/makefs/ffs/ffs_bswap.c
226
n->cg_nclusterblks = bswap32(o->cg_nclusterblks);
usr.sbin/makefs/ffs/ffs_bswap.c
227
n->cg_niblk = bswap32(o->cg_niblk);
usr.sbin/makefs/ffs/ffs_bswap.c
228
n->cg_initediblk = bswap32(o->cg_initediblk);
usr.sbin/makefs/ffs/ffs_bswap.c
239
btotoff = bswap32(n->cg_old_btotoff);
usr.sbin/makefs/ffs/ffs_bswap.c
240
boff = bswap32(n->cg_old_boff);
usr.sbin/makefs/ffs/ffs_bswap.c
241
clustersumoff = bswap32(n->cg_clustersumoff);
usr.sbin/makefs/ffs/ffs_bswap.c
249
n32[i] = bswap32(o32[i]);
usr.sbin/makefs/ffs/ffs_bswap.c
257
n32[i] = bswap32(o32[i]);
usr.sbin/makefs/ffs/ffs_bswap.c
76
n32[i] = bswap32(o32[i]);
usr.sbin/makefs/ffs/ffs_bswap.c
79
n->fs_cgrotor = bswap32(o->fs_cgrotor); /* Unused */
usr.sbin/makefs/ffs/ffs_bswap.c
80
n->fs_old_cpc = bswap32(o->fs_old_cpc);
usr.sbin/makefs/ffs/ffs_bswap.c
86
n->fs_maxbsize = bswap32(o->fs_maxbsize);
usr.sbin/makefs/ffs/ffs_bswap.c
94
n->fs_pendinginodes = bswap32(o->fs_pendinginodes);
usr.sbin/makefs/ffs/ufs_bswap.h
61
return ((ns) ? bswap32(a) : (a));
usr.sbin/pwd_mkdb/pwd_mkdb.c
358
bswap32((uint32_t)(e)))