Searched refs:camellia_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | camellia.h | 13 struct camellia_ctx { struct 20 struct camellia_ctx camellia_ctx; argument 24 struct camellia_ctx tweak_ctx; 25 struct camellia_ctx crypt_ctx; 28 extern int __camellia_setkey(struct camellia_ctx *cctx, 40 asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, 42 asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst, 46 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, 48 asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst, 52 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst, [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | camellia_aesni_avx_glue.c | 29 asmlinkage void camellia_ecb_enc_16way(struct camellia_ctx *ctx, u8 *dst, 33 asmlinkage void camellia_ecb_dec_16way(struct camellia_ctx *ctx, u8 *dst, 37 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst, 41 asmlinkage void camellia_ctr_16way(struct camellia_ctx *ctx, u8 *dst, 45 asmlinkage void camellia_xts_enc_16way(struct camellia_ctx *ctx, u8 *dst, 49 asmlinkage void camellia_xts_dec_16way(struct camellia_ctx *ctx, u8 *dst, 209 struct camellia_ctx *ctx; 267 .ctx = &ctx->camellia_ctx, in lrw_encrypt() 293 .ctx = &ctx->camellia_ctx, in lrw_decrypt() 340 .cra_ctxsize = sizeof(struct camellia_ctx), [all …]
|
D | camellia_aesni_avx2_glue.c | 30 asmlinkage void camellia_ecb_enc_32way(struct camellia_ctx *ctx, u8 *dst, 32 asmlinkage void camellia_ecb_dec_32way(struct camellia_ctx *ctx, u8 *dst, 35 asmlinkage void camellia_cbc_dec_32way(struct camellia_ctx *ctx, u8 *dst, 37 asmlinkage void camellia_ctr_32way(struct camellia_ctx *ctx, u8 *dst, 40 asmlinkage void camellia_xts_enc_32way(struct camellia_ctx *ctx, u8 *dst, 42 asmlinkage void camellia_xts_dec_32way(struct camellia_ctx *ctx, u8 *dst, 205 struct camellia_ctx *ctx; 275 .ctx = &ctx->camellia_ctx, in lrw_encrypt() 301 .ctx = &ctx->camellia_ctx, in lrw_decrypt() 348 .cra_ctxsize = sizeof(struct camellia_ctx), [all …]
|
D | camellia_glue.c | 39 asmlinkage void __camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, 42 asmlinkage void camellia_dec_blk(struct camellia_ctx *ctx, u8 *dst, 47 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst, 50 asmlinkage void camellia_dec_blk_2way(struct camellia_ctx *ctx, u8 *dst, 1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() 1411 struct camellia_ctx *ctx = priv; in encrypt_callback() 1427 struct camellia_ctx *ctx = priv; in decrypt_callback() 1446 err = __camellia_setkey(&ctx->camellia_ctx, key, in lrw_camellia_setkey() 1467 .crypt_ctx = &ctx->camellia_ctx, in lrw_encrypt() 1484 .crypt_ctx = &ctx->camellia_ctx, in lrw_decrypt() [all …]
|
/linux-4.4.14/crypto/ |
D | camellia_generic.c | 975 struct camellia_ctx { struct 984 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() argument 1012 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() 1040 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() 1072 .cra_ctxsize = sizeof(struct camellia_ctx),
|