Home
last modified time | relevance | path

Searched refs:_twofish_setup (Results 1 – 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c346 static int _twofish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in _twofish_setup() function
459 x = _twofish_setup(key, keylen, num_rounds, skey); in twofish_setup()