Searched refs:blowfish_setup (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | blowfish.c | 16 &blowfish_setup, 432 int blowfish_setup(const unsigned char *key, int keylen, int num_rounds, in blowfish_setup() function 605 if ((err = blowfish_setup(tests[x].key, 8, 16, &key)) != CRYPT_OK) { in blowfish_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 624 int blowfish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
|
Completed in 5 milliseconds