/external/dropbear/libtomcrypt/src/hashes/whirl/ |
whirl.c | 14 WHIRLPOOL (using their new sbox) hash function by Tom St Denis 19 #ifdef WHIRLPOOL 23 "whirlpool", 67 K[0][x] = md->whirlpool.state[x]; 105 md->whirlpool.state[x] ^= T[0][x] ^ T[2][x]; 131 zeromem(&md->whirlpool, sizeof(md->whirlpool)); 142 HASH_PROCESS(whirlpool_process, whirlpool_compress, whirlpool, 64) 157 if (md->whirlpool.curlen >= sizeof(md->whirlpool.buf)) [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_hash.h | 89 #ifdef WHIRLPOOL 110 #ifdef WHIRLPOOL 111 struct whirlpool_state whirlpool; member in union:Hash_state 203 #ifdef WHIRLPOOL
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
speed.c | 256 "evp","sha256","sha512","whirlpool", 399 unsigned char whirlpool[WHIRLPOOL_DIGEST_LENGTH]; local 818 if (strcmp(*argv,"whirlpool") == 0) doit[D_WHIRLPOOL]=1; 1037 BIO_printf(bio_err,"whirlpool"); [all...] |
/external/openssl/apps/ |
speed.c | 256 "evp","sha256","sha512","whirlpool", 399 unsigned char whirlpool[WHIRLPOOL_DIGEST_LENGTH]; local 818 if (strcmp(*argv,"whirlpool") == 0) doit[D_WHIRLPOOL]=1; 1037 BIO_printf(bio_err,"whirlpool"); [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |