Home
last modified time | relevance | path

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

12

/include/crypto/
Dctr.h36 while (walk.nbytes > 0) { in crypto_ctr_encrypt_walk()
39 int nbytes = walk.nbytes; in crypto_ctr_encrypt_walk() local
42 if (nbytes < walk.total) { in crypto_ctr_encrypt_walk()
43 tail = walk.nbytes & (blocksize - 1); in crypto_ctr_encrypt_walk()
44 nbytes -= tail; in crypto_ctr_encrypt_walk()
48 int bsize = min(nbytes, blocksize); in crypto_ctr_encrypt_walk()
57 nbytes -= bsize; in crypto_ctr_encrypt_walk()
58 } while (nbytes > 0); in crypto_ctr_encrypt_walk()
Dscatterwalk.h36 unsigned int nbytes) in scatterwalk_clamp() argument
39 return nbytes > len_this_page ? len_this_page : nbytes; in scatterwalk_clamp()
43 unsigned int nbytes) in scatterwalk_advance() argument
45 walk->offset += nbytes; in scatterwalk_advance()
100 size_t nbytes, int out);
104 unsigned int start, unsigned int nbytes, int out);
Dpoly1305.h75 unsigned int nbytes);
77 unsigned int nbytes);
80 const u8 *src, unsigned int nbytes) in poly1305_update() argument
83 poly1305_update_arch(desc, src, nbytes); in poly1305_update()
85 poly1305_update_generic(desc, src, nbytes); in poly1305_update()
Dhash.h52 unsigned int nbytes; member
553 unsigned int nbytes = req->nbytes; in crypto_ahash_update() local
558 crypto_stats_ahash_update(nbytes, ret, alg); in crypto_ahash_update()
684 unsigned int nbytes) in ahash_request_set_crypt() argument
687 req->nbytes = nbytes; in ahash_request_set_crypt()
/include/linux/
Donce.h80 #define get_random_once(buf, nbytes) \ argument
81 DO_ONCE(get_random_bytes, (buf), (nbytes))
82 #define get_random_once_wait(buf, nbytes) \ argument
83 DO_ONCE(get_random_bytes_wait, (buf), (nbytes)) \
85 #define get_random_slow_once(buf, nbytes) \ argument
86 DO_ONCE_SLOW(get_random_bytes, (buf), (nbytes))
Dadb.h13 int nbytes; member
56 int flags, int nbytes, ...);
Dstring.h30 size_t nbytes; in memdup_array_user() local
32 if (check_mul_overflow(n, size, &nbytes)) in memdup_array_user()
35 return memdup_user(src, nbytes); in memdup_array_user()
49 size_t nbytes; in vmemdup_array_user() local
51 if (check_mul_overflow(n, size, &nbytes)) in vmemdup_array_user()
54 return vmemdup_user(src, nbytes); in vmemdup_array_user()
Dcuda.h17 void (*done)(struct adb_request *), int nbytes, ...);
Dcrc8.h99 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc);
Drandom.h75 static inline int get_random_bytes_wait(void *buf, size_t nbytes) in get_random_bytes_wait() argument
78 get_random_bytes(buf, nbytes); in get_random_bytes_wait()
Dprandom.h16 void prandom_bytes(void *buf, size_t nbytes);
67 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
Dpmu.h19 void (*done)(struct adb_request *), int nbytes, ...);
Dmpi.h92 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes);
97 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
98 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes,
100 int mpi_write_to_sgl(MPI a, struct scatterlist *sg, unsigned nbytes,
Dpsi.h28 char *buf, size_t nbytes, enum psi_res res);
Dnet.h291 #define net_get_random_once(buf, nbytes) \ argument
292 get_random_once((buf), (nbytes))
293 #define net_get_random_once_wait(buf, nbytes) \ argument
294 get_random_once_wait((buf), (nbytes))
Dvisorbus.h327 unsigned long nbytes);
330 unsigned long nbytes);
Dcrypto.h517 void crypto_stats_ahash_update(unsigned int nbytes, int ret, struct crypto_alg *alg);
518 void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg);
541 static inline void crypto_stats_ahash_update(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_update() argument
543 static inline void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_final() argument
Dcgroup-defs.h612 char *buf, size_t nbytes, loff_t off);
/include/linux/spi/
Dspi-mem.h20 .nbytes = 1, \
25 .nbytes = __nbytes, \
34 .nbytes = __nbytes, \
43 .nbytes = __nbytes, \
51 .nbytes = __nbytes, \
100 u8 nbytes; member
107 u8 nbytes; member
114 u8 nbytes; member
123 unsigned int nbytes; member
/include/memory/
Drenesas-rpc-if.h30 u8 nbytes; member
42 u8 nbytes; member
50 unsigned int nbytes; member
/include/linux/qed/
Deth_common.h354 __le16 nbytes; member
361 __le16 nbytes; member
384 __le16 nbytes; member
407 __le16 nbytes; /* Number of bytes in this BD */ member
427 __le16 nbytes; member
/include/linux/mtd/
Dmtd.h435 const u8 *oobbuf, int start, int nbytes);
437 u8 *oobbuf, int start, int nbytes);
441 const u8 *oobbuf, int start, int nbytes);
443 u8 *oobbuf, int start, int nbytes);
/include/crypto/internal/
Dskcipher.h49 unsigned int nbytes; member
/include/linux/sunrpc/
Dxdr.h243 extern __be32 *xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes);
245 size_t nbytes);
257 extern __be32 *xdr_inline_decode(struct xdr_stream *xdr, size_t nbytes);
/include/soc/tegra/
Dbpmp-abi.h628 uint32_t nbytes; member
639 uint32_t nbytes; member

12