Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/
A Dbcrypt.c55 static int s_bcrypt_pbkdf_hash(const unsigned char *pass, unsigned long passlen, in s_bcrypt_pbkdf_hash() function
146 …if ((err = s_bcrypt_pbkdf_hash(hashed_pass, hashed_pass_len, buf[0], x, buf[1], &y)) != CRYPT_OK) { in bcrypt_pbkdf_openbsd()
158 …if ((err = s_bcrypt_pbkdf_hash(hashed_pass, hashed_pass_len, buf[0], x, buf[1], &y)) != CRYPT_OK) { in bcrypt_pbkdf_openbsd()

Completed in 3 milliseconds