Home
last modified time | relevance | path

Searched refs:boot_patchlevel (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp640 uint32_t boot_patchlevel) { in SetBootPatchlevel() argument
642 boot_patchlevel != boot_patchlevel_.value()) { in SetBootPatchlevel()
646 << boot_patchlevel << "\""; in SetBootPatchlevel()
649 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
650 remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
Dproxy_keymaster_context.h142 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel() argument
143 return wrapped_.SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
Dtpm_key_blob_maker.cpp285 keymaster_error_t TpmKeyBlobMaker::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() argument
287 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
Dtpm_remote_provisioning_context.cpp163 void TpmRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() argument
164 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
Dtpm_key_blob_maker.h73 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel);
Dtpm_remote_provisioning_context.h47 void SetBootPatchlevel(uint32_t boot_patchlevel);
Dtpm_keymaster_context.h127 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override;
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp91 boot_req.boot_patchlevel = std::stoi(boot_prop_value); in Initialize()