/external/dropbear/libtomcrypt/src/ciphers/safer/ |
safer_tab.c | 14 Tables for SAFER block ciphers 19 #if defined(SAFERP) || defined(SAFER) 66 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/safer/safer_tab.c,v $ */
|
safer.c | 14 * FILE: safer.c 16 * DESCRIPTION: block-cipher algorithm SAFER (Secure And Fast Encryption 17 * Routine) in its four versions: SAFER K-64, SAFER K-128, 18 * SAFER SK-64 and SAFER SK-128. 33 #ifdef SAFER 37 "safer-k64", 49 "safer-sk64", 61 "safer-k128" [all...] |
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 50 #ifdef SAFER
|
tv_gen.c | 28 #ifdef SAFER
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 73 #ifdef SAFER 142 #ifdef SAFER 143 struct safer_key safer; member in union:Symmetric_key 585 #ifdef SAFER
|
/external/dropbear/libtomcrypt/src/prngs/ |
yarrow.c | 79 #elif defined(SAFER)
|
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 148 #ifdef SAFER [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables 395 must pass in (a pointer to) an array of 32 \textit{unsigned char} variables. Certain routines (such as SAFER+) take 615 \hline SAFER+ & saferp\_desc &16 & 16, 24, 32 & 8, 12, 16 \\ [all...] |