Home
last modified time | relevance | path

Searched refs:ConfigureBootPatchlevel (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/
Dandroid_keymaster.h101 ConfigureBootPatchlevel(const ConfigureBootPatchlevelRequest& request);
/system/keymint/wire/src/
Dlegacy.rs641ConfigureBootPatchlevel = 33 => (ConfigureBootPatchlevelRequest, ConfigureBoo…
662ConfigureBootPatchlevel = 0xd0000 => (ConfigureBootPatchlevelRequest, ConfigureBootPat…
683 | Some(TrustyKeymasterOperation::ConfigureBootPatchlevel) in is_trusty_bootloader_code()
691 TrustyPerformOpReq::SetBootParams(_) | TrustyPerformOpReq::ConfigureBootPatchlevel(_) in is_trusty_bootloader_req()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp894 AndroidKeymaster::ConfigureBootPatchlevel(const ConfigureBootPatchlevelRequest& request) { in ConfigureBootPatchlevel() function in keymaster::AndroidKeymaster