HomeSort by relevance Sort by last modified time
    Searched refs:SrtpFilter (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 44 #include "talk/session/phone/srtpfilter.h"
65 // SrtpFilter needs that constant.
76 SrtpFilter::SrtpFilter() : state_(ST_INIT) {
79 SrtpFilter::~SrtpFilter() {
82 bool SrtpFilter::IsActive() const {
86 bool SrtpFilter::SetOffer(const std::vector<CryptoParams>& offer_params,
97 bool SrtpFilter::SetAnswer(const std::vector<CryptoParams>& answer_params,
123 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len)
    [all...]
srtpfilter.h 57 // Class that wraps a libSRTP session. Used internally by SrtpFilter, below.
96 // TODO: Figure out concurrency policy for SrtpFilter.
97 class SrtpFilter {
99 SrtpFilter();
100 ~SrtpFilter();
channel.h 45 #include "talk/session/phone/srtpfilter.h"
243 SrtpFilter srtp_filter_;

Completed in 4096 milliseconds