Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/
A Dbcrypt.c27 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 Dblowfish.c369 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 Dtomcrypt_private.h81 int blowfish_expand(const unsigned char *key, int keylen,

Completed in 6 milliseconds