Searched defs:nbytes (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/linux-master/lib/crypto/
H A Dpoly1305.c30 poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src, unsigned int nbytes) argument
[all...]
/linux-master/lib/
H A Dcrc8.c74 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc) argument
/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c121 loff_t nbytes = merge_64(nbytes1, nbytes2); local
H A Dproc_powerpc.c24 static ssize_t page_map_read( struct file *file, char __user *buf, size_t nbytes, argument
/linux-master/include/crypto/
H A Dctr.h39 int nbytes = walk.nbytes; local
H A Dpoly1305.h79 poly1305_update(struct poly1305_desc_ctx *desc, const u8 *src, unsigned int nbytes) argument
/linux-master/crypto/
H A Dchacha_generic.c27 unsigned int nbytes = walk.nbytes; local
H A Dcurve25519-generic.c30 int copied, nbytes; local
H A Darc4.c27 crypto_arc4_crypt(struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned nbytes, u8 *siv, u32 flags) argument
H A Dscatterwalk.c18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) argument
26 scatterwalk_copychunks(void *buf, struct scatter_walk *walk, size_t nbytes, int out) argument
55 scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) argument
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_isight.c45 unsigned int maxlen, nbytes; local
H A Duvc_debugfs.c42 uvc_debugfs_stats_read(struct file *file, char __user *user_buf, size_t nbytes, loff_t *ppos) argument
/linux-master/drivers/usb/mon/
H A Dmon_stat.c46 mon_stat_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) argument
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c26 unsigned int nbytes; local
[all...]
/linux-master/lib/dim/
H A Ddim.c63 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr, local
/linux-master/arch/mips/crypto/
H A Dchacha-glue.c41 unsigned int nbytes = walk.nbytes; local
H A Dpoly1305-glue.c102 poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int nbytes) argument
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.c53 u32 nbytes = 0; local
88 u32 nbytes local
[all...]
/linux-master/drivers/pnp/isapnp/
H A Dproc.c22 isapnp_proc_bus_read(struct file *file, char __user * buf, size_t nbytes, loff_t * ppos) argument
/linux-master/include/linux/
H A Drandom.h126 static inline int get_random_bytes_wait(void *buf, size_t nbytes) argument
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c116 unsigned int nbytes = walk.nbytes; local
[all...]
/linux-master/arch/arm/crypto/
H A Dpoly1305-glue.c139 poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int nbytes) argument
H A Dcurve25519-glue.c70 int copied, nbytes; local
/linux-master/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c27 add_slot_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t nbytes) argument
56 remove_slot_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t nbytes) argument
/linux-master/fs/xfs/
H A Dxfs_dquot_item.c30 xfs_qm_dquot_logitem_size( struct xfs_log_item *lip, int *nvecs, int *nbytes) argument

Completed in 228 milliseconds

1234567891011>>