HomeSort by relevance Sort by last modified time
    Searched refs:GetOwnerPassword (Results 1 - 6 of 6) sorted by null

  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.h 74 std::string GetOwnerPassword();
tpm_manager_service.cc 203 authorization_value = GetOwnerPassword();
225 authorization_value = GetOwnerPassword();
247 authorization_value = GetOwnerPassword();
306 std::string TpmManagerService::GetOwnerPassword() {
tpm_nvram_impl.h 91 bool GetOwnerPassword(std::string* owner_password);
tpm_manager_service.h 182 std::string GetOwnerPassword();
tpm_nvram_impl.cc 146 if (!GetOwnerPassword(&owner_password)) {
192 if (!GetOwnerPassword(&owner_password)) {
468 if (!GetOwnerPassword(&owner_password)) {
534 bool TpmNvramImpl::GetOwnerPassword(std::string* owner_password) {
tpm2_nvram_impl.cc 481 std::string Tpm2NvramImpl::GetOwnerPassword() {
491 std::string owner_password = GetOwnerPassword();

Completed in 78 milliseconds