Searched refs:SetBootPatchlevel (Results 1 – 9 of 9) sorted by relevance
54 void SetBootPatchlevel(uint32_t boot_patchlevel);
103 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override;
260 virtual keymaster_error_t SetBootPatchlevel(uint32_t /* boot_patchlevel */) { in SetBootPatchlevel() function
132 keymaster_error_t PureSoftKeymasterContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in keymaster::PureSoftKeymasterContext139 pure_soft_remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
238 void PureSoftRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in keymaster::PureSoftRemoteProvisioningContext
228 context->SetBootPatchlevel(GetOsPatchlevel() * 100 + 1); in AndroidKeyMintDevice()
232 context->SetBootPatchlevel(GetOsPatchlevel() * 100 + 1); in AndroidKeymaster3Device()
232 context->SetBootPatchlevel(GetOsPatchlevel() * 100 + 1); in AndroidKeymaster4Device()
896 rsp.error = context_->SetBootPatchlevel(request.boot_patchlevel); in ConfigureBootPatchlevel()