Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Dusers.hpp138 bool secretKeyIsValid() const override;
H A Dusers.cpp342 bool Users::secretKeyIsValid() const in secretKeyIsValid() function in phosphor::user::Users
367 return checkMfaStatus() && !secretKeyIsValid(); in secretKeyGenerationRequired()