Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dpure_soft_remote_provisioning_context.h52 void SetVerifiedBootInfo(std::string_view boot_state, std::string_view bootloader_state,
Dpure_soft_keymaster_context.h97 keymaster_error_t SetVerifiedBootInfo(std::string_view boot_state,
/system/keymaster/include/keymaster/
Dkeymaster_context.h239 virtual keymaster_error_t SetVerifiedBootInfo(std::string_view /*verified_boot_state*/, in SetVerifiedBootInfo() function
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp97 PureSoftKeymasterContext::SetVerifiedBootInfo(std::string_view boot_state, in SetVerifiedBootInfo() function in keymaster::PureSoftKeymasterContext
113 pure_soft_remote_provisioning_context_->SetVerifiedBootInfo(boot_state, bootloader_state, in SetVerifiedBootInfo()
Dpure_soft_remote_provisioning_context.cpp210 void PureSoftRemoteProvisioningContext::SetVerifiedBootInfo( in SetVerifiedBootInfo() function in keymaster::PureSoftRemoteProvisioningContext
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp232 context->SetVerifiedBootInfo(bootState, bootloaderState, *digest); in AndroidKeyMintDevice()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp842 rsp.error = context_->SetVerifiedBootInfo(request.boot_state, request.bootloader_state, in ConfigureVerifiedBootInfo()