HomeSort by relevance Sort by last modified time
    Searched full:blowfish_setup (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 24 &blowfish_setup,
308 int blowfish_setup(const unsigned char *key, int keylen, int num_rounds, function
542 if ((err = blowfish_setup(tests[x].key, 8, 16, &key)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 536 int blowfish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
  /external/dropbear/libtomcrypt/
crypt.tex 512 if ((err = blowfish_setup(key, /* the key we will use */
    [all...]

Completed in 441 milliseconds