OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twofish_setup
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c
32
&
twofish_setup
,
348
int
twofish_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
456
int
twofish_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
function
661
if ((err =
twofish_setup
(tests[i].key, tests[i].keylen, 0, &key)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
640
int
twofish_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
Completed in 37 milliseconds