Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/crypto/
Dserpent-sse2.h29 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway() function
56 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway() function
/Linux-v4.19/arch/x86/crypto/
Dserpent_sse2_glue.c57 serpent_dec_blk_xway(ctx, (u8 *)dst, (u8 *)src); in serpent_decrypt_cbc_xway()
123 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_dec_blk_xway) }