Searched refs:DeleteKeyResponse (Results 1 – 4 of 4) sorted by relevance
75 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
544 struct DeleteKeyResponse : public KeymasterResponse { struct545 explicit DeleteKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {} in KeymasterResponse() argument
455 TEST(RoundTrip, DeleteKeyResponse) { in TEST() argument457 DeleteKeyResponse msg(ver); in TEST()458 UniquePtr<DeleteKeyResponse> deserialized(round_trip(ver, msg, 4)); in TEST()686 GARBAGE_TEST(DeleteKeyResponse);
442 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()