Searched refs:KeymasterResponse (Results 1 – 3 of 3) sorted by relevance
43 struct KeymasterResponse : public Serializable { struct55 struct SupportedAlgorithmsResponse : public KeymasterResponse { argument67 template <typename T> struct SupportedResponse : public KeymasterResponse {118 struct GenerateKeyResponse : public KeymasterResponse {152 struct GetKeyCharacteristicsResponse : public KeymasterResponse {179 struct BeginOperationResponse : public KeymasterResponse {196 struct UpdateOperationResponse : public KeymasterResponse {213 struct FinishOperationResponse : public KeymasterResponse {245 struct ImportKeyResponse : public KeymasterResponse {281 struct ExportKeyResponse : public KeymasterResponse {[all …]
22 size_t KeymasterResponse::SerializedSize() const { in SerializedSize()29 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()36 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
55 class EmptyKeymasterResponse : public KeymasterResponse {