Searched refs:camellia_enc_blk (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | camellia_aesni_avx_glue.c | 56 GLUE_FUNC_CAST(camellia_enc_blk)); in camellia_xts_enc() 79 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) } 172 return glue_cbc_encrypt_128bit(GLUE_FUNC_CAST(camellia_enc_blk), desc, in cbc_encrypt() 234 camellia_enc_blk(ctx->ctx, srcdst, srcdst); in encrypt_callback() 319 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 329 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
D | camellia_aesni_avx2_glue.c | 60 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) } 168 return glue_cbc_encrypt_128bit(GLUE_FUNC_CAST(camellia_enc_blk), desc, in cbc_encrypt() 236 camellia_enc_blk(ctx->ctx, srcdst, srcdst); in encrypt_callback() 327 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 337 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
D | camellia_glue.c | 56 camellia_enc_blk(crypto_tfm_ctx(tfm), dst, src); in camellia_encrypt() 1333 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) } 1391 return glue_cbc_encrypt_128bit(GLUE_FUNC_CAST(camellia_enc_blk), desc, in cbc_encrypt() 1421 camellia_enc_blk(ctx, srcdst, srcdst); in encrypt_callback() 1535 .tweak_fn = XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 1553 .tweak_fn = XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | camellia.h | 67 static inline void camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk() function
|