Home
last modified time | relevance | path

Searched refs:serpent_decrypt_cbc_xway (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dserpent_sse2_glue.c33 static void serpent_decrypt_cbc_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_decrypt_cbc_xway() function
70 CBC_DEC_BLOCK(SERPENT_PARALLEL_BLOCKS, serpent_decrypt_cbc_xway); in cbc_decrypt()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dserpent_sse2_glue.c34 static void serpent_decrypt_cbc_xway(const void *ctx, u8 *d, const u8 *s) in serpent_decrypt_cbc_xway() function
127 .fn_u = { .cbc = serpent_decrypt_cbc_xway }

Completed in 1 milliseconds