| /linux/include/crypto/ |
| H A D | scatterwalk.h | 53 unsigned int nbytes) in scatterwalk_clamp() 144 unsigned int nbytes = scatterwalk_clamp(walk, total); in scatterwalk_next() local 157 unsigned int nbytes) in scatterwalk_advance() 171 unsigned int nbytes) in scatterwalk_done_src() 187 unsigned int nbytes) in __scatterwalk_flush_dcache_pages() 215 unsigned int nbytes) in scatterwalk_done_dst() 244 unsigned int nbytes, int out) in scatterwalk_map_and_copy()
|
| /linux/drivers/comedi/ |
| H A D | comedi_buf.c | 277 unsigned int nbytes) in _comedi_buf_write_alloc() 308 unsigned int nbytes) in comedi_buf_write_alloc() 378 unsigned int nbytes) in _comedi_buf_write_free() 411 unsigned int nbytes) in comedi_buf_write_free() 468 unsigned int nbytes) in _comedi_buf_read_alloc() 504 unsigned int nbytes) in comedi_buf_read_alloc() 522 unsigned int nbytes) in _comedi_buf_read_free() 557 unsigned int nbytes) in comedi_buf_read_free() 597 void *dest, unsigned int nbytes) in comedi_buf_memcpy_from() 627 unsigned int nbytes; in _comedi_buf_write_samples() local [all …]
|
| /linux/crypto/ |
| H A D | scatterwalk.c | 18 void scatterwalk_skip(struct scatter_walk *walk, unsigned int nbytes) in scatterwalk_skip() 34 unsigned int nbytes) in memcpy_from_scatterwalk() 49 unsigned int nbytes) in memcpy_to_scatterwalk() 64 unsigned int start, unsigned int nbytes) in memcpy_from_sglist() 77 const void *buf, unsigned int nbytes) in memcpy_to_sglist() 101 unsigned int nbytes) in memcpy_sglist()
|
| /linux/lib/crypto/mpi/ |
| H A D | mpicoder.c | 36 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes) in mpi_read_raw_data() 85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local 144 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer() 204 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 248 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() 331 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio_copy.c | 184 unsigned int nbytes) in read_low_bytes() 200 const void *from, unsigned int nbytes) in read_extra_bytes() 263 const void *from, size_t nbytes) in seg_pio_copy_start() 355 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 483 const void *from, size_t nbytes) in mid_copy_straight() 571 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
|
| /linux/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_mux.c | 164 u32 nbytes; in vidtv_mux_push_si() local 225 u32 nbytes = 0; in vidtv_mux_push_pcr() local 287 u32 nbytes = 0; in vidtv_mux_packetize_access_units() local 326 u32 nbytes = 0; in vidtv_mux_poll_encoders() local 358 u32 nbytes; in vidtv_mux_pad_with_nulls() local 396 u32 nbytes; in vidtv_mux_tick() local
|
| H A D | vidtv_pes.c | 83 u32 nbytes = 0; /* the number of bytes written by this function */ in vidtv_pes_write_pts_dts() local 134 u32 nbytes = 0; /* the number of bytes written by this function */ in vidtv_pes_write_h() local 213 u32 nbytes = 0; in vidtv_pes_write_stuffing() local 276 u32 nbytes = 0; in vidtv_pes_write_ts_h() local 333 u32 nbytes = 0; in vidtv_pes_write_into() local
|
| H A D | vidtv_ts.c | 53 u32 nbytes = 0; in vidtv_ts_null_write_into() local 88 u32 nbytes = 0; in vidtv_ts_pcr_write_into() local
|
| H A D | vidtv_s302m.c | 295 u32 nbytes = 0; in vidtv_s302m_write_frame() local 331 u32 nbytes = 0; in vidtv_s302m_write_h() local 351 u32 nbytes = 0; in vidtv_s302m_write_frames() local
|
| H A D | vidtv_psi.c | 172 u32 nbytes = 0; in vidtv_psi_ts_psi_write_into() local 679 u32 nbytes = 0; in vidtv_psi_desc_write_into() local 1016 u32 nbytes = 0; in vidtv_psi_pat_write_into() local 1195 u32 nbytes = 0; in vidtv_psi_pmt_write_into() local 1367 u32 nbytes = 0; in vidtv_psi_sdt_write_into() local 1710 u32 nbytes = 0; in vidtv_psi_nit_write_into() local 1921 u32 nbytes = 0; in vidtv_psi_eit_write_into() local
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-neon-glue.c | 39 unsigned int nbytes; in sm4_ecb_do_crypt() local 82 unsigned int nbytes; in sm4_cbc_encrypt() local 114 unsigned int nbytes; in sm4_cbc_decrypt() local 142 unsigned int nbytes; in sm4_ctr_crypt() local
|
| H A D | sm4-ce-glue.c | 24 #define BYTES2BLKS(nbytes) ((nbytes) >> 4) argument 109 unsigned int nbytes; in sm4_ecb_do_crypt() local 153 unsigned int nbytes; in sm4_cbc_crypt() local 274 unsigned int nbytes; in sm4_ctr_crypt() local 320 unsigned int nbytes; in sm4_xts_crypt() local
|
| /linux/fs/ |
| H A D | sync.c | 226 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range() 351 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes, in ksys_sync_file_range() 362 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument 370 compat_arg_u64_dual(nbytes), unsigned int, flags) in COMPAT_SYSCALL_DEFINE6() 380 loff_t, offset, loff_t, nbytes) in SYSCALL_DEFINE4() argument
|
| /linux/drivers/i3c/ |
| H A D | internals.h | 34 int nbytes) in i3c_writel_fifo() 56 int nbytes) in i3c_readl_fifo()
|
| /linux/drivers/memory/ |
| H A D | renesas-rpc-if.c | 343 static u8 rpcif_bits_set(struct rpcif_priv *rpc, u32 nbytes) in rpcif_bits_set() 414 u32 nbytes; in rpcif_prepare_impl() local 470 u32 nbytes; in xspi_prepare_impl() local 524 u32 nbytes, data[2], *p = data; in rpcif_manual_xfer_impl() local 582 u32 nbytes, data[2], *p = data; in rpcif_manual_xfer_impl() local 652 u32 nbytes, data[2], *p = data; in xspi_manual_xfer_impl() local 695 u32 nbytes, data[2], *p = data; in xspi_manual_xfer_impl() local
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-glue.c | 140 unsigned int nbytes; in riscv64_aes_ecb_crypt() local 178 unsigned int nbytes; in riscv64_aes_cbc_crypt() local 281 unsigned int nbytes, p1_nbytes; in riscv64_aes_ctr_crypt() local 399 unsigned int nbytes = walk.nbytes; in riscv64_aes_xts_crypt() local
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 185 unsigned int nbytes; in ppc_ecb_crypt() local 224 unsigned int nbytes; in ppc_cbc_crypt() local 265 unsigned int nbytes; in ppc_ctr_crypt() local 291 unsigned int nbytes; in ppc_xts_crypt() local
|
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 160 unsigned int nbytes; in ecb_encrypt() local 182 unsigned int nbytes; in ecb_decrypt() local 204 unsigned int nbytes; in cbc_encrypt() local 226 unsigned int nbytes; in cbc_decrypt() local 363 unsigned int nbytes; in ctr_crypt_aesni() local 662 unsigned int nbytes, p1_nbytes, nblocks; in ctr_crypt() local 727 unsigned int nbytes; in xctr_crypt() local 1397 unsigned int nbytes; in gcm_crypt() local
|
| /linux/include/memory/ |
| H A D | renesas-rpc-if.h | 30 u8 nbytes; member 42 u8 nbytes; member 50 unsigned int nbytes; member
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_debugfs.c | 172 size_t nbytes, loff_t *pos) in bfad_debugfs_read() 215 size_t nbytes, loff_t *pos) in bfad_debugfs_read_regrd() 239 size_t nbytes, loff_t *ppos) in bfad_debugfs_write_regrd() 308 size_t nbytes, loff_t *ppos) in bfad_debugfs_write_regwr()
|
| /linux/arch/s390/crypto/ |
| H A D | des_s390.c | 94 unsigned int nbytes, n; in ecb_desall_crypt() local 113 unsigned int nbytes, n; in cbc_desall_crypt() local 303 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() 324 unsigned int n, nbytes; in ctr_desall_crypt() local
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpadlpar_sysfs.c | 28 const char *buf, size_t nbytes) in add_slot_store() 58 const char *buf, size_t nbytes) in remove_slot_store()
|
| /linux/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 592 u32 au1xxx_dbdma_put_source(u32 chanid, dma_addr_t buf, int nbytes, u32 flags) in au1xxx_dbdma_put_source() 652 u32 au1xxx_dbdma_put_dest(u32 chanid, dma_addr_t buf, int nbytes, u32 flags) in au1xxx_dbdma_put_dest() 717 u32 au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes) in au1xxx_dbdma_get_dest() 941 u32 nbytes = 0; in au1xxx_dbdma_put_dscr() local
|
| /linux/tools/usb/ |
| H A D | ffs-test.c | 483 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap() 488 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap() 501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() 526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() 588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume()
|
| /linux/net/sunrpc/ |
| H A D | xdr.c | 54 __be32 *xdr_encode_opaque_fixed(__be32 *p, const void *ptr, unsigned int nbytes) in xdr_encode_opaque_fixed() 78 __be32 *xdr_encode_opaque(__be32 *p, const void *ptr, unsigned int nbytes) in xdr_encode_opaque() 1014 size_t nbytes) in xdr_get_next_encode_buffer() 1077 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space() 1112 int xdr_reserve_space_vec(struct xdr_stream *xdr, size_t nbytes) in xdr_reserve_space_vec() 1219 unsigned int nbytes = xdr_align_size(len); in xdr_truncate_decode() local 1450 static __be32 * __xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in __xdr_inline_decode() 1463 static __be32 *xdr_copy_to_scratch(struct xdr_stream *xdr, size_t nbytes) in xdr_copy_to_scratch() 1499 __be32 * xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) in xdr_inline_decode() 1726 unsigned int nbytes) in xdr_stream_subsegment()
|