Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/
A Dbcrypt.c15 const unsigned char *pass, unsigned long passlen, in s_bcrypt_hash() argument
23 if ((err = blowfish_setup_with_data(pass, passlen, salt, saltlen, &key)) != CRYPT_OK) { in s_bcrypt_hash()
30 if ((err = blowfish_expand(pass, passlen, NULL, 0, &key)) != CRYPT_OK) { in s_bcrypt_hash()
55 static int s_bcrypt_pbkdf_hash(const unsigned char *pass, unsigned long passlen, in s_bcrypt_pbkdf_hash() argument
60 return s_bcrypt_hash(pt, pass, passlen, salt, saltlen, out, outlen); in s_bcrypt_pbkdf_hash()

Completed in 3 milliseconds