/src/sys/crypto/chacha/ |
chacha_ref.c | 102 le32enc(out + 0, x0 + y0); 103 le32enc(out + 4, x1 + y1); 104 le32enc(out + 8, x2 + y2); 105 le32enc(out + 12, x3 + y3); 106 le32enc(out + 16, x4 + y4); 107 le32enc(out + 20, x5 + y5); 108 le32enc(out + 24, x6 + y6); 109 le32enc(out + 28, x7 + y7); 110 le32enc(out + 32, x8 + y8); 111 le32enc(out + 36, x9 + y9) [all...] |
/src/sys/crypto/aes/ |
aes_bear.c | 112 le32enc(out + 4*0, q[2*0]); 113 le32enc(out + 4*1, q[2*1]); 114 le32enc(out + 4*2, q[2*2]); 115 le32enc(out + 4*3, q[2*3]); 145 le32enc(out + 4*0, q[2*0]); 146 le32enc(out + 4*1, q[2*1]); 147 le32enc(out + 4*2, q[2*2]); 148 le32enc(out + 4*3, q[2*3]); 199 le32enc(out + 4*0, cv0); 200 le32enc(out + 4*1, cv1) [all...] |
aes_bear.h | 38 #define br_enc32le le32enc
|
/src/sys/external/bsd/drm2/include/asm/ |
unaligned.h | 62 le32enc(p, v);
|
/src/sys/crypto/aes/arch/x86/ |
aes_via.c | 763 le32enc(authctr + 16 + 4*0, c0); 764 le32enc(authctr + 16 + 4*1, c1); 765 le32enc(authctr + 16 + 4*2, c2); 777 le32enc(authctr0 + 16 + 4*0, c0); 778 le32enc(authctr0 + 16 + 4*1, c1); 779 le32enc(authctr0 + 16 + 4*2, c2); 811 le32enc(authctr + 16 + 4*0, c0); 812 le32enc(authctr + 16 + 4*1, c1); 813 le32enc(authctr + 16 + 4*2, c2); 829 le32enc(authctr + 16 + 4*0, c0) [all...] |
/src/lib/libc/cdb/ |
cdbw.c | 554 le32enc(buf + 24, cdbw->data_size); 555 le32enc(buf + 28, cdbw->data_counter); 556 le32enc(buf + 32, state->entries); 557 le32enc(buf + 36, state->seed); 563 le32enc(buf + cur_pos, state->g[i]); 571 le32enc(buf + cur_pos, 0); 576 le32enc(buf + cur_pos, data_size); 581 le32enc(buf + cur_pos, data_size);
|
/src/lib/libterminfo/ |
term_private.h | 240 le32enc(*cap, (uint32_t)num); 272 le32enc(tbuf->buf + tbuf->bufpos, (uint32_t)num);
|
/src/common/lib/libx86emu/ |
x86emu_util.c | 133 le32enc(emu->mem_base + addr, val);
|
/src/lib/libc/uuid/ |
uuid_stream.c | 65 le32enc(p, uuid->time_low);
|
/src/sys/arch/hpc/stand/include/machine/ |
endian.h | 259 le32enc(void *buf, uint32_t u) function in typeref:typename:void __unused 306 le32enc(p, (uint32_t)(u & 0xffffffffULL)); 307 le32enc(p + 4, (uint32_t)(u >> 32));
|
/src/sys/sys/ |
endian.h | 280 le32enc(void *buf, uint32_t u) 320 le32enc(p, __CAST(uint32_t, (u & 0xffffffffULL))); 321 le32enc(p + 4, __CAST(uint32_t, (u >> 32)));
|
/src/lib/libc/locale/ |
c32rtomb.c | 161 le32enc(utf32le, c32);
|
/src/sys/fs/msdosfs/ |
bpb.h | 120 #define putulong(p, v) le32enc((p), (v))
|
/src/sys/kern/ |
kern_uuid.c | 147 le32enc(p, uuid->time_low);
|
/src/sys/crypto/blake2/ |
blake2s.c | 246 le32enc(d + 4*i, B->h[i]);
|
/src/sbin/gpt/ |
gpt_uuid.c | 121 le32enc(p, uuid->time_low);
|
/src/sys/crypto/chacha/arch/arm/ |
chacha_neon.c | 305 le32enc(s + i,
|
/src/sys/uvm/ |
uvm_swap.c | 2120 /* iv := AES_k(le32enc(slot) || 0^96) */ 2121 le32enc(preiv, slot); 2142 /* iv := AES_k(le32enc(slot) || 0^96) */ 2143 le32enc(preiv, slot);
|
/src/tools/compat/ |
configure.ac | 285 AC_CHECK_DECLS([be16enc, le16enc, be16dec, le16dec, be32enc, le32enc,
|
/src/sys/netbt/ |
l2cap_signal.c | 972 le32enc(rsp + 4, 0x00000080);
|
/src/sys/crypto/chacha/arch/x86/ |
chacha_sse2.c | 503 le32enc(s + i,
|
/src/sys/crypto/adiantum/ |
adiantum.c | 336 le32enc(h + 0, ((h1 << 26) | (h0 >> 0)) & 0xffffffff); 337 le32enc(h + 4, ((h2 << 20) | (h1 >> 6)) & 0xffffffff); 338 le32enc(h + 8, ((h3 << 14) | (h2 >> 12)) & 0xffffffff); 339 le32enc(h + 12, ((h4 << 8) | (h3 >> 18)) & 0xffffffff);
|
/src/share/man/man9/ |
Makefile | 253 byteorder.9 le16enc.9 byteorder.9 le32enc.9 byteorder.9 le64enc.9
|
/src/sys/dev/pci/ |
hifn7751.c | 1143 le32enc(data, b); 1150 le32enc(dataexpect, b);
|