Lines Matching refs:camellia_ctx
17 struct camellia_ctx { struct
23 struct camellia_ctx tweak_ctx; argument
24 struct camellia_ctx crypt_ctx;
27 extern int __camellia_setkey(struct camellia_ctx *cctx,
35 asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst,
37 asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst,
41 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst,
43 asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst,
47 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst,
49 asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst,
52 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst,
54 asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst,
57 asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst,
59 asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst,
62 static inline void camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk()
68 static inline void camellia_enc_blk_xor(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor()
74 static inline void camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_2way()
80 static inline void camellia_enc_blk_xor_2way(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor_2way()