Home
last modified time | relevance | path

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

/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp123 bool Password::verifyIntegrityCheck(std::string& newPassword, in verifyIntegrityCheck() function in bios_config_pwd::Password
182 if (!verifyIntegrityCheck(newPassword, seed, 32, EVP_sha256())) in verifyPassword()
189 if (!verifyIntegrityCheck(newPassword, seed, 48, EVP_sha384())) in verifyPassword()
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp90 bool verifyIntegrityCheck(std::string& newPassword,