Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/openbmc/linux/crypto/
H A Dpcbc.c25 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
H A Dxctr.c40 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 Dcfb.c52 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
H A Dscatterwalk.c18 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()
H A Dcbc.c22 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
H A Dctr.c38 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
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-glue.c41 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
H A Dsm4-ce-glue.c25 #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
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c184 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()
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c164 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 Dvidtv_pes.c82 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
H A Dvidtv_ts.c53 u32 nbytes = 0; in vidtv_ts_null_write_into() local
88 u32 nbytes = 0; in vidtv_ts_pcr_write_into() local
/openbmc/linux/arch/x86/crypto/
H A Dsm4_aesni_avx_glue.c44 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
H A Ddes3_ede_glue.c70 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
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c36 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()
/openbmc/linux/arch/sparc/crypto/
H A Daes_glue.c224 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
/openbmc/linux/drivers/comedi/
H A Dcomedi_buf.c340 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
/openbmc/linux/fs/
H A Dsync.c228 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
/openbmc/linux/include/linux/
H A Donce.h80 #define get_random_once(buf, nbytes) \ argument
83 #define get_random_sleepable_once(buf, nbytes) \ argument
/openbmc/u-boot/net/
H A Dchecksum.c13 unsigned compute_ip_checksum(const void *vptr, unsigned nbytes) in compute_ip_checksum()
56 int ip_checksum_ok(const void *addr, unsigned nbytes) in ip_checksum_ok()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2378 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()
3417 size_t nbytes, loff_t *ppos) in lpfc_idiag_pcicfg_write()
3742 size_t nbytes, loff_t *ppos) in lpfc_idiag_baracc_write()
4333 size_t nbytes, loff_t *ppos) in lpfc_idiag_queacc_write()
4686 size_t nbytes, loff_t *ppos) in lpfc_idiag_drbacc_write()
4901 size_t nbytes, loff_t *ppos) in lpfc_idiag_ctlacc_write()
5087 size_t nbytes, loff_t *ppos) in lpfc_idiag_mbxacc_write()
[all …]
/openbmc/linux/drivers/accessibility/speakup/
H A Ddevsynth.c14 size_t nbytes, loff_t *ppos) in speakup_file_write()
38 size_t nbytes, loff_t *ppos) in speakup_file_read()
/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-glue.c185 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
/openbmc/linux/include/crypto/
H A Dscatterwalk.h37 unsigned int nbytes) in scatterwalk_clamp()
44 unsigned int nbytes) in scatterwalk_advance()
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c75 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument
89 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument

12345678910>>...15