Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dserpent-sse2.h17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() function
42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() function
H A Dserpent_sse2_glue.c47 ECB_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_enc_blk_xway); in ecb_encrypt()