Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Side by Side Diff: media/cast/test/crypto_utility.h

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "media/cast/rtp_common/mock_rtp_payload_feedback.h" 5 // Utility functions for crypto testing.
6
7 #include "media/cast/cast_config.h"
6 8
7 namespace media { 9 namespace media {
8 namespace cast { 10 namespace cast {
9 11
10 MockRtpPayloadFeedback::MockRtpPayloadFeedback() { 12 // Convert to a binary string from a base 16 string.
11 } 13 std::string ConvertFromBase16String(const std::string base_16);
wtc 2013/11/13 20:57:17 Nit: Base16String => HexString? IMPORTANT: this f
pwestin 2013/11/15 19:38:17 Done.
12
13 MockRtpPayloadFeedback::~MockRtpPayloadFeedback() {
14 }
15 14
16 } // namespace cast 15 } // namespace cast
17 } // namespace media 16 } // namespace media
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698