Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c24 &twofish_setup,
340 int twofish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in s_twofish_setup()
448 int twofish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey) in twofish_setup() function
655 if ((err = twofish_setup(tests[i].key, tests[i].keylen, 0, &key)) != CRYPT_OK) { in twofish_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h744 int twofish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);