Searched refs:DeleteKeyResponse (Results 1 – 12 of 12) sorted by relevance
55 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
86 void DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response);
652 using DeleteKeyResponse = EmptyKeymasterResponse; variable
147 return std::make_unique<DeleteKeyResponse>(kMaxMessageVersion); in getSerializable()
207 void TrustyKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()
245 keymaster::DeleteKeyResponse response(impl_->message_version()); in deleteKey()
375 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
403 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
469 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
356 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
497 DeleteKeyResponse response(impl_->message_version()); in deleteKey()
795 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) { in DeleteKey()