Searched defs:size (Results 1 – 9 of 9) sorted by relevance
/crypto/ |
D | memneq.c | 68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic() 157 size_t size) in __crypto_memneq()
|
D | algif_hash.c | 116 int offset, size_t size, int flags) in hash_sendpage() 287 struct msghdr *msg, size_t size) in hash_sendmsg_nokey() 299 int offset, size_t size, int flags) in hash_sendpage_nokey()
|
D | algapi.c | 935 static inline void crypto_inc_byte(u8 *a, unsigned int size) in crypto_inc_byte() 948 void crypto_inc(u8 *a, unsigned int size) in crypto_inc() 964 static inline void crypto_xor_byte(u8 *a, const u8 *b, unsigned int size) in crypto_xor_byte() 970 void crypto_xor(u8 *dst, const u8 *src, unsigned int size) in crypto_xor()
|
D | algif_skcipher.c | 250 struct msghdr *msg, size_t size) in skcipher_sendmsg() 380 int offset, size_t size, int flags) in skcipher_sendpage() 593 struct msghdr *msg, size_t size) in skcipher_sendmsg_nokey() 605 int offset, size_t size, int flags) in skcipher_sendpage_nokey()
|
D | cipher.c | 69 unsigned int size = crypto_tfm_alg_blocksize(tfm); in cipher_crypt_unaligned() local
|
D | ansi_cprng.c | 76 unsigned char *out, unsigned int size) in xor_vectors()
|
D | blkcipher.c | 280 unsigned int size = aligned_bs * 2 + in blkcipher_copy_iv() local
|
D | ablkcipher.c | 195 unsigned int size = aligned_bs * 2 + ivsize + max(aligned_bs, ivsize) - in ablkcipher_copy_iv() local
|
/crypto/asymmetric_keys/ |
D | rsa.c | 74 size_t size; member
|