Home
last modified time | relevance | path

Searched refs:UpdateOperationResponse (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/
Dgoogle_keymaster_messages_test.cpp213 TEST(RoundTrip, UpdateOperationResponse) { in TEST() argument
214 UpdateOperationResponse msg; in TEST()
218 UniquePtr<UpdateOperationResponse> deserialized(round_trip(msg, 11)); in TEST()
353 GARBAGE_TEST(UpdateOperationResponse);
Dgoogle_keymaster_test.cpp420 UpdateOperationResponse update_response; in SignMessage()
471 UpdateOperationResponse update_response; in TEST_F()
503 UpdateOperationResponse update_response; in TEST_F()
535 UpdateOperationResponse update_response; in TEST_F()
647 UpdateOperationResponse update_response; in TEST_F()
683 UpdateOperationResponse update_response; in TEST_F()
719 UpdateOperationResponse update_response; in TEST_F()
755 UpdateOperationResponse update_response; in TEST_F()
913 UpdateOperationResponse update_response; in TEST_F()
983 UpdateOperationResponse update_response; in TEST_F()
[all …]
Dgoogle_keymaster_messages.cpp190 size_t UpdateOperationResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()
194 uint8_t* UpdateOperationResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()
198 bool UpdateOperationResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
Dgoogle_keymaster.cpp212 UpdateOperationResponse* response) { in UpdateOperation()
/system/keymaster/include/keymaster/
Dgoogle_keymaster.h76 void UpdateOperation(const UpdateOperationRequest& request, UpdateOperationResponse* response);
Dgoogle_keymaster_messages.h196 struct UpdateOperationResponse : public KeymasterResponse { struct