HomeSort by relevance Sort by last modified time
    Searched refs:whirlpool (Results 1 - 4 of 4) sorted by null

  /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/openssl/apps/
speed.c 231 "evp","sha256","sha512","whirlpool",
374 unsigned char whirlpool[WHIRLPOOL_DIGEST_LENGTH]; local
796 if (strcmp(*argv,"whirlpool") == 0) doit[D_WHIRLPOOL]=1;
1011 BIO_printf(bio_err,"whirlpool");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 587 milliseconds