/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | cast5_avx_glue.c | 36 unsigned int nbytes) in cast5_fpu_begin() 54 unsigned int nbytes; in ecb_crypt() local 116 unsigned int nbytes; in cbc_encrypt() local 146 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 202 unsigned int nbytes; in cbc_decrypt() local 223 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 235 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 282 unsigned int nbytes; in ctr_crypt() local
|
D | blowfish_glue.c | 79 unsigned int nbytes; in ecb_crypt() local 132 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 156 unsigned int nbytes; in cbc_encrypt() local 173 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 237 unsigned int nbytes; in cbc_decrypt() local 256 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 267 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 323 unsigned int nbytes; in ctr_crypt() local
|
D | des3_ede_glue.c | 80 unsigned int nbytes; in ecb_crypt() local 140 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 164 unsigned int nbytes; in cbc_encrypt() local 181 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 243 unsigned int nbytes; in cbc_decrypt() local 263 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 275 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 326 unsigned int nbytes; in ctr_crypt() local
|
D | glue_helper.c | 28 unsigned int nbytes; in glue_ecb_req_128bit() local 72 unsigned int nbytes; in glue_cbc_encrypt_req_128bit() local 105 unsigned int nbytes; in glue_cbc_decrypt_req_128bit() local 166 unsigned int nbytes; in glue_ctr_req_128bit() local 234 unsigned int nbytes = walk->nbytes; in __glue_xts_req_128bit() local 275 unsigned int nbytes, tail; in glue_xts_req_128bit() local
|
/kernel/linux/linux-5.10/crypto/ |
D | pcbc.c | 24 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 46 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 68 unsigned int nbytes; in crypto_pcbc_encrypt() local 91 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local 113 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local 135 unsigned int nbytes; in crypto_pcbc_decrypt() 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 | cfb.c | 51 unsigned int nbytes = walk->nbytes; in crypto_cfb_final() local 61 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_segment() local 84 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_inplace() local 131 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_segment() local 154 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_inplace() local
|
D | cbc.c | 21 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_segment() local 49 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_inplace() local 96 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_segment() local 126 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_inplace() local
|
D | ctr.c | 37 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_final() local 54 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_segment() local 78 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_inplace() local 104 unsigned int nbytes; in crypto_ctr_crypt() local
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 225 unsigned int nbytes) in read_low_bytes() 241 const void *from, unsigned int nbytes) in read_extra_bytes() 304 const void *from, size_t nbytes) in seg_pio_copy_start() 396 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 524 const void *from, size_t nbytes) in mid_copy_straight() 612 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
|
/kernel/linux/linux-5.10/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
|
/kernel/liteos_m/kal/libc/newlib/porting/src/ |
D | malloc.c | 66 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes) in __wrap__malloc_r() 75 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes) in __wrap__memalign_r() 84 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes) in __wrap__realloc_r()
|
/kernel/linux/linux-5.10/lib/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
D | comedi_buf.c | 341 unsigned int nbytes) in comedi_buf_write_alloc() 431 unsigned int nbytes) in comedi_buf_write_free() 496 unsigned int nbytes) in comedi_buf_read_alloc() 536 unsigned int nbytes) in comedi_buf_read_free() 582 void *dest, unsigned int nbytes) in comedi_buf_memcpy_from() 626 unsigned int nbytes; in comedi_buf_write_samples() local 672 unsigned int nbytes; in comedi_buf_read_samples() local
|
/kernel/linux/linux-5.10/include/linux/ |
D | once.h | 55 #define get_random_once(buf, nbytes) \ argument 57 #define get_random_once_wait(buf, nbytes) \ argument
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 2154 size_t nbytes, loff_t *ppos) in lpfc_debugfs_lockstat_write() 2373 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_read() 2415 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_write() 2553 size_t nbytes, loff_t *ppos) in lpfc_debugfs_read() 2601 size_t nbytes, loff_t *ppos) in lpfc_debugfs_multixripools_write() 2681 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmestat_write() 2769 size_t nbytes, loff_t *ppos) in lpfc_debugfs_scsistat_write() 2823 size_t nbytes, loff_t *ppos) in lpfc_debugfs_ioktime_write() 2950 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmeio_trc_write() 3055 size_t nbytes, loff_t *ppos) in lpfc_debugfs_hdwqstat_write() [all …]
|
/kernel/linux/linux-5.10/mm/ |
D | zswapd_control.c | 141 char *buf, size_t nbytes, loff_t off) in avail_buffers_params_write() 174 char *buf, size_t nbytes, loff_t off) in zswapd_max_reclaim_size_write() 190 char *buf, size_t nbytes, loff_t off) in buffers_ratio_params_write() 258 char *buf, size_t nbytes, loff_t off) in zswapd_pressure_event_control() 336 size_t nbytes, loff_t off) in zswapd_memcgs_param_write() 407 char *buf, size_t nbytes, loff_t off) in zswapd_single_memcg_param_write() 435 char *buf, size_t nbytes, loff_t off) in mem_cgroup_zram_wm_ratio_write() 455 char *buf, size_t nbytes, loff_t off) in mem_cgroup_compress_ratio_write()
|
/kernel/linux/linux-5.10/fs/ |
D | sync.c | 240 int sync_file_range(struct file *file, loff_t offset, loff_t nbytes, in sync_file_range() 367 int ksys_sync_file_range(int fd, loff_t offset, loff_t nbytes, in ksys_sync_file_range() 382 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, in SYSCALL_DEFINE4() argument 391 loff_t, offset, loff_t, nbytes) in SYSCALL_DEFINE4() argument
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
D | aes_ctr.c | 76 unsigned int nbytes = walk->nbytes; in p8_aes_ctr_final() local 95 unsigned int nbytes; in p8_aes_ctr_crypt() local
|