Searched refs:blowfish_expand (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
A D | bcrypt.c | 27 if ((err = blowfish_expand(salt, saltlen, NULL, 0, &key)) != CRYPT_OK) { in s_bcrypt_hash() 30 if ((err = blowfish_expand(pass, passlen, NULL, 0, &key)) != CRYPT_OK) { in s_bcrypt_hash()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | blowfish.c | 369 int blowfish_expand(const unsigned char *key, int keylen, in blowfish_expand() function 464 return blowfish_expand(key, keylen, data, datalen, skey); in blowfish_setup_with_data()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 81 int blowfish_expand(const unsigned char *key, int keylen,
|
Completed in 6 milliseconds