| /include/crypto/ |
| A D | scatterwalk.h | 57 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 D | hash.h | 61 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 D | poly1305.h | 64 const u8 *src, unsigned int nbytes);
|
| /include/crypto/internal/ |
| A D | blockhash.h | 15 #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 D | ecc.h | 82 void ecc_digits_from_bytes(const u8 *in, unsigned int nbytes,
|
| A D | hash.h | 341 req->nbytes = old->nbytes; in ahash_fbreq_on_stack_init()
|
| /include/linux/spi/ |
| A D | spi-mem.h | 18 .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 D | once.h | 80 #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 D | base64.h | 11 #define BASE64_CHARS(nbytes) DIV_ROUND_UP((nbytes) * 4, 3) argument
|
| A D | mpi.h | 52 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 D | adb.h | 13 int nbytes; member 56 int flags, int nbytes, ...);
|
| A D | cuda.h | 17 void (*done)(struct adb_request *), int nbytes, ...);
|
| A D | crc8.h | 99 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc);
|
| A D | pmu.h | 19 void (*done)(struct adb_request *), int nbytes, ...);
|
| A D | string.h | 34 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 D | random.h | 126 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 D | prandom.h | 21 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t nbytes);
|
| A D | net.h | 306 #define net_get_random_once(buf, nbytes) \ argument 307 get_random_once((buf), (nbytes))
|
| A D | bio.h | 134 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 D | renesas-rpc-if.h | 30 u8 nbytes; member 42 u8 nbytes; member 50 unsigned int nbytes; member
|
| /include/linux/qed/ |
| A D | eth_common.h | 355 __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 D | smd-rpm.h | 59 __le32 nbytes; member
|
| /include/linux/mtd/ |
| A D | mtd.h | 437 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 D | comedidev.h | 819 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 D | xdr.h | 245 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);
|