Searched refs:DeleteKeyResponse (Results 1 – 10 of 10) sorted by relevance
53 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
83 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
559 struct DeleteKeyResponse : public KeymasterResponse { struct560 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()705 GARBAGE_TEST(DeleteKeyResponse);
146 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
356 DeleteKeyResponse response; in deleteKey()
401 DeleteKeyResponse response; in deleteKey()
473 DeleteKeyResponse response; in deleteKey()
455 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
497 DeleteKeyResponse response; in deleteKey()