Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SERPENT_PARALLEL_BLOCKS 8 |
Functions | |
asmlinkage void | __serpent_enc_blk_8way (struct serpent_ctx *ctx, u8 *dst, const u8 *src, bool xor) |
asmlinkage void | serpent_dec_blk_8way (struct serpent_ctx *ctx, u8 *dst, const u8 *src) |
#define SERPENT_PARALLEL_BLOCKS 8 |
Definition at line 36 of file serpent-sse2.h.
asmlinkage void __serpent_enc_blk_8way | ( | struct serpent_ctx * | ctx, |
u8 * | dst, | ||
const u8 * | src, | ||
bool | xor | ||
) |
asmlinkage void serpent_dec_blk_8way | ( | struct serpent_ctx * | ctx, |
u8 * | dst, | ||
const u8 * | src | ||
) |