Home
last modified time | relevance | path

Searched defs:ConfigureBootPatchlevelRequest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h1253 struct ConfigureBootPatchlevelRequest : public KeymasterMessage { struct
1254 explicit ConfigureBootPatchlevelRequest(int32_t ver) : KeymasterMessage(ver) {} in ConfigureBootPatchlevelRequest() function
1256 size_t SerializedSize() const override { return sizeof(boot_patchlevel); } in SerializedSize()
1257 uint8_t* Serialize(uint8_t* buf, const uint8_t* end) const override { in Serialize()
1260 bool Deserialize(const uint8_t** buf_ptr, const uint8_t* end) override { in Deserialize()
/aosp_15_r20/system/keymint/wire/src/
H A Dlegacy.rs423 pub struct ConfigureBootPatchlevelRequest { struct
424 pub boot_patchlevel: u32, // YYYMMDD
/aosp_15_r20/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp743 TEST(RoundTrip, ConfigureBootPatchlevelRequest) { in TEST() argument