Searched refs:__camellia_enc_blk_2way (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dcamellia.h46 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst,
82 __camellia_enc_blk_2way(ctx, dst, src, false); camellia_enc_blk_2way()
88 __camellia_enc_blk_2way(ctx, dst, src, true); camellia_enc_blk_xor_2way()
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S427 ENTRY(__camellia_enc_blk_2way)
474 ENDPROC(__camellia_enc_blk_2way)
H A Dcamellia_glue.c47 asmlinkage void __camellia_enc_blk_2way(struct camellia_ctx *ctx, u8 *dst,
49 EXPORT_SYMBOL_GPL(__camellia_enc_blk_2way); variable

Completed in 167 milliseconds