Home
last modified time | relevance | path

Searched refs:serpent_dec_blk_xway (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/crypto/
Dserpent-sse2.h28 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway() function
55 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway() function
/linux-4.4.14/arch/x86/crypto/
Dserpent_sse2_glue.c56 serpent_dec_blk_xway(ctx, (u8 *)dst, (u8 *)src); in serpent_decrypt_cbc_xway()
122 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_dec_blk_xway) }
216 serpent_dec_blk_xway(ctx->ctx, srcdst, srcdst); in decrypt_callback()