Searched defs:nbytes (Results 76 - 100 of 529) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrsignal.c290 int nbytes; local
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstrerror.c514 int nbytes; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Df_generic.c72 const unsigned nbytes = with_hibit ? X_SER_BYTES : SER_BYTES; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Df_generic.c72 const unsigned nbytes = with_hibit ? X_SER_BYTES : SER_BYTES; local
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstrsignal.c290 int nbytes; local
H A Dstrerror.c514 int nbytes; local
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dpreload-snoop.c164 read(int fd, void *buf, size_t nbytes) argument
197 write(int fd, const void *buf, size_t nbytes) argument
/netbsd-current/external/bsd/file/dist/src/
H A Dis_simh.c118 uint32_t nbytes, cbytes; local
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dfd.c98 int error, nbytes; local
/netbsd-current/lib/libc/gen/
H A Dwordexp.c96 size_t nwords, nbytes; /* Number of words, bytes from child */ local
[all...]
/netbsd-current/external/gpl2/mkhybrid/dist/libfile/
H A Dlfile.c118 int nbytes = 0; /* number of bytes read from a datafile */ local
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.c384 register int nbytes = 0; local
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.c384 register int nbytes = 0; local
/netbsd-current/sbin/nvmectl/
H A Dhumanize_bignum.c107 BIGNUM *nbytes = NULL, *max = NULL; local
[all...]
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSPosix/
H A DmDNSBSD.c153 recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp, argument
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dobstack.c444 register int nbytes = 0; local
/netbsd-current/lib/libc/db/btree/
H A Dbt_delete.c472 uint32_t nbytes; local
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dhpc_machdep.c307 dumppages(char *start, int nbytes) argument
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_dirent.c113 int buflen, error, eofflag, nbytes, oldcall; local
/netbsd-current/usr.sbin/fstyp/
H A Dfstyp.c189 int ch, error, i, nbytes; local
/netbsd-current/sys/crypto/aes/arch/arm/
H A Daes_armv8.c125 aesarmv8_cbc_enc_impl(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
138 aesarmv8_cbc_dec_impl(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
162 aesarmv8_xts_enc_impl(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
186 aesarmv8_xts_dec_impl(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
210 aesarmv8_cbcmac_update1_impl(const struct aesenc *enc, const uint8_t in[static 16], size_t nbytes, uint8_t auth[static 16], uint32_t nrounds) argument
224 aesarmv8_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32], uint32_t nrounds) argument
238 aesarmv8_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32], uint32_t nrounds) argument
[all...]
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_ssse3_subr.c79 aes_ssse3_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
97 aes_ssse3_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
172 aes_ssse3_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
192 aes_ssse3_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
212 aes_ssse3_cbcmac_update1(const struct aesenc *enc, const uint8_t in[static 16], size_t nbytes, uint8_t auth0[static 16], uint32_t nrounds) argument
227 aes_ssse3_ccm_enc1(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32], uint32_t nrounds) argument
254 aes_ssse3_ccm_dec1(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32], uint32_t nrounds) argument
[all...]
H A Daes_sse2_subr.c127 aes_sse2_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
167 aes_sse2_cbc_dec(const struct aesdec *dec, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t ivp[static 16], uint32_t nrounds) argument
346 aes_sse2_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
435 aes_sse2_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
524 aes_sse2_cbcmac_update1(const struct aesenc *enc, const uint8_t in[static 16], size_t nbytes, uint8_t auth[static 16], uint32_t nrounds) argument
555 aes_sse2_ccm_enc1(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32], uint32_t nrounds) argument
612 aes_sse2_ccm_dec1(const struct aesenc *enc, const uint8_t in[static 16], uint8_t out[static 16], size_t nbytes, uint8_t authctr[static 32], uint32_t nrounds) argument
[all...]
/netbsd-current/external/bsd/ppp/dist/pppdump/
H A Ddeflate.c114 z_free(void *notused, void *ptr, u_int nbytes) argument
/netbsd-current/sys/dev/ofisa/
H A Datppc_ofisa.c176 atppc_ofisa_dma_start(struct atppc_softc *lsc, void *buf, u_int nbytes, argument

Completed in 402 milliseconds

1234567891011>>