Searched refs:KeymasterResponse (Results 1 – 7 of 7) sorted by relevance
176 struct KeymasterResponse : public KeymasterMessage { struct177 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function201 struct EmptyKeymasterResponse : public KeymasterResponse { argument202 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse()280 template <typename T> struct SupportedResponse : public KeymasterResponse {282 : KeymasterResponse(ver), results(nullptr), results_length(0) {} in SupportedResponse()366 struct GenerateKeyResponse : public KeymasterResponse {368 : KeymasterResponse(ver), key_blob{}, certificate_chain{} {} in GenerateKeyResponse()394 struct GenerateRkpKeyResponse : public KeymasterResponse {395 explicit GenerateRkpKeyResponse(int32_t ver) : KeymasterResponse(ver) {} in GenerateRkpKeyResponse()[all …]
36 keymaster::KeymasterResponse* rsp);
90 struct KeymasterNoResponse : public keymaster::KeymasterResponse {92 : keymaster::KeymasterResponse(ver) {} in KeymasterNoResponse()
88 KeymasterResponse* response);
278 keymaster::KeymasterResponse* rsp) { in trusty_keymaster_send()
102 KeymasterResponse* rsp) { in ForwardCommand()
165 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()172 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()178 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()