Searched refs:camellia_ctx (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/crypto/ |
D | camellia.h | 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, [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 27 asmlinkage void camellia_ecb_enc_32way(struct camellia_ctx *ctx, u8 *dst, 29 asmlinkage void camellia_ecb_dec_32way(struct camellia_ctx *ctx, u8 *dst, 32 asmlinkage void camellia_cbc_dec_32way(struct camellia_ctx *ctx, u8 *dst, 34 asmlinkage void camellia_ctr_32way(struct camellia_ctx *ctx, u8 *dst, 37 asmlinkage void camellia_xts_enc_32way(struct camellia_ctx *ctx, u8 *dst, 39 asmlinkage void camellia_xts_dec_32way(struct camellia_ctx *ctx, u8 *dst, 210 .base.cra_ctxsize = sizeof(struct camellia_ctx), 223 .base.cra_ctxsize = sizeof(struct camellia_ctx), 237 .base.cra_ctxsize = sizeof(struct camellia_ctx),
|
D | camellia_aesni_avx_glue.c | 26 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst, 30 asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst, 34 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst, 38 asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst, 42 asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst, 46 asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst, 236 .base.cra_ctxsize = sizeof(struct camellia_ctx), 249 .base.cra_ctxsize = sizeof(struct camellia_ctx), 263 .base.cra_ctxsize = sizeof(struct camellia_ctx),
|
D | camellia_glue.c | 36 asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, 39 asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst, 44 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, 47 asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst, 1246 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() 1411 .cra_ctxsize = sizeof(struct camellia_ctx), 1431 .base.cra_ctxsize = sizeof(struct camellia_ctx), 1443 .base.cra_ctxsize = sizeof(struct camellia_ctx), 1456 .base.cra_ctxsize = sizeof(struct camellia_ctx),
|
/Linux-v4.19/crypto/ |
D | camellia_generic.c | 974 struct camellia_ctx { struct 983 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() argument 1011 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() 1039 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() 1071 .cra_ctxsize = sizeof(struct camellia_ctx),
|