Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
serpent-avx.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_avx (struct serpent_ctx *ctx, u8 *dst, const u8 *src, bool xor)
 
asmlinkage void serpent_dec_blk_8way_avx (struct serpent_ctx *ctx, u8 *dst, const u8 *src)
 

Macro Definition Documentation

#define SERPENT_PARALLEL_BLOCKS   8

Definition at line 7 of file serpent-avx.h.

Function Documentation

asmlinkage void __serpent_enc_blk_8way_avx ( struct serpent_ctx ctx,
u8 dst,
const u8 src,
bool  xor 
)
asmlinkage void serpent_dec_blk_8way_avx ( struct serpent_ctx ctx,
u8 dst,
const u8 src 
)