Searched refs:camellia_ctx (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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-v5.4/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 22 asmlinkage void camellia_ecb_enc_32way(struct camellia_ctx *ctx, u8 *dst, 24 asmlinkage void camellia_ecb_dec_32way(struct camellia_ctx *ctx, u8 *dst, 27 asmlinkage void camellia_cbc_dec_32way(struct camellia_ctx *ctx, u8 *dst, 29 asmlinkage void camellia_ctr_32way(struct camellia_ctx *ctx, u8 *dst, 32 asmlinkage void camellia_xts_enc_32way(struct camellia_ctx *ctx, u8 *dst, 34 asmlinkage void camellia_xts_dec_32way(struct camellia_ctx *ctx, u8 *dst, 205 .base.cra_ctxsize = sizeof(struct camellia_ctx), 218 .base.cra_ctxsize = sizeof(struct camellia_ctx), 232 .base.cra_ctxsize = sizeof(struct camellia_ctx),
|
D | camellia_aesni_avx_glue.c | 21 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst, 25 asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst, 29 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst, 33 asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst, 37 asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst, 41 asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst, 231 .base.cra_ctxsize = sizeof(struct camellia_ctx), 244 .base.cra_ctxsize = sizeof(struct camellia_ctx), 258 .base.cra_ctxsize = sizeof(struct camellia_ctx),
|
D | camellia_glue.c | 21 asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, 24 asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst, 29 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, 32 asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst, 1231 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() 1396 .cra_ctxsize = sizeof(struct camellia_ctx), 1416 .base.cra_ctxsize = sizeof(struct camellia_ctx), 1428 .base.cra_ctxsize = sizeof(struct camellia_ctx), 1441 .base.cra_ctxsize = sizeof(struct camellia_ctx),
|
/Linux-v5.4/crypto/ |
D | camellia_generic.c | 962 struct camellia_ctx { struct 971 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() argument 999 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() 1027 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() 1059 .cra_ctxsize = sizeof(struct camellia_ctx),
|