Searched defs:size (Results 1 – 5 of 5) sorted by relevance
727 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()
69 unsigned int size = crypto_tfm_alg_blocksize(tfm); in cipher_crypt_unaligned() local
76 unsigned char *out, unsigned int size) in xor_vectors()
583 int size; in crypto_destroy_tfm() local
285 unsigned int size = aligned_bs * 2 + ivsize + max(aligned_bs, ivsize) - in blkcipher_copy_iv() local