Home
last modified time | relevance | path

Searched defs:size (Results 1 – 5 of 5) sorted by relevance

/crypto/
Dalgapi.c727 static inline void crypto_inc_byte(u8 *a, unsigned int size) in crypto_inc_byte()
740 void crypto_inc(u8 *a, unsigned int size) in crypto_inc()
756 static inline void crypto_xor_byte(u8 *a, const u8 *b, unsigned int size) in crypto_xor_byte()
762 void crypto_xor(u8 *dst, const u8 *src, unsigned int size) in crypto_xor()
Dcipher.c69 unsigned int size = crypto_tfm_alg_blocksize(tfm); in cipher_crypt_unaligned() local
Dansi_cprng.c76 unsigned char *out, unsigned int size) in xor_vectors()
Dapi.c583 int size; in crypto_destroy_tfm() local
Dblkcipher.c285 unsigned int size = aligned_bs * 2 + ivsize + max(aligned_bs, ivsize) - in blkcipher_copy_iv() local