Searched refs:camellia_enc_blk_xor (Results 1 – 2 of 2) sorted by relevance
62 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor() function
1289 camellia_enc_blk_xor(ctx, (u8 *)dst, (u8 *)&ctrblk); in camellia_crypt_ctr()