Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/crypto/
Dserpent-sse2.h16 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway() function
43 static inline void serpent_enc_blk_xway(struct serpent_ctx *ctx, u8 *dst, in serpent_enc_blk_xway() function
/linux-4.4.14/arch/x86/crypto/
Dserpent_sse2_glue.c96 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_enc_blk_xway) }
199 serpent_enc_blk_xway(ctx->ctx, srcdst, srcdst); in encrypt_callback()