Searched refs:KeymasterResponse (Results 1 – 7 of 7) sorted by relevance
163 struct KeymasterResponse : public KeymasterMessage { struct164 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function188 struct EmptyKeymasterResponse : public KeymasterResponse { argument189 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse()267 template <typename T> struct SupportedResponse : public KeymasterResponse {269 : KeymasterResponse(ver), results(nullptr), results_length(0) {} in SupportedResponse()353 struct GenerateKeyResponse : public KeymasterResponse {355 : KeymasterResponse(ver), key_blob{}, certificate_chain{} {} in GenerateKeyResponse()381 struct GenerateRkpKeyResponse : public KeymasterResponse {382 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()
146 keymaster::KeymasterResponse* rsp) { in trusty_keymaster_send()
88 KeymasterResponse* response);
102 KeymasterResponse* rsp) { in ForwardCommand()
162 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()169 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()175 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()