Searched refs:DecryptData (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dschanneladapter.h69 int DecryptData();
H A Dschanneladapter.cc307 if (int err = DecryptData()) {
331 SChannelAdapter::DecryptData() { function in class:talk_base::SChannelAdapter
659 if (int err = DecryptData()) {
660 Error("DecryptData", err);
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.h52 int DecryptData();
H A Dschanneladapter.cc290 if (int err = DecryptData()) {
314 SChannelAdapter::DecryptData() { function in class:rtc::SChannelAdapter
642 if (int err = DecryptData()) {
643 Error("DecryptData", err);
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc129 static scoped_refptr<DecoderBuffer> DecryptData(const DecoderBuffer& input, function in namespace:media
376 decrypted = DecryptData(*encrypted.get(), decryption_key);

Completed in 138 milliseconds