/linux-6.6.21/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 | cfb.c | 52 unsigned int nbytes = walk->nbytes; in crypto_cfb_final() local 62 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_segment() local 85 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_inplace() local 132 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_segment() local 155 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_inplace() 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 | 22 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_segment() local 50 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_inplace() local 97 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_segment() local 127 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_inplace() local
|
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.6.21/arch/arm64/crypto/ |
D | sm4-neon-glue.c | 41 unsigned int nbytes; in sm4_ecb_do_crypt() local 87 unsigned int nbytes; in sm4_cbc_encrypt() local 119 unsigned int nbytes; in sm4_cbc_decrypt() local 150 unsigned int nbytes; in sm4_cfb_encrypt() local 190 unsigned int nbytes; in sm4_cfb_decrypt() local 234 unsigned int nbytes; in sm4_ctr_crypt() local
|
D | sm4-ce-glue.c | 25 #define BYTES2BLKS(nbytes) ((nbytes) >> 4) argument 117 unsigned int nbytes; in sm4_ecb_do_crypt() local 163 unsigned int nbytes; in sm4_cbc_crypt() local 288 unsigned int nbytes; in sm4_cfb_encrypt() local 330 unsigned int nbytes; in sm4_cfb_decrypt() local 372 unsigned int nbytes; in sm4_ctr_crypt() local 420 unsigned int nbytes; in sm4_xts_crypt() local
|
/linux-6.6.21/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.6.21/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 | 82 u32 nbytes = 0; /* the number of bytes written by this function */ in vidtv_pes_write_pts_dts() local 133 u32 nbytes = 0; /* the number of bytes written by this function */ in vidtv_pes_write_h() local 212 u32 nbytes = 0; in vidtv_pes_write_stuffing() local 275 u32 nbytes = 0; in vidtv_pes_write_ts_h() local 332 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.6.21/lib/crypto/mpi/ |
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 121 unsigned int nbits, nbytes, nlimbs; in mpi_fromstr() local 250 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer() 310 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 354 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() 437 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
|
/linux-6.6.21/arch/x86/crypto/ |
D | sm4_aesni_avx_glue.c | 44 unsigned int nbytes; in ecb_do_crypt() local 98 unsigned int nbytes; in sm4_cbc_encrypt() local 132 unsigned int nbytes; in sm4_avx_cbc_decrypt() local 196 unsigned int nbytes; in sm4_cfb_encrypt() local 238 unsigned int nbytes; in sm4_avx_cfb_decrypt() local 307 unsigned int nbytes; in sm4_avx_ctr_crypt() local
|
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
|
/linux-6.6.21/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 | 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
|
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
|
/linux-6.6.21/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.6.21/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 2152 size_t nbytes, loff_t *ppos) in lpfc_debugfs_lockstat_write() 2378 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_read() 2420 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_write() 2558 size_t nbytes, loff_t *ppos) in lpfc_debugfs_read() 2606 size_t nbytes, loff_t *ppos) in lpfc_debugfs_multixripools_write() 2686 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmestat_write() 2774 size_t nbytes, loff_t *ppos) in lpfc_debugfs_scsistat_write() 2828 size_t nbytes, loff_t *ppos) in lpfc_debugfs_ioktime_write() 2955 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmeio_trc_write() 3060 size_t nbytes, loff_t *ppos) in lpfc_debugfs_hdwqstat_write() [all …]
|
/linux-6.6.21/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.6.21/include/linux/ |
D | once.h | 80 #define get_random_once(buf, nbytes) \ argument 83 #define get_random_sleepable_once(buf, nbytes) \ argument
|
/linux-6.6.21/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.6.21/drivers/accessibility/speakup/ |
D | devsynth.c | 14 size_t nbytes, loff_t *ppos) in speakup_file_write() 38 size_t nbytes, loff_t *ppos) in speakup_file_read()
|
/linux-6.6.21/include/memory/ |
D | renesas-rpc-if.h | 30 u8 nbytes; member 42 u8 nbytes; member 50 unsigned int nbytes; member
|