Searched defs:nbytes (Results 126 - 150 of 529) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/x86/x86/
H A Dcpu_rng.c198 uint32_t cr0, status, nbytes; local
261 cpu_rng_get(size_t nbytes, void *cookie) argument
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_random.c85 archive_random(void *buf, size_t nbytes) argument
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dreaddir.c449 int nbytes = count / 2; /* conservative */ local
878 int nbytes = count / 2; /* conservative */ local
/netbsd-current/external/bsd/atf/dist/tools/
H A Dio.cpp254 safe_read(const int fd, void* buffer, const size_t nbytes, argument
289 const size_t nbytes = safe_read(fd, buffer.get(), m_bufsize - 1, local
/netbsd-current/lib/libc/net/
H A Dip6opt.c79 inet6_option_space(int nbytes) argument
/netbsd-current/libexec/ld.elf_so/
H A Dxmalloc.c176 imalloc(size_t nbytes) argument
333 irealloc(void *cp, size_t nbytes) argument
[all...]
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c73 vmem_sub(int opr, void* xxx, void *addr, int nbytes, int *byte_count) argument
83 addr, addr + nbytes, local
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/src/
H A Denvsubst.c320 size_t nbytes; local
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-cat.c578 size_t nbytes; local
H A Dread-catalog.c293 size_t nbytes; local
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dpcterm.c548 size_t nbytes, nread = 0; local
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_iocp.c215 read_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
226 write_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSPosix/
H A DmDNSUNP.c548 recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp, argument
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal.c420 int nbytes = off / SZCHAR; local
/netbsd-current/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c184 size_t resid, buflen, nbytes; local
/netbsd-current/lib/libc/db/btree/
H A Dbt_split.c92 uint32_t n, nbytes, nksize = 0; /* pacify gcc */ local
540 uint32_t nbytes; local
623 uint32_t nbytes; local
[all...]
/netbsd-current/sys/dev/isa/
H A Disadma.c351 _isa_dmastart(struct isa_dma_state *ids, int chan, void *addr, bus_size_t nbytes, struct proc *p, int flags, int busdmaflags) argument
496 bus_size_t nbytes; local
[all...]
/netbsd-current/usr.bin/showmount/
H A Dshowmount.c118 int nbytes; local
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_iocp.c216 read_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
227 write_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dnetaddr.c77 unsigned int nbytes; /* Number of significant whole bytes */ local
220 unsigned int nbits, nbytes, ipbytes = 0; local
253 unsigned int nbits = 0, nbytes = 0, ipbytes = 0, i; local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_datum.c148 char nbytes; /* number of bytes received from datum pts */ member in struct:datum_pts_unit
/netbsd-current/sys/dev/
H A Dcgd_crypto.c179 cgd_cipher_aes_cbc(void *privdata, void *dst, const void *src, size_t nbytes, argument
261 cgd_cipher_aes_xts(void *cookie, void *dst, const void *src, size_t nbytes, argument
330 cgd_cipher_3des_cbc(void *privdata, void *dst, const void *src, size_t nbytes, argument
401 cgd_cipher_bf_cbc(void *privdata, void *dst, const void *src, size_t nbytes, argument
460 cgd_cipher_adiantum_crypt(void *cookie, void *dst, const void *src, size_t nbytes, const void *blkno, int dir) argument
[all...]
/netbsd-current/sys/crypto/aes/
H A Daes_bear.c156 aesbear_cbc_enc(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t iv[static 16], uint32_t nrounds) argument
217 aesbear_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t iv[static 16], uint32_t nrounds) argument
393 aesbear_xts_enc(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16], uint32_t nrounds) argument
497 aesbear_xts_dec(const struct aesdec *dec, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16], uint32_t nrounds) argument
601 aesbear_cbcmac_update1(const struct aesenc *enc, const uint8_t in[static 16], size_t nbytes, uint8_t auth[static 16], uint32_t nrounds) argument
647 aesbear_ccm_enc1(const struct aesenc *enc, const uint8_t *in, uint8_t *out, size_t nbytes, uint8_t authctr[32], uint32_t nrounds) argument
712 aesbear_ccm_dec1(const struct aesenc *enc, const uint8_t *in, uint8_t *out, size_t nbytes, uint8_t authctr[32], uint32_t nrounds) argument
[all...]
/netbsd-current/sys/crypto/chacha/
H A Dchacha_ref.c122 chacha_stream_ref(uint8_t *restrict s, size_t nbytes, uint32_t blkno, const uint8_t nonce[static 12], const uint8_t k[static 32], unsigned nr) argument
245 chacha_stream_xor_ref(uint8_t *s, const uint8_t *p, size_t nbytes, uint32_t blkno, const uint8_t nonce[static 12], const uint8_t k[static 32], unsigned nr) argument
421 xchacha_stream_ref(uint8_t *restrict s, size_t nbytes, uint32_t blkno, const uint8_t nonce[static 24], const uint8_t k[static 32], unsigned nr) argument
434 xchacha_stream_xor_ref(uint8_t *restrict c, const uint8_t *p, size_t nbytes, uint32_t blkno, const uint8_t nonce[static 24], const uint8_t k[static 32], unsigned nr) argument
[all...]
/netbsd-current/sys/ufs/lfs/
H A Dlfs_bio.c718 size_t nbytes; local

Completed in 414 milliseconds

1234567891011>>