Home
last modified time | relevance | path

Searched refs:buflen (Results 1 – 25 of 36) sorted by relevance

12

/include/crypto/internal/
A Dblockhash.h16 buf, buflen) \ argument
20 unsigned int _buflen = (buflen); \
47 #define BLOCK_HASH_UPDATE(block, state, src, nbytes, bs, buf, buflen) \ argument
48 BLOCK_HASH_UPDATE_BASE(block, state, src, nbytes, bs, 1, buf, buflen)
49 #define BLOCK_HASH_UPDATE_BLOCKS(block, state, src, nbytes, bs, buf, buflen) \ argument
50 BLOCK_HASH_UPDATE_BASE(block, state, src, nbytes, bs, bs, buf, buflen)
/include/acpi/
A Dapei.h48 size_t buflen);
50 size_t buflen, size_t recordlen, const guid_t *creatorid);
/include/crypto/
A Dblake2s.h31 unsigned int buflen; member
61 state->buflen = 0; in __blake2s_init()
66 state->buflen = BLAKE2S_BLOCK_SIZE; in __blake2s_init()
A Dpoly1305.h55 unsigned int buflen; member
A Dnhpoly1305.h47 unsigned int buflen; member
A Ddrbg.h97 unsigned char *buf, unsigned int buflen,
/include/linux/
A Dscatterlist.h206 unsigned int buflen) in sg_set_buf() argument
211 sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); in sg_set_buf()
514 size_t buflen, off_t skip, bool to_buffer);
517 const void *buf, size_t buflen);
519 void *buf, size_t buflen);
522 const void *buf, size_t buflen, off_t skip);
524 void *buf, size_t buflen, off_t skip);
526 size_t buflen, off_t skip);
A Dof_pdt.h30 int (*pkg2path)(phandle node, char *buf, const int buflen, int *len);
A Dbitmap-str.h13 int bitmap_parse(const char *buf, unsigned int buflen, unsigned long *dst, int nbits);
A Dkernfs.h402 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen);
404 char *buf, size_t buflen);
481 static inline int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_name() argument
486 char *buf, size_t buflen) in kernfs_path_from_node() argument
604 static inline int kernfs_path(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_path() argument
606 return kernfs_path_from_node(kn, NULL, buf, buflen); in kernfs_path()
A Dcgroup.h611 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() argument
613 return kernfs_name(cgrp->kn, buf, buflen); in cgroup_name()
616 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() argument
618 return kernfs_path(cgrp->kn, buf, buflen); in cgroup_path()
652 void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen);
701 static inline void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen) in cgroup_path_from_kernfs_id() argument
803 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen,
A Dkey-type.h132 long (*read)(const struct key *key, char *buffer, size_t buflen);
A Dkobject.h130 int buflen; member
/include/keys/
A Dbig_key-type.h20 extern long big_key_read(const struct key *key, char *buffer, size_t buflen);
A Duser-type.h44 extern long user_read(const struct key *key, char *buffer, size_t buflen);
A Dtrusted_tpm.h40 int trusted_tpm_send(unsigned char *cmd, size_t buflen);
/include/scsi/
A Dscsi_cmnd.h210 const void *buf, int buflen) in scsi_sg_copy_from_buffer() argument
213 buf, buflen); in scsi_sg_copy_from_buffer()
217 void *buf, int buflen) in scsi_sg_copy_to_buffer() argument
220 buf, buflen); in scsi_sg_copy_to_buffer()
A Dlibiscsi.h406 int buflen);
430 enum iscsi_param param, char *buf, int buflen);
A Dscsi_transport_iscsi.h93 char *buf, int buflen);
104 int buflen);
/include/linux/usb/
A Dcdc.h46 int buflen);
A Drndis_host.h190 rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen);
/include/xen/interface/io/
A Dnetif.h285 const uint8_t *buf, unsigned int buflen) in xen_netif_toeplitz_hash() argument
297 for (bufi = 0; bufi < buflen; bufi++) { in xen_netif_toeplitz_hash()
/include/sound/
A Dhda_chmap.h73 void snd_hdac_print_channel_allocation(int spk_alloc, char *buf, int buflen);
/include/linux/sunrpc/
A Dxdr.h69 unsigned int buflen, /* Total length of storage buffer */ member
83 buf->buflen = len; in xdr_buf_init()
284 xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen) in xdr_set_scratch_buffer() argument
287 xdr->scratch.iov_len = buflen; in xdr_set_scratch_buffer()
A Dsvc.h528 buf->buflen = PAGE_SIZE * (rqstp->rq_page_end - buf->pages); in svcxdr_init_encode()
570 buf->buflen -= rqstp->rq_auth_slack; in svcxdr_set_auth_slack()

Completed in 43 milliseconds

12