/linux/crypto/ |
H A D | pcbc.c | 26 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 47 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 69 unsigned int nbytes; in crypto_pcbc_encrypt() local 93 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local 114 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local 136 unsigned int nbytes; in crypto_pcbc_decrypt() local
|
H A D | scatterwalk.c | 33 void scatterwalk_skip(struct scatter_walk *walk, unsigned int nbytes) in scatterwalk_skip() 49 unsigned int nbytes) in memcpy_from_scatterwalk() 64 unsigned int nbytes) in memcpy_to_scatterwalk() 79 unsigned int start, unsigned int nbytes) in memcpy_from_sglist() 92 const void *buf, unsigned int nbytes) in memcpy_to_sglist() 105 unsigned int nbytes) in memcpy_sglist()
|
H A D | xctr.c | 40 unsigned int nbytes = walk->nbytes; in crypto_xctr_crypt_final() local 56 unsigned int nbytes = walk->nbytes; in crypto_xctr_crypt_segment() local 80 unsigned int nbytes = walk->nbytes; in crypto_xctr_crypt_inplace() local 105 unsigned int nbytes; in crypto_xctr_crypt() local
|
H A D | cbc.c | 16 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_encrypt_segment() 31 u8 *src, unsigned nbytes, u8 *oiv) in crypto_cbc_encrypt_inplace() 70 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_decrypt_segment() 95 u8 *src, unsigned nbytes, u8 *iv) in crypto_cbc_decrypt_inplace()
|
H A D | ctr.c | 38 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_final() local 55 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_segment() local 79 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_inplace() local 105 unsigned int nbytes; in crypto_ctr_crypt() local
|
/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/include/crypto/ |
H A D | scatterwalk.h | 57 unsigned int nbytes; member 106 unsigned int nbytes) in scatterwalk_clamp() 197 unsigned int nbytes = scatterwalk_clamp(walk, total); in scatterwalk_next() local 210 unsigned int nbytes) in scatterwalk_advance() 224 unsigned int nbytes) in scatterwalk_done_src() 240 unsigned int nbytes) in scatterwalk_done_dst() 287 unsigned int nbytes, int out) in scatterwalk_map_and_copy()
|
/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
|
/linux/arch/sparc/crypto/ |
H A D | aes_glue.c | 223 unsigned int nbytes; in ecb_encrypt() local 247 unsigned int nbytes; in ecb_decrypt() local 272 unsigned int nbytes; in cbc_encrypt() local 297 unsigned int nbytes; in cbc_decrypt() local 325 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 338 unsigned int nbytes; in ctr_crypt() local
|
/linux/include/crypto/internal/ |
H A D | blockhash.h | 15 #define BLOCK_HASH_UPDATE_BASE(block_fn, state, src, nbytes, bs, dv, \ argument 47 #define BLOCK_HASH_UPDATE(block, state, src, nbytes, bs, buf, buflen) \ argument 49 #define BLOCK_HASH_UPDATE_BLOCKS(block, state, src, nbytes, bs, buf, buflen) \ argument
|
/linux/drivers/comedi/ |
H A D | comedi_buf.c | 288 unsigned int nbytes) in comedi_buf_write_alloc() 381 unsigned int nbytes) in comedi_buf_write_free() 446 unsigned int nbytes) in comedi_buf_read_alloc() 486 unsigned int nbytes) in comedi_buf_read_free() 536 void *dest, unsigned int nbytes) in comedi_buf_memcpy_from() 582 unsigned int nbytes; in comedi_buf_write_samples() local 628 unsigned int nbytes; in comedi_buf_read_samples() local
|
/linux/arch/arm64/crypto/ |
H A D | sm4-neon-glue.c | 39 unsigned int nbytes; in sm4_ecb_do_crypt() local 85 unsigned int nbytes; in sm4_cbc_encrypt() local 117 unsigned int nbytes; in sm4_cbc_decrypt() local 148 unsigned int nbytes; in sm4_ctr_crypt() local
|
H A D | sm4-ce-glue.c | 24 #define BYTES2BLKS(nbytes) ((nbytes) >> 4) argument 110 unsigned int nbytes; in sm4_ecb_do_crypt() local 156 unsigned int nbytes; in sm4_cbc_crypt() local 281 unsigned int nbytes; in sm4_ctr_crypt() local 329 unsigned int nbytes; in sm4_xts_crypt() local
|
/linux/fs/ |
H A D | sync.c | 225 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range() 352 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes, in ksys_sync_file_range() 363 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument 371 compat_arg_u64_dual(nbytes), unsigned int, flags) in COMPAT_SYSCALL_DEFINE6() 381 loff_t, offset, loff_t, nbytes) in SYSCALL_DEFINE4() argument
|
/linux/arch/x86/crypto/ |
H A D | des3_ede_glue.c | 70 unsigned int nbytes; in ecb_crypt() local 130 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 154 unsigned int nbytes; in cbc_encrypt() local 171 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 233 unsigned int nbytes; in cbc_decrypt() local
|
H A D | sm4_aesni_avx_glue.c | 42 unsigned int nbytes; in ecb_do_crypt() local 96 unsigned int nbytes; in sm4_cbc_encrypt() local 130 unsigned int nbytes; in sm4_avx_cbc_decrypt() local 195 unsigned int nbytes; in sm4_avx_ctr_crypt() local
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 2150 size_t nbytes, loff_t *ppos) in lpfc_debugfs_lockstat_write() 2376 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_read() 2418 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_write() 2556 size_t nbytes, loff_t *ppos) in lpfc_debugfs_read() 2604 size_t nbytes, loff_t *ppos) in lpfc_debugfs_multixripools_write() 2684 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmestat_write() 2772 size_t nbytes, loff_t *ppos) in lpfc_debugfs_scsistat_write() 2826 size_t nbytes, loff_t *ppos) in lpfc_debugfs_ioktime_write() 2953 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmeio_trc_write() 3058 size_t nbytes, loff_t *ppos) in lpfc_debugfs_hdwqstat_write() [all …]
|
/linux/drivers/i3c/ |
H A D | internals.h | 34 int nbytes) in i3c_writel_fifo() 52 int nbytes) in i3c_readl_fifo()
|
/linux/include/linux/ |
H A D | once.h | 80 #define get_random_once(buf, nbytes) \ argument 83 #define get_random_sleepable_once(buf, nbytes) \ argument
|
/linux/drivers/accessibility/speakup/ |
H A D | devsynth.c | 15 size_t nbytes, loff_t *ppos) in speakup_file_write() 40 size_t nbytes, loff_t *ppos) in speakup_file_writeu() 98 size_t nbytes, loff_t *ppos) in speakup_file_read()
|
/linux/drivers/memory/ |
H A D | renesas-rpc-if.c | 341 static u8 rpcif_bits_set(struct rpcif_priv *rpc, u32 nbytes) in rpcif_bits_set() 412 u32 nbytes; in rpcif_prepare_impl() local 468 u32 nbytes; in xspi_prepare_impl() local 522 u32 nbytes, data[2], *p = data; in rpcif_manual_xfer_impl() local 580 u32 nbytes, data[2], *p = data; in rpcif_manual_xfer_impl() local 650 u32 nbytes, data[2], *p = data; in xspi_manual_xfer_impl() local 693 u32 nbytes, data[2], *p = data; in xspi_manual_xfer_impl() 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
|