Searched refs:decryptor (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/media/filters/
H A Dpipeline_integration_test_base.h74 bool Start(const base::FilePath& file_path, Decryptor* decryptor);
133 scoped_ptr<Renderer> CreateRenderer(Decryptor* decryptor);
135 void SetDecryptor(Decryptor* decryptor,
H A Dpipeline_integration_test_base.cc143 Decryptor* decryptor) {
153 CreateRenderer(decryptor),
240 Decryptor* decryptor) {
255 decryptor),
288 decryptor),
311 Decryptor* decryptor,
314 decryptor,
142 Start(const base::FilePath& file_path, Decryptor* decryptor) argument
239 CreateRenderer( Decryptor* decryptor) argument
310 SetDecryptor( Decryptor* decryptor, const DecryptorReadyCB& decryptor_ready_cb) argument
H A Ddecrypting_video_decoder.h10 #include "media/base/decryptor.h"
60 // called when the decryptor has been completely attached to the pipeline.
61 void SetDecryptor(Decryptor* decryptor,
92 // Callback to request/cancel decryptor creation notification.
H A Ddecrypting_audio_decoder.h14 #include "media/base/decryptor.h"
71 // called when the decryptor has been completely attached to the pipeline.
72 void SetDecryptor(Decryptor* decryptor,
110 // Callback to request/cancel decryptor creation notification.
H A Ddecrypting_demuxer_stream.h12 #include "media/base/decryptor.h"
71 // called when the decryptor has been completely attached to the pipeline.
72 void SetDecryptor(Decryptor* decryptor,
113 // Callback to request/cancel decryptor creation notification.
H A Ddecrypting_video_decoder.cc15 #include "media/base/decryptor.h"
154 Decryptor* decryptor,
163 if (!decryptor) {
170 decryptor_ = decryptor;
261 // pending buffer again when new key is added to the decryptor.
289 // decryptor.
153 SetDecryptor( Decryptor* decryptor, const DecryptorAttachedCB& decryptor_attached_cb) argument
H A Ddecrypting_audio_decoder.cc20 #include "media/base/decryptor.h"
174 Decryptor* decryptor,
184 if (!decryptor) {
191 decryptor_ = decryptor;
283 // pending buffer again when new key is added to the decryptor.
310 // decryptor until kNeedMoreData is returned.
173 SetDecryptor( Decryptor* decryptor, const DecryptorAttachedCB& decryptor_attached_cb) argument
H A Ddecrypting_demuxer_stream.cc15 #include "media/base/decryptor.h"
164 Decryptor* decryptor,
174 if (!decryptor) {
181 decryptor_ = decryptor;
163 SetDecryptor( Decryptor* decryptor, const DecryptorAttachedCB& decryptor_attached_cb) argument
H A Daudio_decoder_selector_unittest.cc28 ACTION_P3(ExecuteCallbackWithVerifier, decryptor, done_cb, verifier) {
31 arg0.Run(decryptor, done_cb);
162 // Use NiceMock since we don't care about most of calls on the decryptor, e.g.
242 // There is a decryptor but the stream is not encrypted. The decoder will be
264 // The stream is encrypted and there's no decryptor. No decoder can be selected.
H A Ddecrypting_demuxer_stream_unittest.cc53 // Sets the |decryptor| if the DecryptorReadyCB (arg0) is not null. Sets
54 // |is_decryptor_set| to true if a non-NULL |decryptor| has been set through the
56 ACTION_P3(SetDecryptorIfNotNull, decryptor, done_cb, is_decryptor_set) {
58 arg0.Run(decryptor, done_cb);
60 *is_decryptor_set = !arg0.is_null() && decryptor;
115 void ExpectDecryptorNotification(Decryptor* decryptor, bool expected_result) { argument
118 decryptor,
172 // For clearbuffer, decryptor->Decrypt() will not be called.
218 // Make sure Read() triggers a Decrypt() on the decryptor.
334 // Test the case where the decryptor return
[all...]
H A Dpipeline_integration_test.cc139 AesDecryptor* decryptor) = 0;
151 AesDecryptor* decryptor() { function in class:media::FakeEncryptedMedia
255 AesDecryptor* decryptor) OVERRIDE {
257 decryptor->CreateSession(type,
278 decryptor->UpdateSession(current_session_id_,
297 AesDecryptor* decryptor) OVERRIDE {
304 decryptor->CreateSession(type,
319 decryptor->UpdateSession(current_session_id_,
383 AesDecryptor* decryptor) OVERRIDE {
596 CreateRenderer(encrypted_media->decryptor()),
[all...]
H A Dvideo_decoder_selector_unittest.cc27 ACTION_P3(ExecuteCallbackWithVerifier, decryptor, done_cb, verifier) {
30 arg0.Run(decryptor, done_cb);
158 // Use NiceMock since we don't care about most of calls on the decryptor, e.g.
238 // There is a decryptor but the stream is not encrypted. The decoder will be
260 // The stream is encrypted and there's no decryptor. No decoder can be selected.
H A Ddecrypting_audio_decoder_unittest.cc101 void ExpectDecryptorNotification(Decryptor* decryptor, bool expected_result) { argument
103 RunCallback<0>(decryptor,
199 // the decryptor.
321 // Test the case where the decryptor returns error when doing decrypt and
333 // Test the case where the decryptor returns multiple decoded frames.
361 // Test the case where the decryptor receives end-of-stream buffer.
388 // Test the case where the a key is added when the decryptor is in
402 // Test the case where the a key is added when the decryptor is in
H A Ddecrypting_video_decoder_unittest.cc74 void ExpectDecryptorNotification(Decryptor* decryptor, bool expected_result) { argument
76 RunCallback<0>(decryptor,
175 // the decryptor.
297 // Test the case where the decryptor returns error when doing decrypt and
312 // Test the case where the decryptor receives end-of-stream buffer.
319 // Test the case where the a key is added when the decryptor is in
334 // Test the case where the a key is added when the decryptor is in
H A Dvideo_frame_stream_unittest.cc32 ACTION_P3(ExecuteCallbackWithVerifier, decryptor, done_cb, verifier) {
35 arg0.Run(decryptor, done_cb);
247 // Initialize will fail because no decryptor is available.
345 // Use NiceMock since we don't care about most of calls on the decryptor,
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc347 NSSDecryptor decryptor; local
348 if (!decryptor.Init(source_path_, source_path_) &&
349 !decryptor.Init(app_path_, source_path_)) {
358 decryptor.ReadAndParseSignons(file, &forms);
367 decryptor.ParseSignons(content, &forms);
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc139 crypto::Encryptor decryptor; local
140 if (!decryptor.Init(key.get(), crypto::Encryptor::CBC, initial_vector)) {
146 if (!decryptor.Decrypt(ciphertext, &plaintext)) {
/external/chromium_org/crypto/
H A Dencryptor_unittest.cc96 crypto::Encryptor decryptor; local
97 EXPECT_TRUE(decryptor.Init(wrong_key.get(), crypto::Encryptor::CBC, iv));
98 EXPECT_FALSE(decryptor.Decrypt(ciphertext, &decrypted));
/external/chromium_org/media/
H A Dmedia.target.darwin-arm.mk95 media/base/decryptor.cc \
H A Dmedia.target.darwin-arm64.mk95 media/base/decryptor.cc \
H A Dmedia.target.darwin-mips.mk95 media/base/decryptor.cc \
H A Dmedia.target.darwin-mips64.mk95 media/base/decryptor.cc \
H A Dmedia.target.darwin-x86.mk95 media/base/decryptor.cc \
H A Dmedia.target.darwin-x86_64.mk95 media/base/decryptor.cc \
H A Dmedia.target.linux-arm.mk95 media/base/decryptor.cc \

Completed in 528 milliseconds

12