Symbol: le32enc
common/lib/libx86emu/x86emu_util.c
133
le32enc(emu->mem_base + addr, val);
lib/libc/cdb/cdbw.c
554
le32enc(buf + 24, cdbw->data_size);
lib/libc/cdb/cdbw.c
555
le32enc(buf + 28, cdbw->data_counter);
lib/libc/cdb/cdbw.c
556
le32enc(buf + 32, state->entries);
lib/libc/cdb/cdbw.c
557
le32enc(buf + 36, state->seed);
lib/libc/cdb/cdbw.c
563
le32enc(buf + cur_pos, state->g[i]);
lib/libc/cdb/cdbw.c
571
le32enc(buf + cur_pos, 0);
lib/libc/cdb/cdbw.c
576
le32enc(buf + cur_pos, data_size);
lib/libc/cdb/cdbw.c
581
le32enc(buf + cur_pos, data_size);
lib/libc/locale/c32rtomb.c
162
le32enc(utf32le, c32);
lib/libc/uuid/uuid_stream.c
65
le32enc(p, uuid->time_low);
lib/libterminfo/term_private.h
240
le32enc(*cap, (uint32_t)num);
lib/libterminfo/term_private.h
272
le32enc(tbuf->buf + tbuf->bufpos, (uint32_t)num);
sbin/gpt/gpt_uuid.c
121
le32enc(p, uuid->time_low);
sys/arch/evbppc/nintendo/dev/hwaes.c
518
le32enc(tle + 4*0, t[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
519
le32enc(tle + 4*1, t[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
520
le32enc(tle + 4*2, t[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
521
le32enc(tle + 4*3, t[3]);
sys/arch/evbppc/nintendo/dev/hwaes.c
540
le32enc(tweak + 4*0, t[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
541
le32enc(tweak + 4*1, t[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
542
le32enc(tweak + 4*2, t[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
543
le32enc(tweak + 4*3, t[3]);
sys/arch/evbppc/nintendo/dev/hwaes.c
574
le32enc(tle + 4*0, t[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
575
le32enc(tle + 4*1, t[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
576
le32enc(tle + 4*2, t[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
577
le32enc(tle + 4*3, t[3]);
sys/arch/evbppc/nintendo/dev/hwaes.c
596
le32enc(tweak + 4*0, t[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
597
le32enc(tweak + 4*1, t[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
598
le32enc(tweak + 4*2, t[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
599
le32enc(tweak + 4*3, t[3]);
sys/arch/evbppc/nintendo/dev/hwaes.c
657
le32enc(authctr0 + 16 + 4*0, c[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
658
le32enc(authctr0 + 16 + 4*1, c[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
659
le32enc(authctr0 + 16 + 4*2, c[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
673
le32enc(authctr0 + 16 + 4*0, c[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
674
le32enc(authctr0 + 16 + 4*1, c[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
675
le32enc(authctr0 + 16 + 4*2, c[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
716
le32enc(authctr0 + 16 + 4*0, c[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
717
le32enc(authctr0 + 16 + 4*1, c[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
718
le32enc(authctr0 + 16 + 4*2, c[2]);
sys/arch/evbppc/nintendo/dev/hwaes.c
724
le32enc(authctr0 + 16 + 4*0, c[0]);
sys/arch/evbppc/nintendo/dev/hwaes.c
725
le32enc(authctr0 + 16 + 4*1, c[1]);
sys/arch/evbppc/nintendo/dev/hwaes.c
726
le32enc(authctr0 + 16 + 4*2, c[2]);
sys/arch/hpc/stand/include/machine/endian.h
306
le32enc(p, (uint32_t)(u & 0xffffffffULL));
sys/arch/hpc/stand/include/machine/endian.h
307
le32enc(p + 4, (uint32_t)(u >> 32));
sys/crypto/adiantum/adiantum.c
333
le32enc(h + 0, ((h1 << 26) | (h0 >> 0)) & 0xffffffff);
sys/crypto/adiantum/adiantum.c
334
le32enc(h + 4, ((h2 << 20) | (h1 >> 6)) & 0xffffffff);
sys/crypto/adiantum/adiantum.c
335
le32enc(h + 8, ((h3 << 14) | (h2 >> 12)) & 0xffffffff);
sys/crypto/adiantum/adiantum.c
336
le32enc(h + 12, ((h4 << 8) | (h3 >> 18)) & 0xffffffff);
sys/crypto/aes/aes_bear.c
112
le32enc(out + 4*0, q[2*0]);
sys/crypto/aes/aes_bear.c
113
le32enc(out + 4*1, q[2*1]);
sys/crypto/aes/aes_bear.c
114
le32enc(out + 4*2, q[2*2]);
sys/crypto/aes/aes_bear.c
115
le32enc(out + 4*3, q[2*3]);
sys/crypto/aes/aes_bear.c
145
le32enc(out + 4*0, q[2*0]);
sys/crypto/aes/aes_bear.c
146
le32enc(out + 4*1, q[2*1]);
sys/crypto/aes/aes_bear.c
147
le32enc(out + 4*2, q[2*2]);
sys/crypto/aes/aes_bear.c
148
le32enc(out + 4*3, q[2*3]);
sys/crypto/aes/aes_bear.c
199
le32enc(out + 4*0, cv0);
sys/crypto/aes/aes_bear.c
200
le32enc(out + 4*1, cv1);
sys/crypto/aes/aes_bear.c
201
le32enc(out + 4*2, cv2);
sys/crypto/aes/aes_bear.c
202
le32enc(out + 4*3, cv3);
sys/crypto/aes/aes_bear.c
206
le32enc(iv + 4*0, cv0);
sys/crypto/aes/aes_bear.c
207
le32enc(iv + 4*1, cv1);
sys/crypto/aes/aes_bear.c
208
le32enc(iv + 4*2, cv2);
sys/crypto/aes/aes_bear.c
209
le32enc(iv + 4*3, cv3);
sys/crypto/aes/aes_bear.c
247
le32enc(iv + 4*0, cv0);
sys/crypto/aes/aes_bear.c
248
le32enc(iv + 4*1, cv1);
sys/crypto/aes/aes_bear.c
249
le32enc(iv + 4*2, cv2);
sys/crypto/aes/aes_bear.c
250
le32enc(iv + 4*3, cv3);
sys/crypto/aes/aes_bear.c
281
le32enc(out + nbytes + 4*0, cv0 ^ q[2*0]);
sys/crypto/aes/aes_bear.c
282
le32enc(out + nbytes + 4*1, cv1 ^ q[2*1]);
sys/crypto/aes/aes_bear.c
283
le32enc(out + nbytes + 4*2, cv2 ^ q[2*2]);
sys/crypto/aes/aes_bear.c
284
le32enc(out + nbytes + 4*3, cv3 ^ q[2*3]);
sys/crypto/aes/aes_bear.c
309
le32enc(out + nbytes - 16 + 4*0, q[2*0 + 1] ^ cv0);
sys/crypto/aes/aes_bear.c
310
le32enc(out + nbytes - 16 + 4*1, q[2*1 + 1] ^ cv1);
sys/crypto/aes/aes_bear.c
311
le32enc(out + nbytes - 16 + 4*2, q[2*2 + 1] ^ cv2);
sys/crypto/aes/aes_bear.c
312
le32enc(out + nbytes - 16 + 4*3, q[2*3 + 1] ^ cv3);
sys/crypto/aes/aes_bear.c
327
le32enc(out + nbytes + 4*0, q[2*0] ^ cv0);
sys/crypto/aes/aes_bear.c
328
le32enc(out + nbytes + 4*1, q[2*1] ^ cv1);
sys/crypto/aes/aes_bear.c
329
le32enc(out + nbytes + 4*2, q[2*2] ^ cv2);
sys/crypto/aes/aes_bear.c
330
le32enc(out + nbytes + 4*3, q[2*3] ^ cv3);
sys/crypto/aes/aes_bear.c
334
le32enc(out + 4*0, q[2*0] ^ iv0);
sys/crypto/aes/aes_bear.c
335
le32enc(out + 4*1, q[2*1] ^ iv1);
sys/crypto/aes/aes_bear.c
336
le32enc(out + 4*2, q[2*2] ^ iv2);
sys/crypto/aes/aes_bear.c
337
le32enc(out + 4*3, q[2*3] ^ iv3);
sys/crypto/aes/aes_bear.c
433
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
434
le32enc(out + 4*1, q[2*1] ^ t1);
sys/crypto/aes/aes_bear.c
435
le32enc(out + 4*2, q[2*2] ^ t2);
sys/crypto/aes/aes_bear.c
436
le32enc(out + 4*3, q[2*3] ^ t3);
sys/crypto/aes/aes_bear.c
469
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
470
le32enc(out + 4*1, q[2*1] ^ t1);
sys/crypto/aes/aes_bear.c
471
le32enc(out + 4*2, q[2*2] ^ t2);
sys/crypto/aes/aes_bear.c
472
le32enc(out + 4*3, q[2*3] ^ t3);
sys/crypto/aes/aes_bear.c
473
le32enc(out + 16 + 4*0, q[2*0 + 1] ^ u0);
sys/crypto/aes/aes_bear.c
474
le32enc(out + 16 + 4*1, q[2*1 + 1] ^ u1);
sys/crypto/aes/aes_bear.c
475
le32enc(out + 16 + 4*2, q[2*2 + 1] ^ u2);
sys/crypto/aes/aes_bear.c
476
le32enc(out + 16 + 4*3, q[2*3 + 1] ^ u3);
sys/crypto/aes/aes_bear.c
486
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear.c
487
le32enc(tweak + 4*1, t1);
sys/crypto/aes/aes_bear.c
488
le32enc(tweak + 4*2, t2);
sys/crypto/aes/aes_bear.c
489
le32enc(tweak + 4*3, t3);
sys/crypto/aes/aes_bear.c
537
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
538
le32enc(out + 4*1, q[2*1] ^ t1);
sys/crypto/aes/aes_bear.c
539
le32enc(out + 4*2, q[2*2] ^ t2);
sys/crypto/aes/aes_bear.c
540
le32enc(out + 4*3, q[2*3] ^ t3);
sys/crypto/aes/aes_bear.c
573
le32enc(out + 4*0, q[2*0] ^ t0);
sys/crypto/aes/aes_bear.c
574
le32enc(out + 4*1, q[2*1] ^ t1);
sys/crypto/aes/aes_bear.c
575
le32enc(out + 4*2, q[2*2] ^ t2);
sys/crypto/aes/aes_bear.c
576
le32enc(out + 4*3, q[2*3] ^ t3);
sys/crypto/aes/aes_bear.c
577
le32enc(out + 16 + 4*0, q[2*0 + 1] ^ u0);
sys/crypto/aes/aes_bear.c
578
le32enc(out + 16 + 4*1, q[2*1 + 1] ^ u1);
sys/crypto/aes/aes_bear.c
579
le32enc(out + 16 + 4*2, q[2*2 + 1] ^ u2);
sys/crypto/aes/aes_bear.c
580
le32enc(out + 16 + 4*3, q[2*3 + 1] ^ u3);
sys/crypto/aes/aes_bear.c
590
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear.c
591
le32enc(tweak + 4*1, t1);
sys/crypto/aes/aes_bear.c
592
le32enc(tweak + 4*2, t2);
sys/crypto/aes/aes_bear.c
593
le32enc(tweak + 4*3, t3);
sys/crypto/aes/aes_bear.c
636
le32enc(auth + 4*0, q[2*0]);
sys/crypto/aes/aes_bear.c
637
le32enc(auth + 4*1, q[2*1]);
sys/crypto/aes/aes_bear.c
638
le32enc(auth + 4*2, q[2*2]);
sys/crypto/aes/aes_bear.c
639
le32enc(auth + 4*3, q[2*3]);
sys/crypto/aes/aes_bear.c
691
le32enc(out + 4*0, le32dec(in + 4*0) ^ q[2*0 + 1]);
sys/crypto/aes/aes_bear.c
692
le32enc(out + 4*1, le32dec(in + 4*1) ^ q[2*1 + 1]);
sys/crypto/aes/aes_bear.c
693
le32enc(out + 4*2, le32dec(in + 4*2) ^ q[2*2 + 1]);
sys/crypto/aes/aes_bear.c
694
le32enc(out + 4*3, le32dec(in + 4*3) ^ q[2*3 + 1]);
sys/crypto/aes/aes_bear.c
698
le32enc(authctr + 4*0, q[2*0]);
sys/crypto/aes/aes_bear.c
699
le32enc(authctr + 4*1, q[2*1]);
sys/crypto/aes/aes_bear.c
700
le32enc(authctr + 4*2, q[2*2]);
sys/crypto/aes/aes_bear.c
701
le32enc(authctr + 4*3, q[2*3]);
sys/crypto/aes/aes_bear.c
769
le32enc(out + 4*0, b0);
sys/crypto/aes/aes_bear.c
770
le32enc(out + 4*1, b1);
sys/crypto/aes/aes_bear.c
771
le32enc(out + 4*2, b2);
sys/crypto/aes/aes_bear.c
772
le32enc(out + 4*3, b3);
sys/crypto/aes/aes_bear.c
801
le32enc(authctr + 4*0, q[2*0 + 1]);
sys/crypto/aes/aes_bear.c
802
le32enc(authctr + 4*1, q[2*1 + 1]);
sys/crypto/aes/aes_bear.c
803
le32enc(authctr + 4*2, q[2*2 + 1]);
sys/crypto/aes/aes_bear.c
804
le32enc(authctr + 4*3, q[2*3 + 1]);
sys/crypto/aes/aes_bear.h
38
#define br_enc32le le32enc
sys/crypto/aes/aes_bear64.c
116
le32enc(out + 4*0, w[0]);
sys/crypto/aes/aes_bear64.c
117
le32enc(out + 4*1, w[1]);
sys/crypto/aes/aes_bear64.c
118
le32enc(out + 4*2, w[2]);
sys/crypto/aes/aes_bear64.c
119
le32enc(out + 4*3, w[3]);
sys/crypto/aes/aes_bear64.c
153
le32enc(out + 4*0, w[0]);
sys/crypto/aes/aes_bear64.c
154
le32enc(out + 4*1, w[1]);
sys/crypto/aes/aes_bear64.c
155
le32enc(out + 4*2, w[2]);
sys/crypto/aes/aes_bear64.c
156
le32enc(out + 4*3, w[3]);
sys/crypto/aes/aes_bear64.c
211
le32enc(out + 4*0, cv0);
sys/crypto/aes/aes_bear64.c
212
le32enc(out + 4*1, cv1);
sys/crypto/aes/aes_bear64.c
213
le32enc(out + 4*2, cv2);
sys/crypto/aes/aes_bear64.c
214
le32enc(out + 4*3, cv3);
sys/crypto/aes/aes_bear64.c
218
le32enc(iv + 4*0, cv0);
sys/crypto/aes/aes_bear64.c
219
le32enc(iv + 4*1, cv1);
sys/crypto/aes/aes_bear64.c
220
le32enc(iv + 4*2, cv2);
sys/crypto/aes/aes_bear64.c
221
le32enc(iv + 4*3, cv3);
sys/crypto/aes/aes_bear64.c
261
le32enc(iv + 4*0, cv0);
sys/crypto/aes/aes_bear64.c
262
le32enc(iv + 4*1, cv1);
sys/crypto/aes/aes_bear64.c
263
le32enc(iv + 4*2, cv2);
sys/crypto/aes/aes_bear64.c
264
le32enc(iv + 4*3, cv3);
sys/crypto/aes/aes_bear64.c
299
le32enc(out + nbytes - 16*n + 16*i + 4*0, w[0] ^ cv0);
sys/crypto/aes/aes_bear64.c
300
le32enc(out + nbytes - 16*n + 16*i + 4*1, w[1] ^ cv1);
sys/crypto/aes/aes_bear64.c
301
le32enc(out + nbytes - 16*n + 16*i + 4*2, w[2] ^ cv2);
sys/crypto/aes/aes_bear64.c
302
le32enc(out + nbytes - 16*n + 16*i + 4*3, w[3] ^ cv3);
sys/crypto/aes/aes_bear64.c
319
le32enc(out + nbytes + 4*0, cv0 ^ w[0]);
sys/crypto/aes/aes_bear64.c
320
le32enc(out + nbytes + 4*1, cv1 ^ w[1]);
sys/crypto/aes/aes_bear64.c
321
le32enc(out + nbytes + 4*2, cv2 ^ w[2]);
sys/crypto/aes/aes_bear64.c
322
le32enc(out + nbytes + 4*3, cv3 ^ w[3]);
sys/crypto/aes/aes_bear64.c
354
le32enc(out + nbytes - 64 + 16*i + 4*0, w[0] ^ cv0);
sys/crypto/aes/aes_bear64.c
355
le32enc(out + nbytes - 64 + 16*i + 4*1, w[1] ^ cv1);
sys/crypto/aes/aes_bear64.c
356
le32enc(out + nbytes - 64 + 16*i + 4*2, w[2] ^ cv2);
sys/crypto/aes/aes_bear64.c
357
le32enc(out + nbytes - 64 + 16*i + 4*3, w[3] ^ cv3);
sys/crypto/aes/aes_bear64.c
376
le32enc(out + nbytes + 4*0, w[0] ^ cv0);
sys/crypto/aes/aes_bear64.c
377
le32enc(out + nbytes + 4*1, w[1] ^ cv1);
sys/crypto/aes/aes_bear64.c
378
le32enc(out + nbytes + 4*2, w[2] ^ cv2);
sys/crypto/aes/aes_bear64.c
379
le32enc(out + nbytes + 4*3, w[3] ^ cv3);
sys/crypto/aes/aes_bear64.c
383
le32enc(out + 4*0, w[0] ^ iv0);
sys/crypto/aes/aes_bear64.c
384
le32enc(out + 4*1, w[1] ^ iv1);
sys/crypto/aes/aes_bear64.c
385
le32enc(out + 4*2, w[2] ^ iv2);
sys/crypto/aes/aes_bear64.c
386
le32enc(out + 4*3, w[3] ^ iv3);
sys/crypto/aes/aes_bear64.c
491
le32enc(out + 16*i + 4*0, w[0] ^ u0);
sys/crypto/aes/aes_bear64.c
492
le32enc(out + 16*i + 4*1, w[1] ^ u1);
sys/crypto/aes/aes_bear64.c
493
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
494
le32enc(out + 16*i + 4*3, w[3] ^ u3);
sys/crypto/aes/aes_bear64.c
527
le32enc(out + 16*i + 4*0, w[0] ^ u0);
sys/crypto/aes/aes_bear64.c
528
le32enc(out + 16*i + 4*1, w[1] ^ u1);
sys/crypto/aes/aes_bear64.c
529
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
530
le32enc(out + 16*i + 4*3, w[3] ^ u3);
sys/crypto/aes/aes_bear64.c
541
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear64.c
542
le32enc(tweak + 4*1, t1);
sys/crypto/aes/aes_bear64.c
543
le32enc(tweak + 4*2, t2);
sys/crypto/aes/aes_bear64.c
544
le32enc(tweak + 4*3, t3);
sys/crypto/aes/aes_bear64.c
601
le32enc(out + 16*i + 4*0, w[0] ^ u0);
sys/crypto/aes/aes_bear64.c
602
le32enc(out + 16*i + 4*1, w[1] ^ u1);
sys/crypto/aes/aes_bear64.c
603
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
604
le32enc(out + 16*i + 4*3, w[3] ^ u3);
sys/crypto/aes/aes_bear64.c
637
le32enc(out + 16*i + 4*0, w[0] ^ u0);
sys/crypto/aes/aes_bear64.c
638
le32enc(out + 16*i + 4*1, w[1] ^ u1);
sys/crypto/aes/aes_bear64.c
639
le32enc(out + 16*i + 4*2, w[2] ^ u2);
sys/crypto/aes/aes_bear64.c
640
le32enc(out + 16*i + 4*3, w[3] ^ u3);
sys/crypto/aes/aes_bear64.c
651
le32enc(tweak + 4*0, t0);
sys/crypto/aes/aes_bear64.c
652
le32enc(tweak + 4*1, t1);
sys/crypto/aes/aes_bear64.c
653
le32enc(tweak + 4*2, t2);
sys/crypto/aes/aes_bear64.c
654
le32enc(tweak + 4*3, t3);
sys/crypto/aes/aes_bear64.c
702
le32enc(auth + 4*0, w[0]);
sys/crypto/aes/aes_bear64.c
703
le32enc(auth + 4*1, w[1]);
sys/crypto/aes/aes_bear64.c
704
le32enc(auth + 4*2, w[2]);
sys/crypto/aes/aes_bear64.c
705
le32enc(auth + 4*3, w[3]);
sys/crypto/aes/aes_bear64.c
765
le32enc(out + 4*0, le32dec(in + 4*0) ^ w[0]);
sys/crypto/aes/aes_bear64.c
766
le32enc(out + 4*1, le32dec(in + 4*1) ^ w[1]);
sys/crypto/aes/aes_bear64.c
767
le32enc(out + 4*2, le32dec(in + 4*2) ^ w[2]);
sys/crypto/aes/aes_bear64.c
768
le32enc(out + 4*3, le32dec(in + 4*3) ^ w[3]);
sys/crypto/aes/aes_bear64.c
775
le32enc(authctr + 4*0, w[0]);
sys/crypto/aes/aes_bear64.c
776
le32enc(authctr + 4*1, w[1]);
sys/crypto/aes/aes_bear64.c
777
le32enc(authctr + 4*2, w[2]);
sys/crypto/aes/aes_bear64.c
778
le32enc(authctr + 4*3, w[3]);
sys/crypto/aes/aes_bear64.c
781
le32enc(authctr + 16 + 4*3, bswap32(c3be));
sys/crypto/aes/aes_bear64.c
856
le32enc(out + 4*0, b0);
sys/crypto/aes/aes_bear64.c
857
le32enc(out + 4*1, b1);
sys/crypto/aes/aes_bear64.c
858
le32enc(out + 4*2, b2);
sys/crypto/aes/aes_bear64.c
859
le32enc(out + 4*3, b3);
sys/crypto/aes/aes_bear64.c
890
le32enc(authctr + 4*0, w[0]);
sys/crypto/aes/aes_bear64.c
891
le32enc(authctr + 4*1, w[1]);
sys/crypto/aes/aes_bear64.c
892
le32enc(authctr + 4*2, w[2]);
sys/crypto/aes/aes_bear64.c
893
le32enc(authctr + 4*3, w[3]);
sys/crypto/aes/aes_bear64.c
896
le32enc(authctr + 16 + 4*3, bswap32(c3be));
sys/crypto/aes/aes_bear64.h
38
#define br_enc32le le32enc
sys/crypto/aes/arch/x86/aes_sse2_4x32_impl.h
42
#define br_enc32le le32enc
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
643
le32enc(authctr + 16 + 4*3, bswap32(c3be));
sys/crypto/aes/arch/x86/aes_sse2_4x32_subr.c
732
le32enc(authctr + 16 + 4*3, bswap32(c3be));
sys/crypto/aes/arch/x86/aes_via.c
771
le32enc(authctr + 16 + 4*0, c0);
sys/crypto/aes/arch/x86/aes_via.c
772
le32enc(authctr + 16 + 4*1, c1);
sys/crypto/aes/arch/x86/aes_via.c
773
le32enc(authctr + 16 + 4*2, c2);
sys/crypto/aes/arch/x86/aes_via.c
785
le32enc(authctr0 + 16 + 4*0, c0);
sys/crypto/aes/arch/x86/aes_via.c
786
le32enc(authctr0 + 16 + 4*1, c1);
sys/crypto/aes/arch/x86/aes_via.c
787
le32enc(authctr0 + 16 + 4*2, c2);
sys/crypto/aes/arch/x86/aes_via.c
819
le32enc(authctr + 16 + 4*0, c0);
sys/crypto/aes/arch/x86/aes_via.c
820
le32enc(authctr + 16 + 4*1, c1);
sys/crypto/aes/arch/x86/aes_via.c
821
le32enc(authctr + 16 + 4*2, c2);
sys/crypto/aes/arch/x86/aes_via.c
837
le32enc(authctr + 16 + 4*0, c0);
sys/crypto/aes/arch/x86/aes_via.c
838
le32enc(authctr + 16 + 4*1, c1);
sys/crypto/aes/arch/x86/aes_via.c
839
le32enc(authctr + 16 + 4*2, c2);
sys/crypto/aes/arch/x86/aes_via.c
851
le32enc(authctr0 + 16 + 4*0, c0);
sys/crypto/aes/arch/x86/aes_via.c
852
le32enc(authctr0 + 16 + 4*1, c1);
sys/crypto/aes/arch/x86/aes_via.c
853
le32enc(authctr0 + 16 + 4*2, c2);
sys/crypto/blake2/blake2s.c
246
le32enc(d + 4*i, B->h[i]);
sys/crypto/chacha/arch/arm/chacha_neon.c
300
le32enc(s + i,
sys/crypto/chacha/arch/x86/chacha_sse2.c
493
le32enc(s + i,
sys/crypto/chacha/chacha_ref.c
101
le32enc(out + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
102
le32enc(out + 4, x1 + y1);
sys/crypto/chacha/chacha_ref.c
103
le32enc(out + 8, x2 + y2);
sys/crypto/chacha/chacha_ref.c
104
le32enc(out + 12, x3 + y3);
sys/crypto/chacha/chacha_ref.c
105
le32enc(out + 16, x4 + y4);
sys/crypto/chacha/chacha_ref.c
106
le32enc(out + 20, x5 + y5);
sys/crypto/chacha/chacha_ref.c
107
le32enc(out + 24, x6 + y6);
sys/crypto/chacha/chacha_ref.c
108
le32enc(out + 28, x7 + y7);
sys/crypto/chacha/chacha_ref.c
109
le32enc(out + 32, x8 + y8);
sys/crypto/chacha/chacha_ref.c
110
le32enc(out + 36, x9 + y9);
sys/crypto/chacha/chacha_ref.c
111
le32enc(out + 40, x10 + y10);
sys/crypto/chacha/chacha_ref.c
112
le32enc(out + 44, x11 + y11);
sys/crypto/chacha/chacha_ref.c
113
le32enc(out + 48, x12 + y12);
sys/crypto/chacha/chacha_ref.c
114
le32enc(out + 52, x13 + y13);
sys/crypto/chacha/chacha_ref.c
115
le32enc(out + 56, x14 + y14);
sys/crypto/chacha/chacha_ref.c
116
le32enc(out + 60, x15 + y15);
sys/crypto/chacha/chacha_ref.c
177
le32enc(s + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
178
le32enc(s + 4, x1 + y1);
sys/crypto/chacha/chacha_ref.c
179
le32enc(s + 8, x2 + y2);
sys/crypto/chacha/chacha_ref.c
180
le32enc(s + 12, x3 + y3);
sys/crypto/chacha/chacha_ref.c
181
le32enc(s + 16, x4 + y4);
sys/crypto/chacha/chacha_ref.c
182
le32enc(s + 20, x5 + y5);
sys/crypto/chacha/chacha_ref.c
183
le32enc(s + 24, x6 + y6);
sys/crypto/chacha/chacha_ref.c
184
le32enc(s + 28, x7 + y7);
sys/crypto/chacha/chacha_ref.c
185
le32enc(s + 32, x8 + y8);
sys/crypto/chacha/chacha_ref.c
186
le32enc(s + 36, x9 + y9);
sys/crypto/chacha/chacha_ref.c
187
le32enc(s + 40, x10 + y10);
sys/crypto/chacha/chacha_ref.c
188
le32enc(s + 44, x11 + y11);
sys/crypto/chacha/chacha_ref.c
189
le32enc(s + 48, x12 + y12);
sys/crypto/chacha/chacha_ref.c
190
le32enc(s + 52, x13 + y13);
sys/crypto/chacha/chacha_ref.c
191
le32enc(s + 56, x14 + y14);
sys/crypto/chacha/chacha_ref.c
192
le32enc(s + 60, x15 + y15);
sys/crypto/chacha/chacha_ref.c
224
le32enc(buf + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
225
le32enc(buf + 4, x1 + y1);
sys/crypto/chacha/chacha_ref.c
226
le32enc(buf + 8, x2 + y2);
sys/crypto/chacha/chacha_ref.c
227
le32enc(buf + 12, x3 + y3);
sys/crypto/chacha/chacha_ref.c
228
le32enc(buf + 16, x4 + y4);
sys/crypto/chacha/chacha_ref.c
229
le32enc(buf + 20, x5 + y5);
sys/crypto/chacha/chacha_ref.c
230
le32enc(buf + 24, x6 + y6);
sys/crypto/chacha/chacha_ref.c
231
le32enc(buf + 28, x7 + y7);
sys/crypto/chacha/chacha_ref.c
232
le32enc(buf + 32, x8 + y8);
sys/crypto/chacha/chacha_ref.c
233
le32enc(buf + 36, x9 + y9);
sys/crypto/chacha/chacha_ref.c
234
le32enc(buf + 40, x10 + y10);
sys/crypto/chacha/chacha_ref.c
235
le32enc(buf + 44, x11 + y11);
sys/crypto/chacha/chacha_ref.c
236
le32enc(buf + 48, x12 + y12);
sys/crypto/chacha/chacha_ref.c
237
le32enc(buf + 52, x13 + y13);
sys/crypto/chacha/chacha_ref.c
238
le32enc(buf + 56, x14 + y14);
sys/crypto/chacha/chacha_ref.c
239
le32enc(buf + 60, x15 + y15);
sys/crypto/chacha/chacha_ref.c
300
le32enc(s + 0, (x0 + y0) ^ le32dec(p + 0));
sys/crypto/chacha/chacha_ref.c
301
le32enc(s + 4, (x1 + y1) ^ le32dec(p + 4));
sys/crypto/chacha/chacha_ref.c
302
le32enc(s + 8, (x2 + y2) ^ le32dec(p + 8));
sys/crypto/chacha/chacha_ref.c
303
le32enc(s + 12, (x3 + y3) ^ le32dec(p + 12));
sys/crypto/chacha/chacha_ref.c
304
le32enc(s + 16, (x4 + y4) ^ le32dec(p + 16));
sys/crypto/chacha/chacha_ref.c
305
le32enc(s + 20, (x5 + y5) ^ le32dec(p + 20));
sys/crypto/chacha/chacha_ref.c
306
le32enc(s + 24, (x6 + y6) ^ le32dec(p + 24));
sys/crypto/chacha/chacha_ref.c
307
le32enc(s + 28, (x7 + y7) ^ le32dec(p + 28));
sys/crypto/chacha/chacha_ref.c
308
le32enc(s + 32, (x8 + y8) ^ le32dec(p + 32));
sys/crypto/chacha/chacha_ref.c
309
le32enc(s + 36, (x9 + y9) ^ le32dec(p + 36));
sys/crypto/chacha/chacha_ref.c
310
le32enc(s + 40, (x10 + y10) ^ le32dec(p + 40));
sys/crypto/chacha/chacha_ref.c
311
le32enc(s + 44, (x11 + y11) ^ le32dec(p + 44));
sys/crypto/chacha/chacha_ref.c
312
le32enc(s + 48, (x12 + y12) ^ le32dec(p + 48));
sys/crypto/chacha/chacha_ref.c
313
le32enc(s + 52, (x13 + y13) ^ le32dec(p + 52));
sys/crypto/chacha/chacha_ref.c
314
le32enc(s + 56, (x14 + y14) ^ le32dec(p + 56));
sys/crypto/chacha/chacha_ref.c
315
le32enc(s + 60, (x15 + y15) ^ le32dec(p + 60));
sys/crypto/chacha/chacha_ref.c
347
le32enc(buf + 0, x0 + y0);
sys/crypto/chacha/chacha_ref.c
348
le32enc(buf + 4, x1 + y1);
sys/crypto/chacha/chacha_ref.c
349
le32enc(buf + 8, x2 + y2);
sys/crypto/chacha/chacha_ref.c
350
le32enc(buf + 12, x3 + y3);
sys/crypto/chacha/chacha_ref.c
351
le32enc(buf + 16, x4 + y4);
sys/crypto/chacha/chacha_ref.c
352
le32enc(buf + 20, x5 + y5);
sys/crypto/chacha/chacha_ref.c
353
le32enc(buf + 24, x6 + y6);
sys/crypto/chacha/chacha_ref.c
354
le32enc(buf + 28, x7 + y7);
sys/crypto/chacha/chacha_ref.c
355
le32enc(buf + 32, x8 + y8);
sys/crypto/chacha/chacha_ref.c
356
le32enc(buf + 36, x9 + y9);
sys/crypto/chacha/chacha_ref.c
357
le32enc(buf + 40, x10 + y10);
sys/crypto/chacha/chacha_ref.c
358
le32enc(buf + 44, x11 + y11);
sys/crypto/chacha/chacha_ref.c
359
le32enc(buf + 48, x12 + y12);
sys/crypto/chacha/chacha_ref.c
360
le32enc(buf + 52, x13 + y13);
sys/crypto/chacha/chacha_ref.c
361
le32enc(buf + 56, x14 + y14);
sys/crypto/chacha/chacha_ref.c
362
le32enc(buf + 60, x15 + y15);
sys/crypto/chacha/chacha_ref.c
364
le32enc(s + i, le32dec(p + i) ^ le32dec(buf + i));
sys/crypto/chacha/chacha_ref.c
406
le32enc(out + 0, y0);
sys/crypto/chacha/chacha_ref.c
407
le32enc(out + 4, y1);
sys/crypto/chacha/chacha_ref.c
408
le32enc(out + 8, y2);
sys/crypto/chacha/chacha_ref.c
409
le32enc(out + 12, y3);
sys/crypto/chacha/chacha_ref.c
410
le32enc(out + 16, y12);
sys/crypto/chacha/chacha_ref.c
411
le32enc(out + 20, y13);
sys/crypto/chacha/chacha_ref.c
412
le32enc(out + 24, y14);
sys/crypto/chacha/chacha_ref.c
413
le32enc(out + 28, y15);
sys/dev/pci/hifn7751.c
1143
le32enc(data, b);
sys/dev/pci/hifn7751.c
1150
le32enc(dataexpect, b);
sys/fs/msdosfs/bpb.h
120
#define putulong(p, v) le32enc((p), (v))
sys/kern/kern_uuid.c
149
le32enc(p, uuid->time_low);
sys/net/if_wg.c
2582
le32enc(now0, now/(WG_COOKIESECRET_TIME/2));
sys/net/if_wg.c
2583
le32enc(now1, now/(WG_COOKIESECRET_TIME/2) + 1);
sys/netbt/l2cap_signal.c
972
le32enc(rsp + 4, 0x00000080);
sys/sys/endian.h
320
le32enc(p, __CAST(uint32_t, (u & 0xffffffffULL)));
sys/sys/endian.h
321
le32enc(p + 4, __CAST(uint32_t, (u >> 32)));
sys/uvm/uvm_swap.c
2209
le32enc(preiv, slot);
sys/uvm/uvm_swap.c
2231
le32enc(preiv, slot);