Searched refs:serpent_dec_blk_xway (Results 1 – 2 of 2) sorted by relevance
28 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway() function55 static inline void serpent_dec_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_dec_blk_xway() function
56 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()