Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DELTA 0x9E3779B9 |
#define | FULLROUNDS 10 /* 32 is overkill, 16 is strong crypto */ |
#define | PARTROUNDS 6 /* 6 gets complete mixing */ |
#define | TEACORE(rounds) |
Functions | |
u32 | keyed_hash (const signed char *msg, int len) |
u32 | yura_hash (const signed char *msg, int len) |
u32 | r5_hash (const signed char *msg, int len) |
#define TEACORE | ( | rounds | ) |