Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dpure_soft_remote_provisioning_context.h54 void SetBootPatchlevel(uint32_t boot_patchlevel);
Dpure_soft_keymaster_context.h103 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override;
/system/keymaster/include/keymaster/
Dkeymaster_context.h260 virtual keymaster_error_t SetBootPatchlevel(uint32_t /* boot_patchlevel */) { in SetBootPatchlevel() function
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp132 keymaster_error_t PureSoftKeymasterContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in keymaster::PureSoftKeymasterContext
139 pure_soft_remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
Dpure_soft_remote_provisioning_context.cpp238 void PureSoftRemoteProvisioningContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() function in keymaster::PureSoftRemoteProvisioningContext
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp228 context->SetBootPatchlevel(GetOsPatchlevel() * 100 + 1); in AndroidKeyMintDevice()
DAndroidKeymaster3Device.cpp232 context->SetBootPatchlevel(GetOsPatchlevel() * 100 + 1); in AndroidKeymaster3Device()
DAndroidKeymaster4Device.cpp232 context->SetBootPatchlevel(GetOsPatchlevel() * 100 + 1); in AndroidKeymaster4Device()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp896 rsp.error = context_->SetBootPatchlevel(request.boot_patchlevel); in ConfigureBootPatchlevel()