Searched defs:nbytes (Results 1 - 200 of 235) sorted by relevance

12

/linux-4.1.27/arch/m32r/kernel/
H A Dsys_m32r.c86 asmlinkage int sys_cachectl(char *addr, int nbytes, int op) sys_cachectl() argument
/linux-4.1.27/lib/
H A Dcrc8.c74 u8 crc8(const u8 table[CRC8_TABLE_SIZE], u8 *pdata, size_t nbytes, u8 crc) crc8() argument
H A Dgenalloc.c186 int nbytes = sizeof(struct gen_pool_chunk) + gen_pool_add_virt() local
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_isight.c48 unsigned int maxlen, nbytes; isight_decode() local
H A Duvc_debugfs.c47 uvc_debugfs_stats_read(struct file *file, char __user *user_buf, size_t nbytes, loff_t *ppos) uvc_debugfs_stats_read() argument
H A Duvc_video.c1064 unsigned int maxlen, nbytes; uvc_video_decode_data() local
1122 unsigned int nbytes; uvc_video_encode_data() local
/linux-4.1.27/drivers/usb/mon/
H A Dmon_stat.c44 mon_stat_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) mon_stat_read() argument
H A Dmon_text.c382 mon_text_read_t(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) mon_text_read_t() argument
409 mon_text_read_u(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) mon_text_read_u() argument
H A Dmon_bin.c733 mon_bin_get_event(struct file *file, struct mon_reader_bin *rp, struct mon_bin_hdr __user *hdr, unsigned int hdrbytes, void __user *data, unsigned int nbytes) mon_bin_get_event() argument
796 mon_bin_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) mon_bin_read() argument
/linux-4.1.27/arch/powerpc/kernel/
H A Dproc_powerpc.c37 static ssize_t page_map_read( struct file *file, char __user *buf, size_t nbytes, page_map_read() argument
H A Dsys_ppc32.c125 loff_t nbytes = ((loff_t)nbytes_hi << 32) | nbytes_lo; compat_sys_sync_file_range2() local
H A Dprocess.c1476 valid_irq_stack(unsigned long sp, struct task_struct *p, unsigned long nbytes) valid_irq_stack() argument
1500 validate_sp(unsigned long sp, struct task_struct *p, unsigned long nbytes) validate_sp() argument
/linux-4.1.27/lib/mpi/
H A Dmpicoder.c32 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes) mpi_read_raw_data() argument
84 unsigned nbits, nbytes, nlimbs, nread = 0; mpi_read_from_buffer() local
138 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) mpi_get_buffer() argument
189 int mpi_set_buffer(MPI a, const void *xbuffer, unsigned nbytes, int sign) mpi_set_buffer() argument
/linux-4.1.27/drivers/crypto/caam/
H A Dsg_sw_sec4.h59 static inline int __sg_count(struct scatterlist *sg_list, int nbytes, __sg_count() argument
77 static inline int sg_count(struct scatterlist *sg_list, int nbytes, sg_count() argument
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-cbc.c65 cbc_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) cbc_aes_nx_crypt() argument
114 cbc_aes_nx_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_nx_encrypt() argument
122 cbc_aes_nx_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_nx_decrypt() argument
H A Dnx-aes-ctr.c84 ctr_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_aes_nx_crypt() argument
128 ctr3686_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr3686_aes_nx_crypt() argument
H A Dnx-aes-ecb.c65 ecb_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) ecb_aes_nx_crypt() argument
114 ecb_aes_nx_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_nx_encrypt() argument
122 ecb_aes_nx_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_nx_decrypt() argument
H A Dnx-aes-ccm.c350 unsigned int nbytes = req->cryptlen; ccm_nx_decrypt() local
427 unsigned int nbytes = req->cryptlen; ccm_nx_encrypt() local
172 generate_pat(u8 *iv, struct aead_request *req, struct nx_crypto_ctx *nx_ctx, unsigned int authsize, unsigned int nbytes, u8 *out) generate_pat() argument
H A Dnx-aes-gcm.c132 unsigned int nbytes = req->assoclen; nx_gca() local
199 unsigned int nbytes = req->assoclen; gmac() local
336 unsigned int nbytes = req->cryptlen; gcm_aes_nx_crypt() local
H A Dnx.c218 trim_sg_list(struct nx_sg *sg, struct nx_sg *end, unsigned int delta, unsigned int *nbytes) trim_sg_list() argument
271 nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int *nbytes, unsigned int offset, u8 *iv) nx_build_sg_lists() argument
/linux-4.1.27/arch/x86/crypto/
H A Dsalsa20_glue.c48 encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) encrypt() argument
H A Dfpu.c43 crypto_fpu_encrypt(struct blkcipher_desc *desc_in, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_fpu_encrypt() argument
62 crypto_fpu_decrypt(struct blkcipher_desc *desc_in, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_fpu_decrypt() argument
H A Dblowfish_glue.c86 unsigned int nbytes; ecb_crypt() local
148 unsigned int nbytes = walk->nbytes; __cbc_encrypt() local
189 unsigned int nbytes = walk->nbytes; __cbc_decrypt() local
271 unsigned int nbytes = walk->nbytes; ctr_crypt_final() local
285 unsigned int nbytes = walk->nbytes; __ctr_crypt() local
125 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
134 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
167 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
248 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
336 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
H A Dcast5_avx_glue.c49 static inline bool cast5_fpu_begin(bool fpu_enabled, unsigned int nbytes) cast5_fpu_begin() argument
66 unsigned int nbytes; ecb_crypt() local
137 unsigned int nbytes = walk->nbytes; __cbc_encrypt() local
178 unsigned int nbytes = walk->nbytes; __cbc_decrypt() local
257 unsigned int nbytes = walk->nbytes; ctr_crypt_final() local
271 unsigned int nbytes = walk->nbytes; __ctr_crypt() local
114 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
123 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
156 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
228 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
312 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
H A Dglue_helper.c41 unsigned int nbytes, i, func_bytes; __glue_ecb_crypt_128bit() local
98 unsigned int nbytes = walk->nbytes; __glue_cbc_encrypt_128bit() local
144 unsigned int nbytes = walk->nbytes; __glue_cbc_decrypt_128bit() local
223 unsigned int nbytes = walk->nbytes; glue_ctr_crypt_final_128bit() local
242 unsigned int nbytes = walk->nbytes; __glue_ctr_crypt_128bit() local
312 unsigned int nbytes = walk->nbytes; __glue_xts_crypt_128bit() local
81 glue_ecb_crypt_128bit(const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) glue_ecb_crypt_128bit() argument
117 glue_cbc_encrypt_128bit(const common_glue_func_t fn, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) glue_cbc_encrypt_128bit() argument
191 glue_cbc_decrypt_128bit(const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) glue_cbc_decrypt_128bit() argument
275 glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) glue_ctr_crypt_128bit() argument
343 glue_xts_crypt_128bit(const struct common_glue_ctx *gctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, void (*tweak_fn)(void *ctx, u8 *dst, const u8 *src), void *tweak_ctx, void *crypt_ctx) glue_xts_crypt_128bit() argument
H A Dserpent_avx2_glue.c172 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) serpent_fpu_begin() argument
188 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
212 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
140 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
146 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
152 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
159 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
166 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
236 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
262 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
288 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
298 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dcamellia_aesni_avx2_glue.c186 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) camellia_fpu_begin() argument
210 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
240 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
154 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
160 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
166 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
173 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
180 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
270 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
296 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
322 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
332 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dcamellia_aesni_avx_glue.c190 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) camellia_fpu_begin() argument
214 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
238 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
158 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
164 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
170 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
177 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
184 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
262 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
288 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
314 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
324 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dcast6_avx_glue.c193 static inline bool cast6_fpu_begin(bool fpu_enabled, unsigned int nbytes) cast6_fpu_begin() argument
209 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
226 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
161 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
167 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
173 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
180 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
187 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
262 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
288 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
351 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
361 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Ddes3_ede_glue.c90 unsigned int nbytes; ecb_crypt() local
155 unsigned int nbytes = walk->nbytes; __cbc_encrypt() local
196 unsigned int nbytes = walk->nbytes; __cbc_decrypt() local
277 unsigned int nbytes = walk->nbytes; ctr_crypt_final() local
291 unsigned int nbytes = walk->nbytes; __ctr_crypt() local
130 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
140 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
174 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
253 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
337 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
H A Dserpent_avx_glue.c206 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) serpent_fpu_begin() argument
222 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
239 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
174 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
180 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
186 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
193 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
200 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
272 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
298 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
357 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
367 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dserpent_sse2_glue.c174 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) serpent_fpu_begin() argument
190 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
207 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
142 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
148 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
154 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
161 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
168 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
244 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
270 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
332 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
359 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dtwofish_avx_glue.c207 static inline bool twofish_fpu_begin(bool fpu_enabled, unsigned int nbytes) twofish_fpu_begin() argument
223 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
245 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
175 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
181 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
187 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
194 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
201 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
267 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
293 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
319 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
329 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dtwofish_glue_3way.c186 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
201 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
154 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
160 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
166 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
173 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
180 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
231 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
248 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
299 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
317 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Dcamellia_glue.c1408 static void encrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) encrypt_callback() argument
1424 static void decrypt_callback(void *priv, u8 *srcdst, unsigned int nbytes) decrypt_callback() argument
1376 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
1382 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
1388 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
1395 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
1402 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
1457 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
1474 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
1525 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
1543 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Daesni-intel_glue.c477 unsigned int nbytes = walk->nbytes; ctr_crypt_final() local
558 static void lrw_xts_encrypt_callback(void *ctx, u8 *blks, unsigned int nbytes) lrw_xts_encrypt_callback() argument
563 static void lrw_xts_decrypt_callback(void *ctx, u8 *blks, unsigned int nbytes) lrw_xts_decrypt_callback() argument
373 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
397 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
421 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
445 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
504 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
589 lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_encrypt() argument
613 lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) lrw_decrypt() argument
716 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
727 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
740 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
765 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
/linux-4.1.27/drivers/pnp/isapnp/
H A Dproc.c35 isapnp_proc_bus_read(struct file *file, char __user * buf, size_t nbytes, loff_t * ppos) isapnp_proc_bus_read() argument
/linux-4.1.27/drivers/staging/speakup/
H A Ddevsynth.c16 speakup_file_write(struct file *fp, const char __user *buffer, size_t nbytes, loff_t *ppos) speakup_file_write() argument
40 speakup_file_read(struct file *fp, char __user *buf, size_t nbytes, loff_t *ppos) speakup_file_read() argument
/linux-4.1.27/drivers/staging/unisys/visorutil/
H A Dmemregion_direct.c30 ulong nbytes; member in struct:memregion
40 visor_memregion_create(HOSTADDRESS physaddr, ulong nbytes) visor_memregion_create() argument
99 ulong nbytes = memregion->nbytes; mapit() local
67 visor_memregion_create_overlapped(struct memregion *parent, ulong offset, ulong nbytes) visor_memregion_create_overlapped() argument
166 memregion_readwrite(BOOL is_write, struct memregion *memregion, ulong offset, void *local, ulong nbytes) memregion_readwrite() argument
182 visor_memregion_read(struct memregion *memregion, ulong offset, void *dest, ulong nbytes) visor_memregion_read() argument
190 visor_memregion_write(struct memregion *memregion, ulong offset, void *src, ulong nbytes) visor_memregion_write() argument
/linux-4.1.27/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c32 add_slot_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t nbytes) add_slot_store() argument
62 remove_slot_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t nbytes) remove_slot_store() argument
H A Dcpqphp_sysfs.c174 read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) read() argument
/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c93 p8_aes_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) p8_aes_cbc_encrypt() argument
129 p8_aes_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) p8_aes_cbc_decrypt() argument
H A Daes_ctr.c97 unsigned int nbytes = walk->nbytes; p8_aes_ctr_final() local
110 p8_aes_ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) p8_aes_ctr_crypt() argument
/linux-4.1.27/crypto/
H A Dcrypto_null.c73 skcipher_null_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) skcipher_null_crypt() argument
H A Dscatterwalk.c25 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) memcpy_dir() argument
76 scatterwalk_copychunks(void *buf, struct scatter_walk *walk, size_t nbytes, int out) scatterwalk_copychunks() argument
103 scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) scatterwalk_map_and_copy() argument
H A Darc4.c95 ecb_arc4_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_arc4_crypt() argument
H A Dcbc.c49 unsigned int nbytes = walk->nbytes; crypto_cbc_encrypt_segment() local
73 unsigned int nbytes = walk->nbytes; crypto_cbc_encrypt_inplace() local
121 unsigned int nbytes = walk->nbytes; crypto_cbc_decrypt_segment() local
147 unsigned int nbytes = walk->nbytes; crypto_cbc_decrypt_inplace() local
90 crypto_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_cbc_encrypt() argument
169 crypto_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_cbc_decrypt() argument
H A Dcts.c73 cts_cbc_encrypt(struct crypto_cts_ctx *ctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int offset, unsigned int nbytes) cts_cbc_encrypt() argument
125 crypto_cts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_cts_encrypt() argument
159 cts_cbc_decrypt(struct crypto_cts_ctx *ctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int offset, unsigned int nbytes) cts_cbc_decrypt() argument
220 crypto_cts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_cts_decrypt() argument
H A Decb.c47 unsigned int nbytes; crypto_ecb_crypt() local
69 crypto_ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_ecb_encrypt() argument
83 crypto_ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_ecb_decrypt() argument
H A Dhmac.c114 hmac_update(struct shash_desc *pdesc, const u8 *data, unsigned int nbytes) hmac_update() argument
139 hmac_finup(struct shash_desc *pdesc, const u8 *data, unsigned int nbytes, u8 *out) hmac_finup() argument
H A Dpcbc.c52 unsigned int nbytes = walk->nbytes; crypto_pcbc_encrypt_segment() local
77 unsigned int nbytes = walk->nbytes; crypto_pcbc_encrypt_inplace() local
130 unsigned int nbytes = walk->nbytes; crypto_pcbc_decrypt_segment() local
157 unsigned int nbytes = walk->nbytes; crypto_pcbc_decrypt_inplace() local
97 crypto_pcbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_pcbc_encrypt() argument
177 crypto_pcbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_pcbc_decrypt() argument
H A Dsalsa20_generic.c177 encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) encrypt() argument
H A Dansi_cprng.c188 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, get_prng_bytes() argument
H A Dctr.c65 unsigned int nbytes = walk->nbytes; crypto_ctr_crypt_final() local
83 unsigned int nbytes = walk->nbytes; crypto_ctr_crypt_segment() local
107 unsigned int nbytes = walk->nbytes; crypto_ctr_crypt_inplace() local
127 crypto_ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_ctr_crypt() argument
H A Dlrw.c195 encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) encrypt() argument
206 decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) decrypt() argument
217 lrw_crypt(struct blkcipher_desc *desc, struct scatterlist *sdst, struct scatterlist *ssrc, unsigned int nbytes, struct lrw_crypt_req *req) lrw_crypt() argument
H A Dxts.c147 encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) encrypt() argument
158 decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) decrypt() argument
169 xts_crypt(struct blkcipher_desc *desc, struct scatterlist *sdst, struct scatterlist *ssrc, unsigned int nbytes, struct xts_crypt_req *req) xts_crypt() argument
H A Dahash.c47 unsigned int nbytes = min(walk->entrylen, hash_walk_next() local
87 unsigned int nbytes = walk->entrylen; crypto_hash_walk_done() local
H A Dablkcipher.c112 unsigned int nbytes = 0; ablkcipher_walk_done() local
H A Dblkcipher.c106 unsigned int nbytes = 0; blkcipher_walk_done() local
H A Dshash.c223 int nbytes; shash_ahash_update() local
246 int nbytes; shash_ahash_finup() local
279 unsigned int nbytes = req->nbytes; shash_ahash_digest() local
396 int nbytes; shash_compat_update() local
412 shash_compat_digest(struct hash_desc *hdesc, struct scatterlist *sg, unsigned int nbytes, u8 *out) shash_compat_digest() argument
H A Dgcm.c1187 unsigned int nbytes = req->cryptlen - (enc ? 0 : authsize); crypto_rfc4543_copy_src_to_dst() local
/linux-4.1.27/drivers/atm/
H A Dnicstarmac.c238 nicstar_read_eprom(virt_addr_t base, u_int8_t prom_offset, u_int8_t * buffer, u_int32_t nbytes) nicstar_read_eprom() argument
/linux-4.1.27/drivers/usb/gadget/function/
H A Duvc_video.c48 unsigned int nbytes; uvc_video_encode_data() local
/linux-4.1.27/fs/xfs/
H A Dxfs_icreate_item.c45 xfs_icreate_item_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_icreate_item_size() argument
H A Dxfs_dquot_item.c42 xfs_qm_dquot_logitem_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_qm_dquot_logitem_size() argument
278 xfs_qm_qoff_logitem_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_qm_qoff_logitem_size() argument
H A Dxfs_extfree_item.c85 xfs_efi_item_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_efi_item_size() argument
352 xfs_efd_item_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_efd_item_size() argument
H A Dxfs_inode_item.c41 xfs_inode_item_data_fork_size( struct xfs_inode_log_item *iip, int *nvecs, int *nbytes) xfs_inode_item_data_fork_size() argument
83 xfs_inode_item_attr_fork_size( struct xfs_inode_log_item *iip, int *nvecs, int *nbytes) xfs_inode_item_attr_fork_size() argument
128 xfs_inode_item_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_inode_item_size() argument
H A Dxfs_log_cil.c176 int nbytes = 0; xlog_cil_insert_format_items() local
H A Dxfs_buf_item.c62 xfs_buf_item_size_segment( struct xfs_buf_log_item *bip, struct xfs_buf_log_format *blfp, int *nvecs, int *nbytes) xfs_buf_item_size_segment() argument
132 xfs_buf_item_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) xfs_buf_item_size() argument
H A Dxfs_buf.c291 size_t nbytes, offset; xfs_buf_allocate_memory() local
1178 int rbytes, nbytes = PAGE_SIZE - offset; xfs_buf_ioapply_map() local
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dtioce_provider.h51 u64 nbytes; /* # bytes mapped */ member in struct:tioce_dmamap
/linux-4.1.27/arch/alpha/boot/
H A Dbootp.c148 static long nbytes; start_kernel() local
H A Dmain.c155 int nbytes; start_kernel() local
H A Dbootpz.c288 static long nbytes; start_kernel() local
/linux-4.1.27/net/ipv4/
H A Dtcp_memcontrol.c115 tcp_cgroup_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) tcp_cgroup_write() argument
178 tcp_cgroup_reset(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) tcp_cgroup_reset() argument
/linux-4.1.27/include/crypto/
H A Daead.h83 aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) aead_givcrypt_set_crypt() argument
H A Dscatterwalk.h65 scatterwalk_clamp(struct scatter_walk *walk, unsigned int nbytes) scatterwalk_clamp() argument
72 scatterwalk_advance(struct scatter_walk *walk, unsigned int nbytes) scatterwalk_advance() argument
H A Dskcipher.h94 skcipher_givcrypt_set_crypt( struct skcipher_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) skcipher_givcrypt_set_crypt() argument
H A Dhash.h56 unsigned int nbytes; member in struct:ahash_request
588 ahash_request_set_crypt(struct ahash_request *req, struct scatterlist *src, u8 *result, unsigned int nbytes) ahash_request_set_crypt() argument
H A Dalgapi.h95 unsigned int nbytes; member in struct:blkcipher_walk
118 unsigned int nbytes; member in struct:ablkcipher_walk
309 blkcipher_walk_init(struct blkcipher_walk *walk, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) blkcipher_walk_init() argument
319 ablkcipher_walk_init(struct ablkcipher_walk *walk, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ablkcipher_walk_init() argument
/linux-4.1.27/drivers/zorro/
H A Dproc.c30 proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) proc_bus_zorro_read() argument
/linux-4.1.27/drivers/crypto/qce/
H A Ddma.c90 int qce_countsg(struct scatterlist *sglist, int nbytes, bool *chained) qce_countsg() argument
H A Dsha.c242 unsigned int nbytes; qce_ahash_update() local
/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dglue_helper.h46 glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, struct blkcipher_desc *desc, bool fpu_enabled, unsigned int nbytes) glue_fpu_begin() argument
/linux-4.1.27/fs/nfs/
H A Dpnfs_dev.c67 unsigned int nbytes = NFS4_DEVICEID4_SIZE; nfs4_deviceid_hash() local
H A Dcallback_xdr.c73 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) read_buf() argument
/linux-4.1.27/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c395 smsdvb_stats_read(struct file *file, char __user *user_buf, size_t nbytes, loff_t *ppos) smsdvb_stats_read() argument
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c179 ppc_ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_ecb_encrypt() argument
207 ppc_ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_ecb_decrypt() argument
235 ppc_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_cbc_encrypt() argument
263 ppc_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_cbc_decrypt() argument
291 ppc_ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_ctr_crypt() argument
321 ppc_xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_xts_encrypt() argument
352 ppc_xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ppc_xts_decrypt() argument
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c166 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
189 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
212 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
236 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
260 ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_encrypt() argument
303 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
328 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
H A Daesbs-glue.c104 aesbs_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) aesbs_cbc_encrypt() argument
145 aesbs_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) aesbs_cbc_decrypt() argument
203 aesbs_ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) aesbs_ctr_encrypt() argument
252 aesbs_xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) aesbs_xts_encrypt() argument
276 aesbs_xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) aesbs_xts_decrypt() argument
/linux-4.1.27/fs/coda/
H A Dpsdev.c97 coda_psdev_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *off) coda_psdev_write() argument
203 coda_psdev_read(struct file * file, char __user * buf, size_t nbytes, loff_t *off) coda_psdev_read() argument
/linux-4.1.27/kernel/
H A Dmodule_signing.c111 size_t nbytes; mod_extract_mpi_array() local
H A Dcgroup_freezer.c422 freezer_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) freezer_write() argument
/linux-4.1.27/net/atm/
H A Dmpoa_proc.c206 proc_mpc_write(struct file *file, const char __user *buff, size_t nbytes, loff_t *ppos) proc_mpc_write() argument
/linux-4.1.27/include/linux/
H A Dadb.h12 int nbytes; member in struct:adb_request
/linux-4.1.27/drivers/macintosh/
H A Dvia-maciisi.c296 maciisi_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) maciisi_request() argument
H A Dadb.c424 adb_request(struct adb_request *req, void (*done)(struct adb_request *), int flags, int nbytes, ...) adb_request() argument
H A Dvia-cuda.c362 cuda_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) cuda_request() argument
H A Dvia-pmu68k.c447 pmu_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) pmu_request() argument
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-xlr.c136 int nbytes, timedout; xlr_i2c_rx() local
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfad_debugfs.c182 bfad_debugfs_read(struct file *file, char __user *buf, size_t nbytes, loff_t *pos) bfad_debugfs_read() argument
225 bfad_debugfs_read_regrd(struct file *file, char __user *buf, size_t nbytes, loff_t *pos) bfad_debugfs_read_regrd() argument
249 bfad_debugfs_write_regrd(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) bfad_debugfs_write_regrd() argument
317 bfad_debugfs_write_regwr(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) bfad_debugfs_write_regwr() argument
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedi_buf.c486 unsigned int nbytes; comedi_buf_write_samples() local
530 unsigned int nbytes; comedi_buf_read_samples() local
257 comedi_buf_write_alloc(struct comedi_subdevice *s, unsigned int nbytes) comedi_buf_write_alloc() argument
333 comedi_buf_write_free(struct comedi_subdevice *s, unsigned int nbytes) comedi_buf_write_free() argument
373 comedi_buf_read_alloc(struct comedi_subdevice *s, unsigned int nbytes) comedi_buf_read_alloc() argument
401 comedi_buf_read_free(struct comedi_subdevice *s, unsigned int nbytes) comedi_buf_read_free() argument
447 comedi_buf_memcpy_from(struct comedi_subdevice *s, void *dest, unsigned int nbytes) comedi_buf_memcpy_from() argument
H A Ddrivers.c357 unsigned int nbytes = comedi_buf_read_n_available(s); comedi_nscans_left() local
H A Dcomedidev.h447 comedi_bytes_to_samples(struct comedi_subdevice *s, unsigned int nbytes) comedi_bytes_to_samples() argument
H A Dcomedi_fops.c2413 static ssize_t comedi_read(struct file *file, char __user *buf, size_t nbytes, comedi_read() argument
2266 comedi_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *offset) comedi_write() argument
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dmite.c516 unsigned int nbytes, old_alloc_count; mite_sync_input_dma() local
H A Daddi_apci_3120.c438 unsigned int nbytes; apci3120_interrupt_dma() local
H A Ddas16.c482 unsigned int nbytes; das16_interrupt() local
H A Ddt282x.c425 unsigned int nbytes; dt282x_ao_setup_dma() local
394 dt282x_munge(struct comedi_device *dev, struct comedi_subdevice *s, unsigned short *buf, unsigned int nbytes) dt282x_munge() argument
H A Dquatech_daqp_cs.c570 unsigned long long nbytes; daqp_ai_cmd() local
H A Dcb_pcidas.c1080 unsigned int nbytes; cb_pcidas_ao_load_fifo() local
H A Ddas1800.c507 unsigned int nbytes = desc->size - residue; das1800_flush_dma_channel() local
/linux-4.1.27/drivers/staging/unisys/visorchipset/
H A Dparser.c168 void *parser_byte_stream_get(struct parser_context *ctx, ulong *nbytes) parser_byte_stream_get() argument
/linux-4.1.27/drivers/pci/
H A Dproc.c26 proc_bus_pci_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) proc_bus_pci_read() argument
110 proc_bus_pci_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) proc_bus_pci_write() argument
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c243 bnad_debugfs_read(struct file *file, char __user *buf, size_t nbytes, loff_t *pos) bnad_debugfs_read() argument
289 bnad_debugfs_read_regrd(struct file *file, char __user *buf, size_t nbytes, loff_t *pos) bnad_debugfs_read_regrd() argument
312 bnad_debugfs_write_regrd(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) bnad_debugfs_write_regrd() argument
380 bnad_debugfs_write_regwr(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) bnad_debugfs_write_regwr() argument
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c58 static int ccp_do_cmac_update(struct ahash_request *req, unsigned int nbytes, ccp_do_cmac_update() argument
H A Dccp-crypto-sha.c57 static int ccp_do_sha_update(struct ahash_request *req, unsigned int nbytes, ccp_do_sha_update() argument
H A Dccp-crypto.h111 unsigned int nbytes; member in struct:ccp_aes_cmac_req_ctx
165 unsigned int nbytes; member in struct:ccp_sha_req_ctx
H A Dccp-ops.c522 unsigned int nbytes = min_t(u64, len, wa->bytes_left); ccp_update_sg_workarea() local
618 unsigned int nbytes, sg_offset, dm_offset, ksb_len, i; ccp_reverse_set_dm_area() local
650 unsigned int nbytes, sg_offset, dm_offset, ksb_len, i; ccp_reverse_get_dm_area() local
705 unsigned int buf_count, nbytes; ccp_queue_buf() local
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.c182 fallback_blk_dec(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) fallback_blk_dec() argument
198 fallback_blk_enc(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) fallback_blk_enc() argument
304 geode_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) geode_cbc_decrypt() argument
336 geode_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) geode_cbc_encrypt() argument
417 geode_ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) geode_ecb_decrypt() argument
447 geode_ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) geode_ecb_encrypt() argument
H A Dpadlock-aes.c342 ecb_aes_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_encrypt() argument
371 ecb_aes_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_decrypt() argument
421 cbc_aes_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_encrypt() argument
452 cbc_aes_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_decrypt() argument
H A Dimg-hash.c361 size_t nbytes, bleft, wsend, len, tbc; img_hash_dma_task() local
H A Dixp4xx_crypto.c873 unsigned int nbytes = req->nbytes; ablk_perform() local
782 chainup_buffers(struct device *dev, struct scatterlist *sg, unsigned nbytes, struct buffer_desc *buf, gfp_t flags, enum dma_data_direction dir) chainup_buffers() argument
971 hmac_inconsistent(struct scatterlist *sg, unsigned start, unsigned int nbytes) hmac_inconsistent() argument
H A Domap-aes.c402 sg_copy_buf(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) sg_copy_buf() argument
H A Domap-des.c386 sg_copy_buf(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) sg_copy_buf() argument
H A Dpicoxcell_crypto.c264 static int sg_count(struct scatterlist *sg_list, int nbytes) sg_count() argument
289 spacc_sg_to_ddt(struct spacc_engine *engine, struct scatterlist *payload, unsigned nbytes, enum dma_data_direction dir, dma_addr_t *ddt_phys) spacc_sg_to_ddt() argument
431 spacc_free_ddt(struct spacc_req *req, struct spacc_ddt *ddt, dma_addr_t ddt_addr, struct scatterlist *payload, unsigned nbytes, enum dma_data_direction dir) spacc_free_ddt() argument
H A Dsahara.c938 static int sahara_walk_and_recalc(struct scatterlist *sg, unsigned int nbytes) sahara_walk_and_recalc() argument
H A Dtalitos.c1093 static int sg_count(struct scatterlist *sg_list, int nbytes, bool *chained) sg_count() argument
1696 static int ahash_process_req(struct ahash_request *areq, unsigned int nbytes) ahash_process_req() argument
1641 ahash_edesc_alloc(struct ahash_request *areq, unsigned int nbytes) ahash_edesc_alloc() argument
/linux-4.1.27/arch/xtensa/platforms/iss/
H A Dsimdisk.c76 unsigned long nbytes = nsect << SECTOR_SHIFT; simdisk_transfer() local
/linux-4.1.27/block/
H A Dblk-merge.c164 int nbytes = bvec->bv_len; __blk_segment_map_sg() local
H A Dblk-core.c117 req_bio_endio(struct request *rq, struct bio *bio, unsigned int nbytes, int error) req_bio_endio() argument
H A Dblk-throttle.c1352 tg_set_conf(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off, bool is_u64) tg_set_conf() argument
1413 tg_set_conf_u64(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) tg_set_conf_u64() argument
1419 tg_set_conf_uint(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) tg_set_conf_uint() argument
/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c343 unsigned int nbytes = walk->nbytes; ctr_crypt_final() local
215 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
244 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
275 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
304 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
352 ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_crypt() argument
H A Dcamellia_glue.c85 __ecb_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, bool encrypt) __ecb_crypt() argument
126 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
133 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
148 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
187 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
H A Ddes_glue.c93 __ecb_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, bool encrypt) __ecb_crypt() argument
124 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
131 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
141 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
172 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
261 __ecb3_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, bool encrypt) __ecb3_crypt() argument
295 ecb3_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb3_encrypt() argument
302 ecb3_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb3_decrypt() argument
313 cbc3_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc3_encrypt() argument
349 cbc3_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc3_decrypt() argument
/linux-4.1.27/arch/x86/include/asm/
H A Dinsn.h33 unsigned char nbytes; member in struct:insn_field
/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c89 unsigned int nbytes; ecb_desall_crypt() local
113 unsigned int nbytes = walk->nbytes; cbc_desall_crypt() local
372 static unsigned int __ctrblk_init(u8 *ctrptr, unsigned int nbytes) __ctrblk_init() argument
390 unsigned int n, nbytes; ctr_desall_crypt() local
143 ecb_des_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_des_encrypt() argument
154 ecb_des_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_des_decrypt() argument
185 cbc_des_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_des_encrypt() argument
195 cbc_des_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_des_decrypt() argument
289 ecb_des3_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_des3_encrypt() argument
300 ecb_des3_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_des3_decrypt() argument
331 cbc_des3_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_des3_encrypt() argument
341 cbc_des3_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_des3_decrypt() argument
452 ctr_des_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_des_encrypt() argument
463 ctr_des_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_des_decrypt() argument
495 ctr_des3_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_des3_encrypt() argument
506 ctr_des3_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_des3_decrypt() argument
H A Daes_s390.c319 unsigned int nbytes; ecb_aes_crypt() local
449 unsigned int nbytes = walk->nbytes; cbc_aes_crypt() local
622 unsigned int nbytes = walk->nbytes; xts_aes_crypt() local
763 static unsigned int __ctrblk_init(u8 *ctrptr, unsigned int nbytes) __ctrblk_init() argument
781 unsigned int n, nbytes; ctr_aes_crypt() local
251 fallback_blk_dec(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) fallback_blk_dec() argument
268 fallback_blk_enc(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) fallback_blk_enc() argument
338 ecb_aes_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_encrypt() argument
352 ecb_aes_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_aes_decrypt() argument
479 cbc_aes_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_encrypt() argument
493 cbc_aes_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_aes_decrypt() argument
550 xts_fallback_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_fallback_decrypt() argument
567 xts_fallback_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_fallback_encrypt() argument
662 xts_aes_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_aes_encrypt() argument
676 xts_aes_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_aes_decrypt() argument
846 ctr_aes_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_aes_encrypt() argument
857 ctr_aes_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_aes_decrypt() argument
H A Dprng.c113 static int generate_entropy(u8 *ebuf, size_t nbytes) generate_entropy() argument
175 static void prng_tdes_seed(int nbytes) prng_tdes_seed() argument
461 static int prng_sha512_generate(u8 *buf, size_t nbytes) prng_sha512_generate() argument
502 prng_tdes_read(struct file *file, char __user *ubuf, size_t nbytes, loff_t *ppos) prng_tdes_read() argument
582 prng_sha512_read(struct file *file, char __user *ubuf, size_t nbytes, loff_t *ppos) prng_sha512_read() argument
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c99 ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_encrypt() argument
121 ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ecb_decrypt() argument
143 cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_encrypt() argument
166 cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) cbc_decrypt() argument
189 ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) ctr_encrypt() argument
235 xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_encrypt() argument
259 xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) xts_decrypt() argument
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Di2c.c391 i2c_write(unsigned char theSlave, void *data, size_t nbytes) i2c_write() argument
447 i2c_read(unsigned char theSlave, void *data, size_t nbytes) i2c_read() argument
/linux-4.1.27/net/core/
H A Dnetprio_cgroup.c188 write_priomap(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) write_priomap() argument
H A Dutils.c364 bool __net_get_random_once(void *buf, int nbytes, bool *done, __net_get_random_once() argument
/linux-4.1.27/mm/
H A Dhugetlb_cgroup.c271 hugetlb_cgroup_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) hugetlb_cgroup_write() argument
301 hugetlb_cgroup_reset(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) hugetlb_cgroup_reset() argument
/linux-4.1.27/net/rds/
H A Dmessage.c269 unsigned long to_copy, nbytes; rds_message_copy_from_user() local
/linux-4.1.27/tools/usb/usbip/src/
H A Dusbip_network.c110 ssize_t nbytes; usbip_net_xmit() local
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c140 unsigned int nbytes; get_new_key_from_sha() local
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhif.h116 ath10k_hif_diag_write(struct ath10k *ar, u32 address, const void *data, int nbytes) ath10k_hif_diag_write() argument
H A Dce.c460 u16 nbytes; ath10k_ce_completed_recv_next_nolock() local
268 ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, void *per_transfer_context, u32 buffer, unsigned int nbytes, unsigned int transfer_id, unsigned int flags) ath10k_ce_send_nolock() argument
353 ath10k_ce_send(struct ath10k_ce_pipe *ce_state, void *per_transfer_context, u32 buffer, unsigned int nbytes, unsigned int transfer_id, unsigned int flags) ath10k_ce_send() argument
H A Dce.h46 __le16 nbytes; member in struct:ce_desc
H A Dpci.c844 unsigned int nbytes; ath10k_pci_ce_send_done() local
872 unsigned int nbytes, max_nbytes; ath10k_pci_ce_recv_data() local
1450 unsigned int nbytes; ath10k_pci_bmi_send_done() local
1465 unsigned int nbytes; ath10k_pci_bmi_recv_data() local
487 ath10k_pci_diag_read_mem(struct ath10k *ar, u32 address, void *data, int nbytes) ath10k_pci_diag_read_mem() argument
655 ath10k_pci_diag_write_mem(struct ath10k *ar, u32 address, const void *data, int nbytes) ath10k_pci_diag_write_mem() argument
/linux-4.1.27/drivers/scsi/fnic/
H A Dfnic_debugfs.c321 fnic_trace_debugfs_read(struct file *file, char __user *ubuf, size_t nbytes, loff_t *pos) fnic_trace_debugfs_read() argument
717 fnic_stats_debugfs_read(struct file *file, char __user *ubuf, size_t nbytes, loff_t *pos) fnic_stats_debugfs_read() argument
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c382 int nbytes, err = 0; sha_finish_walk() local
501 int ret = 0, nbytes; sha1_mb_update() local
560 int ret = 0, flag = HASH_UPDATE, nbytes; sha1_mb_finup() local
/linux-4.1.27/arch/mips/alchemy/common/
H A Ddbdma.c591 u32 au1xxx_dbdma_put_source(u32 chanid, dma_addr_t buf, int nbytes, u32 flags) au1xxx_dbdma_put_source() argument
650 u32 au1xxx_dbdma_put_dest(u32 chanid, dma_addr_t buf, int nbytes, u32 flags) au1xxx_dbdma_put_dest() argument
714 u32 au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes) au1xxx_dbdma_get_dest() argument
938 u32 nbytes = 0; au1xxx_dbdma_put_dscr() local
/linux-4.1.27/drivers/usb/host/
H A Duhci-debug.c610 uhci_debug_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) uhci_debug_read() argument
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c447 int nbytes; /* temp for byte copies */ xfs_dir2_sf_addname_hard() local
/linux-4.1.27/fs/jfs/
H A Dxattr.c226 s32 nbytes, nb; ea_write() local
375 int nbytes, nb; ea_read() local
H A Djfs_logmgr.c369 int nbytes; /* number of bytes to move */ lmWriteRecord() local
H A Djfs_xtree.c2575 s64 offset, nbytes, nbrd, pno; xtRelocate() local
/linux-4.1.27/fs/
H A Dbinfmt_misc.c604 bm_entry_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) bm_entry_read() argument
732 bm_status_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) bm_status_read() argument
/linux-4.1.27/drivers/iio/accel/
H A Dmma9551_core.c90 u8 nbytes; member in struct:mma9551_mbox_request
103 u8 nbytes; member in struct:mma9551_mbox_response
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-lib.c1377 size_t nbytes; gpmi_copy_bits() local
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1374.c85 ds1374_read_rtc(struct i2c_client *client, u32 *time, int reg, int nbytes) ds1374_read_rtc() argument
110 ds1374_write_rtc(struct i2c_client *client, u32 time, int reg, int nbytes) ds1374_write_rtc() argument
/linux-4.1.27/drivers/staging/unisys/visorchannel/
H A Dvisorchannel_funcs.c556 ulong nbytes = 0, nbytes_region = 0; visorchannel_debug() local
221 visorchannel_read(struct visorchannel *channel, ulong offset, void *local, ulong nbytes) visorchannel_read() argument
236 visorchannel_write(struct visorchannel *channel, ulong offset, void *local, ulong nbytes) visorchannel_write() argument
247 visorchannel_clear(struct visorchannel *channel, ulong offset, u8 ch, ulong nbytes) visorchannel_clear() argument
/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.c747 static int get_sg_count(struct scatterlist *sg_list, int nbytes) get_sg_count() argument
798 unsigned int nbytes = datalen, idx; crypto4xx_build_pd() local
483 crypto4xx_fill_one_page(struct crypto4xx_device *dev, dma_addr_t *addr, u32 *length, u32 *idx, u32 *offset, u32 *nbytes) crypto4xx_fill_one_page() argument
539 crypto4xx_copy_pkt_to_dst(struct crypto4xx_device *dev, struct ce_pd *pd, struct pd_uinfo *pd_uinfo, u32 nbytes, struct scatterlist *dst) crypto4xx_copy_pkt_to_dst() argument
/linux-4.1.27/drivers/usb/core/
H A Ddevices.c495 static ssize_t usb_device_dump(char __user **buffer, size_t *nbytes, usb_device_dump() argument
613 usb_device_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) usb_device_read() argument
H A Ddevio.c184 static ssize_t usbdev_read(struct file *file, char __user *buf, size_t nbytes, usbdev_read() argument
/linux-4.1.27/fs/ocfs2/cluster/
H A Dnetdebug.c491 o2net_debug_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) o2net_debug_read() argument
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmdebug.c376 debug_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) debug_read() argument
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c653 int nblocks, nbytes; gss_krb5_aes_encrypt() local
/linux-4.1.27/security/
H A Ddevice_cgroup.c763 devcgroup_access_write(struct kernfs_open_file *of, char *buf, size_t nbytes, loff_t off) devcgroup_access_write() argument
/linux-4.1.27/tools/usb/
H A Dffs-test.c435 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) read_wrap() argument
440 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) write_wrap() argument
453 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) fill_in_buf() argument
478 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) empty_out_buf() argument
540 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) ep0_consume() argument
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpc_uv.c1089 size_t nbytes; xpc_allocate_send_msg_slot_uv() local
1123 size_t nbytes; xpc_allocate_recv_msg_slot_uv() local
H A Dxpc_sn2.c1566 size_t nbytes; xpc_allocate_local_msgqueue_sn2() local
1611 size_t nbytes; xpc_allocate_remote_msgqueue_sn2() local
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_wr.c948 uint32_t nbytes; csio_wr_copy_to_wrp() local
/linux-4.1.27/drivers/spi/
H A Dspi-tegra20-sflash.c186 unsigned nbytes; tegra_sflash_fill_tx_fifo_from_client_txbuf() local
H A Dspi-tegra114.c286 unsigned nbytes; tegra_spi_fill_tx_fifo_from_client_txbuf() local
H A Dspi-tegra20-slink.c303 unsigned nbytes; tegra_slink_fill_tx_fifo_from_client_txbuf() local
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h314 crypto_cipher_encrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_cipher_encrypt() argument
323 crypto_cipher_encrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) crypto_cipher_encrypt_iv() argument
333 crypto_cipher_decrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) crypto_cipher_decrypt() argument
342 crypto_cipher_decrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) crypto_cipher_decrypt_iv() argument
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_security.c322 void r8712_secmicappend(struct mic_data *pmicdata, u8 *src, u32 nbytes) r8712_secmicappend() argument
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_security.c306 void rtw_secmicappend(struct mic_data *pmicdata, u8 *src, u32 nbytes) rtw_secmicappend() argument
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbcmsdh.c667 int brcmf_sdiod_recv_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes) brcmf_sdiod_recv_buf() argument
743 int brcmf_sdiod_send_buf(struct brcmf_sdio_dev *sdiodev, u8 *buf, uint nbytes) brcmf_sdiod_send_buf() argument
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c811 static int get_nents(struct scatterlist *sg, int nbytes) get_nents() argument
890 int nbytes; ablk_crypt() local
/linux-4.1.27/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c84 queue_dbg_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) queue_dbg_read() argument
167 regs_dbg_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) regs_dbg_read() argument
/linux-4.1.27/arch/m68k/include/asm/
H A Ddvma.h121 int nbytes; /* Size of current transfer */ member in struct:Linux_SBus_DMA
/linux-4.1.27/fs/fuse/
H A Ddir.c1136 static int parse_dirfile(char *buf, size_t nbytes, struct file *file, parse_dirfile() argument
1268 static int parse_dirplusfile(char *buf, size_t nbytes, struct file *file, parse_dirplusfile() argument
1315 size_t nbytes; fuse_readdir() local
/linux-4.1.27/fs/gfs2/
H A Dquota.c683 int err, nbytes; gfs2_adjust_quota() local
/linux-4.1.27/net/ipv6/
H A Dtcp_ipv6.c532 tcp_v6_md5_hash_pseudoheader(struct tcp_md5sig_pool *hp, const struct in6_addr *daddr, const struct in6_addr *saddr, int nbytes) tcp_v6_md5_hash_pseudoheader() argument
/linux-4.1.27/net/sunrpc/
H A Dxdr.c61 __be32 *xdr_encode_opaque_fixed(__be32 *p, const void *ptr, unsigned int nbytes) xdr_encode_opaque_fixed() argument
85 __be32 *xdr_encode_opaque(__be32 *p, const void *ptr, unsigned int nbytes) xdr_encode_opaque() argument
562 __be32 * xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes) xdr_reserve_space() argument
826 static __be32 * __xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) __xdr_inline_decode() argument
857 static __be32 *xdr_copy_to_scratch(struct xdr_stream *xdr, size_t nbytes) xdr_copy_to_scratch() argument
887 __be32 * xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes) xdr_inline_decode() argument
512 xdr_get_next_encode_buffer(struct xdr_stream *xdr, size_t nbytes) xdr_get_next_encode_buffer() argument
/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci.c1862 unsigned int nbytes = 0; atmci_read_data_pio() local
1930 unsigned int nbytes = 0; atmci_write_data_pio() local
/linux-4.1.27/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c2294 unsigned int nbytes; smiapp_sysfs_nvm_read() local
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1256 static int lpfc_idiag_cmd_get(const char __user *buf, size_t nbytes, lpfc_idiag_cmd_get() argument
1411 lpfc_idiag_pcicfg_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_pcicfg_read() argument
1707 lpfc_idiag_baracc_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_baracc_read() argument
1993 lpfc_idiag_queinfo_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_queinfo_read() argument
2478 lpfc_idiag_queacc_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_queacc_read() argument
2838 lpfc_idiag_drbacc_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_drbacc_read() argument
3053 lpfc_idiag_ctlacc_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_ctlacc_read() argument
3247 lpfc_idiag_mbxacc_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_mbxacc_read() argument
3612 lpfc_idiag_extacc_read(struct file *file, char __user *buf, size_t nbytes, lpfc_idiag_extacc_read() argument
988 lpfc_debugfs_dumpDataDif_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_debugfs_dumpDataDif_write() argument
1011 lpfc_debugfs_dif_err_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) lpfc_debugfs_dif_err_read() argument
1052 lpfc_debugfs_dif_err_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_debugfs_dif_err_write() argument
1189 lpfc_debugfs_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) lpfc_debugfs_read() argument
1533 lpfc_idiag_pcicfg_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_pcicfg_write() argument
1858 lpfc_idiag_baracc_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_baracc_write() argument
2555 lpfc_idiag_queacc_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_queacc_write() argument
2894 lpfc_idiag_drbacc_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_drbacc_write() argument
3106 lpfc_idiag_ctlacc_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_ctlacc_write() argument
3292 lpfc_idiag_mbxacc_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_mbxacc_write() argument
3566 lpfc_idiag_extacc_write(struct file *file, const char __user *buf, size_t nbytes, loff_t *ppos) lpfc_idiag_extacc_write() argument
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_security.c329 void rtw_secmicappend23a(struct mic_data *pmicdata, u8 *src, u32 nbytes) rtw_secmicappend23a() argument
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_ioc32.c443 size_t nbytes; compat_drm_infobufs() local
509 size_t nbytes; compat_drm_mapbufs() local
/linux-4.1.27/drivers/dma/
H A Dfsl-edma.c124 __le32 nbytes; member in struct:fsl_edma_hw_tcd
540 u32 src_addr, dst_addr, last_sg, nbytes; fsl_edma_prep_dma_cyclic() local
592 u32 src_addr, dst_addr, last_sg, nbytes; fsl_edma_prep_slave_sg() local
461 fsl_edma_fill_tcd(struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer, u16 biter, u16 doff, u32 dlast_sga, bool major_int, bool disable_req, bool enable_sg) fsl_edma_fill_tcd() argument
H A Dmpc512x_dma.c153 u32 nbytes; /* Inner "minor" byte count */ member in struct:mpc_dma_tcd
/linux-4.1.27/drivers/char/
H A Drandom.c956 static void xfer_secondary_pool(struct entropy_store *r, size_t nbytes) xfer_secondary_pool() argument
975 static void _xfer_secondary_pool(struct entropy_store *r, size_t nbytes) _xfer_secondary_pool() argument
1016 static size_t account(struct entropy_store *r, size_t nbytes, int min, account() argument
1233 void get_random_bytes(void *buf, int nbytes) get_random_bytes() argument
1257 void get_random_bytes_arch(void *buf, int nbytes) get_random_bytes_arch() argument
1343 _random_read(int nonblock, char __user *buf, size_t nbytes) _random_read() argument
1374 random_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) random_read() argument
1380 urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) urandom_read() argument
489 _mix_pool_bytes(struct entropy_store *r, const void *in, int nbytes) _mix_pool_bytes() argument
536 __mix_pool_bytes(struct entropy_store *r, const void *in, int nbytes) __mix_pool_bytes() argument
543 mix_pool_bytes(struct entropy_store *r, const void *in, int nbytes) mix_pool_bytes() argument
1133 extract_entropy(struct entropy_store *r, void *buf, size_t nbytes, int min, int reserved) extract_entropy() argument
1187 extract_entropy_user(struct entropy_store *r, void __user *buf, size_t nbytes) extract_entropy_user() argument
/linux-4.1.27/drivers/ata/
H A Dlibata-scsi.c2756 unsigned int nbytes; atapi_xlat() local
/linux-4.1.27/fs/ocfs2/
H A Dsuper.c381 ocfs2_debug_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) ocfs2_debug_read() argument
396 ocfs2_debug_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) ocfs2_debug_read() argument
/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1754 int nbytes, ndwords, pad, tmp; intelfbhw_do_drawglyph() local

Completed in 7473 milliseconds

12