Searched refs:SetVerifiedBootInfo (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/include/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.h | 52 void SetVerifiedBootInfo(std::string_view boot_state, std::string_view bootloader_state,
|
D | pure_soft_keymaster_context.h | 97 keymaster_error_t SetVerifiedBootInfo(std::string_view boot_state,
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 239 virtual keymaster_error_t SetVerifiedBootInfo(std::string_view /*verified_boot_state*/, in SetVerifiedBootInfo() function
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 97 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()
|
D | pure_soft_remote_provisioning_context.cpp | 210 void PureSoftRemoteProvisioningContext::SetVerifiedBootInfo( in SetVerifiedBootInfo() function in keymaster::PureSoftRemoteProvisioningContext
|
/system/keymaster/ng/ |
D | AndroidKeyMintDevice.cpp | 232 context->SetVerifiedBootInfo(bootState, bootloaderState, *digest); in AndroidKeyMintDevice()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 842 rsp.error = context_->SetVerifiedBootInfo(request.boot_state, request.bootloader_state, in ConfigureVerifiedBootInfo()
|