Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dblowfish.c23 &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 Dtomcrypt_cipher.h622 int blowfish_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);

Completed in 8 milliseconds