Searched refs:camellia_cbc_dec_16way (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c38 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst,
40 EXPORT_SYMBOL_GPL(camellia_cbc_dec_16way); variable
135 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_cbc_dec_16way) }
H A Dcamellia_aesni_avx2_glue.c128 .fn_u = { .cbc = GLUE_CBC_FUNC_CAST(camellia_cbc_dec_16way) }
H A Dcamellia-aesni-avx-asm_64.S938 ENTRY(camellia_cbc_dec_16way)
985 ENDPROC(camellia_cbc_dec_16way)
/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dcamellia.h57 asmlinkage void camellia_cbc_dec_16way(struct camellia_ctx *ctx, u8 *dst,

Completed in 78 milliseconds