/linux-6.12.1/crypto/ |
D | pcbc.c | 25 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 92 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
|
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
|
D | scatterwalk.c | 18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 27 size_t nbytes, int out) in scatterwalk_copychunks() 56 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy()
|
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()
|
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-6.12.1/lib/crypto/mpi/ |
D | mpicoder.c | 35 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes) in mpi_read_raw_data() 84 unsigned int nbits, nbytes; in mpi_read_from_buffer() local 143 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer() 203 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 247 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() 330 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
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-6.12.1/drivers/media/test-drivers/vidtv/ |
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
|
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
|
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-6.12.1/arch/sparc/crypto/ |
D | aes_glue.c | 224 unsigned int nbytes; in ecb_encrypt() local 248 unsigned int nbytes; in ecb_decrypt() local 273 unsigned int nbytes; in cbc_encrypt() local 298 unsigned int nbytes; in cbc_decrypt() local 326 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 339 unsigned int nbytes; in ctr_crypt() local
|
D | des_glue.c | 100 unsigned int nbytes; in __ecb_crypt() local 141 unsigned int nbytes; in __cbc_crypt() local 250 unsigned int nbytes; in __ecb3_crypt() local 296 unsigned int nbytes; in __cbc3_crypt() local
|
D | camellia_glue.c | 95 unsigned int nbytes; in __ecb_crypt() local 145 unsigned int nbytes; in cbc_encrypt() local 174 unsigned int nbytes; in cbc_decrypt() local
|
/linux-6.12.1/drivers/comedi/ |
D | comedi_buf.c | 340 unsigned int nbytes) in comedi_buf_write_alloc() 430 unsigned int nbytes) in comedi_buf_write_free() 495 unsigned int nbytes) in comedi_buf_read_alloc() 535 unsigned int nbytes) in comedi_buf_read_free() 581 void *dest, unsigned int nbytes) in comedi_buf_memcpy_from() 625 unsigned int nbytes; in comedi_buf_write_samples() local 671 unsigned int nbytes; in comedi_buf_read_samples() local
|
/linux-6.12.1/arch/arm64/crypto/ |
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
|
D | sm4-ce-glue.c | 25 #define BYTES2BLKS(nbytes) ((nbytes) >> 4) argument 112 unsigned int nbytes; in sm4_ecb_do_crypt() local 158 unsigned int nbytes; in sm4_cbc_crypt() local 283 unsigned int nbytes; in sm4_ctr_crypt() local 331 unsigned int nbytes; in sm4_xts_crypt() local
|
/linux-6.12.1/drivers/scsi/lpfc/ |
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-6.12.1/arch/x86/crypto/ |
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
|
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-6.12.1/fs/ |
D | sync.c | 228 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range() 355 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes, in ksys_sync_file_range() 370 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument 378 compat_arg_u64_dual(nbytes), unsigned int, flags) in COMPAT_SYSCALL_DEFINE6() 388 loff_t, offset, loff_t, nbytes) in SYSCALL_DEFINE4() argument
|
/linux-6.12.1/drivers/accessibility/speakup/ |
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-6.12.1/include/linux/ |
D | once.h | 80 #define get_random_once(buf, nbytes) \ argument 83 #define get_random_sleepable_once(buf, nbytes) \ argument
|
/linux-6.12.1/arch/riscv/crypto/ |
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-6.12.1/arch/powerpc/crypto/ |
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-6.12.1/include/memory/ |
D | renesas-rpc-if.h | 30 u8 nbytes; member 42 u8 nbytes; member 50 unsigned int nbytes; member
|