Home
last modified time | relevance | path

Searched refs:blowfish_setup_with_data (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c444 return blowfish_setup_with_data(key, keylen, NULL, 0, skey); in blowfish_setup()
458 int blowfish_setup_with_data(const unsigned char *key, int keylen, in blowfish_setup_with_data() function
/optee_os/core/lib/libtomcrypt/src/misc/bcrypt/
H A Dbcrypt.c23 if ((err = blowfish_setup_with_data(pass, passlen, salt, saltlen, &key)) != CRYPT_OK) { in s_bcrypt_hash()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h109 int blowfish_setup_with_data(const unsigned char *key, int keylen,