Searched refs:boot_patchlevel (Results 1 – 8 of 8) sorted by relevance
640 uint32_t boot_patchlevel) { in SetBootPatchlevel() argument642 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()
142 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel() argument143 return wrapped_.SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
285 keymaster_error_t TpmKeyBlobMaker::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() argument287 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
163 void TpmRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() argument164 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
73 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel);
47 void SetBootPatchlevel(uint32_t boot_patchlevel);
127 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override;
91 boot_req.boot_patchlevel = std::stoi(boot_prop_value); in Initialize()