Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dserpent-sse2.h28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() function
53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() function
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dserpent-sse2.h28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() function
53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() function
H A Dserpent_sse2_glue.c40 serpent_dec_blk_xway(ctx, dst, src); in serpent_decrypt_cbc_xway()
55 ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_dec_blk_xway); in ecb_decrypt()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dserpent_sse2_glue.c44 serpent_dec_blk_xway(ctx, (u8 *)dst, (u8 *)src); in serpent_decrypt_cbc_xway()
114 .fn_u = { .ecb = serpent_dec_blk_xway }

Completed in 2 milliseconds