Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 25 of 35) sorted by relevance

12

/include/crypto/
A Dscatterwalk.h57 unsigned int nbytes; member
106 unsigned int nbytes) in scatterwalk_clamp() argument
200 return nbytes; in scatterwalk_next()
210 unsigned int nbytes) in scatterwalk_advance() argument
212 walk->offset += nbytes; in scatterwalk_advance()
224 unsigned int nbytes) in scatterwalk_done_src() argument
227 scatterwalk_advance(walk, nbytes); in scatterwalk_done_src()
240 unsigned int nbytes) in scatterwalk_done_dst() argument
270 unsigned int nbytes);
273 unsigned int nbytes);
[all …]
A Dhash.h61 unsigned int nbytes; member
500 req->nbytes = 0; in crypto_ahash_final()
689 unsigned int nbytes) in ahash_request_set_crypt() argument
692 req->nbytes = nbytes; in ahash_request_set_crypt()
712 unsigned int nbytes) in ahash_request_set_virt() argument
715 req->nbytes = nbytes; in ahash_request_set_virt()
A Dpoly1305.h64 const u8 *src, unsigned int nbytes);
/include/crypto/internal/
A Dblockhash.h15 #define BLOCK_HASH_UPDATE_BASE(block_fn, state, src, nbytes, bs, dv, \ argument
21 size_t _nbytes = (nbytes); \
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)
A Decc.h82 void ecc_digits_from_bytes(const u8 *in, unsigned int nbytes,
A Dhash.h341 req->nbytes = old->nbytes; in ahash_fbreq_on_stack_init()
/include/linux/spi/
A Dspi-mem.h18 .nbytes = 1, \
25 .nbytes = 1, \
33 .nbytes = __nbytes, \
40 .nbytes = __nbytes, \
50 .nbytes = __nbytes, \
56 .nbytes = __nbytes, \
67 .nbytes = __nbytes, \
150 u8 nbytes; member
158 u8 nbytes; member
166 u8 nbytes; member
[all …]
/include/linux/
A Donce.h80 #define get_random_once(buf, nbytes) \ argument
81 DO_ONCE(get_random_bytes, (buf), (nbytes))
83 #define get_random_sleepable_once(buf, nbytes) \ argument
84 DO_ONCE_SLEEPABLE(get_random_bytes, (buf), (nbytes))
A Dbase64.h11 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3) argument
A Dmpi.h52 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes);
55 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
56 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes,
58 int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,
A Dadb.h13 int nbytes; member
56 int flags, int nbytes, ...);
A Dcuda.h17 void (*done)(struct adb_request *), int nbytes, ...);
A Dcrc8.h99 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc);
A Dpmu.h19 void (*done)(struct adb_request *), int nbytes, ...);
A Dstring.h34 size_t nbytes; in memdup_array_user() local
36 if (check_mul_overflow(n, size, &nbytes)) in memdup_array_user()
39 return memdup_user(src, nbytes); in memdup_array_user()
54 size_t nbytes; in vmemdup_array_user() local
56 if (check_mul_overflow(n, size, &nbytes)) in vmemdup_array_user()
59 return vmemdup_user(src, nbytes); in vmemdup_array_user()
A Drandom.h126 static inline int get_random_bytes_wait(void *buf, size_t nbytes) in get_random_bytes_wait() argument
129 get_random_bytes(buf, nbytes); in get_random_bytes_wait()
A Dprandom.h21 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
A Dnet.h306 #define net_get_random_once(buf, nbytes) \ argument
307 get_random_once((buf), (nbytes))
A Dbio.h134 static inline void bio_advance(struct bio *bio, unsigned int nbytes) in bio_advance() argument
136 if (nbytes == bio->bi_iter.bi_size) { in bio_advance()
140 __bio_advance(bio, nbytes); in bio_advance()
/include/memory/
A Drenesas-rpc-if.h30 u8 nbytes; member
42 u8 nbytes; member
50 unsigned int nbytes; member
/include/linux/qed/
A Deth_common.h355 __le16 nbytes; member
362 __le16 nbytes; member
385 __le16 nbytes; member
408 __le16 nbytes; /* Number of bytes in this BD */ member
428 __le16 nbytes; member
/include/linux/soc/qcom/
A Dsmd-rpm.h59 __le32 nbytes; member
/include/linux/mtd/
A Dmtd.h437 const u8 *oobbuf, int start, int nbytes);
439 u8 *oobbuf, int start, int nbytes);
443 const u8 *oobbuf, int start, int nbytes);
445 u8 *oobbuf, int start, int nbytes);
/include/linux/comedi/
A Dcomedidev.h819 unsigned int nbytes) in comedi_bytes_to_samples() argument
821 return nbytes >> comedi_sample_shift(s); in comedi_bytes_to_samples()
/include/linux/sunrpc/
A Dxdr.h245 extern __be32 *xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes);
246 extern int xdr_reserve_space_vec(struct xdr_stream *xdr, size_t nbytes);
260 extern __be32 *xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes);

Completed in 41 milliseconds

12