Searched refs:KeymasterResponse (Results 1 – 7 of 7) sorted by relevance
163 struct KeymasterResponse : public KeymasterMessage { struct164 explicit KeymasterResponse(int32_t ver) in KeymasterResponse() function353 struct GenerateKeyResponse : public KeymasterResponse {411 struct GenerateCsrResponse : public KeymasterResponse {577 struct ImportKeyResponse : public KeymasterResponse {616 struct ExportKeyResponse : public KeymasterResponse {667 struct GetVersionResponse : public KeymasterResponse {702 struct AttestKeyResponse : public KeymasterResponse {729 struct UpgradeKeyResponse : public KeymasterResponse {1033 struct GetVersion2Response : public KeymasterResponse {[all …]
36 keymaster::KeymasterResponse* rsp);
90 struct KeymasterNoResponse : public keymaster::KeymasterResponse {92 : keymaster::KeymasterResponse(ver) {} in KeymasterNoResponse()
88 KeymasterResponse* response);
213 keymaster::KeymasterResponse* rsp) { in trusty_keymaster_send()
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()