Searched refs:SetBootPatchlevel (Results 1 – 7 of 7) sorted by relevance
150 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel() function151 return wrapped_.SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
663 keymaster_error_t TpmKeymasterContext::SetBootPatchlevel( in SetBootPatchlevel() function in cuttlefish::TpmKeymasterContext674 remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()675 return key_blob_maker_->SetBootPatchlevel(*boot_patchlevel_); in SetBootPatchlevel()
73 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel);
53 void SetBootPatchlevel(uint32_t boot_patchlevel);
132 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override;
286 keymaster_error_t TpmKeyBlobMaker::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in cuttlefish::TpmKeyBlobMaker
165 void TpmRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in cuttlefish::TpmRemoteProvisioningContext