Home
last modified time | relevance | path

Searched refs:camellia_enc_blk (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Dcamellia_aesni_avx_glue.c57 GLUE_FUNC_CAST(camellia_enc_blk)); in camellia_xts_enc()
80 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) }
173 return glue_cbc_encrypt_128bit(GLUE_FUNC_CAST(camellia_enc_blk), desc, in cbc_encrypt()
235 camellia_enc_blk(ctx->ctx, srcdst, srcdst); in encrypt_callback()
320 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt()
330 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
Dcamellia_aesni_avx2_glue.c61 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) }
169 return glue_cbc_encrypt_128bit(GLUE_FUNC_CAST(camellia_enc_blk), desc, in cbc_encrypt()
237 camellia_enc_blk(ctx->ctx, srcdst, srcdst); in encrypt_callback()
328 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt()
338 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
Dcamellia_glue.c56 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.1.27/arch/x86/include/asm/crypto/
Dcamellia.h67 static inline void camellia_enc_blk(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk() function