Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
serpent-sse2.h File Reference
#include <linux/crypto.h>
#include <crypto/serpent.h>

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)
 

Macro Definition Documentation

#define SERPENT_PARALLEL_BLOCKS   8

Definition at line 36 of file serpent-sse2.h.

Function Documentation

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 
)