Searched refs:KeymasterResponse (Results 1 – 7 of 7) sorted by relevance
118 struct KeymasterResponse : public KeymasterMessage { struct119 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() argument201 template <typename T> struct SupportedResponse : public KeymasterResponse {203 : KeymasterResponse(ver), results(nullptr), results_length(0) {} in SupportedResponse()283 struct GenerateKeyResponse : public KeymasterResponse {284 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() function320 struct GetKeyCharacteristicsResponse : public KeymasterResponse {322 : KeymasterResponse(ver) {} in KeymasterResponse() function352 struct BeginOperationResponse : public KeymasterResponse {353 explicit BeginOperationResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() function[all …]
36 keymaster::KeymasterResponse* rsp);
146 keymaster::KeymasterResponse* rsp) { in trusty_keymaster_send()
88 KeymasterResponse* response);
56 KeymasterResponse* rsp) { in ForwardCommand()
71 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()78 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()85 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
50 struct EmptyKeymasterResponse : public KeymasterResponse {51 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse()