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