Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dproxy_keymaster_context.h150 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel() function
151 return wrapped_.SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
Dtpm_keymaster_context.cpp663 keymaster_error_t TpmKeymasterContext::SetBootPatchlevel( in SetBootPatchlevel() function in cuttlefish::TpmKeymasterContext
674 remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
675 return key_blob_maker_->SetBootPatchlevel(*boot_patchlevel_); in SetBootPatchlevel()
Dtpm_key_blob_maker.h73 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel);
Dtpm_remote_provisioning_context.h53 void SetBootPatchlevel(uint32_t boot_patchlevel);
Dtpm_keymaster_context.h132 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override;
Dtpm_key_blob_maker.cpp286 keymaster_error_t TpmKeyBlobMaker::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in cuttlefish::TpmKeyBlobMaker
Dtpm_remote_provisioning_context.cpp165 void TpmRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in cuttlefish::TpmRemoteProvisioningContext