Searched refs:blowfish_setup_with_data (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | blowfish.c | 444 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 D | bcrypt.c | 23 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 D | tomcrypt_private.h | 109 int blowfish_setup_with_data(const unsigned char *key, int keylen,
|