HomeSort by relevance Sort by last modified time
    Searched refs:srtp (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/third_party/libjingle/
libjingle_webrtc_common.target.darwin-mips64.mk 218 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
219 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
373 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.darwin-x86.mk 219 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
220 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
375 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.darwin-x86_64.mk 219 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
220 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
375 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.linux-arm.mk 224 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
225 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
385 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
386 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.linux-arm64.mk 213 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
214 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
362 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
363 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.linux-mips.mk 218 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
219 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
373 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.linux-mips64.mk 218 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
219 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
373 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.linux-x86.mk 219 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
220 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
375 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
libjingle_webrtc_common.target.linux-x86_64.mk 219 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
220 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
374 $(LOCAL_PATH)/third_party/libsrtp/srtp/include \
375 $(LOCAL_PATH)/third_party/libsrtp/srtp/crypto/include \
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel_unittest.cc 158 // SRTP ciphers will be set only in the beginning.
234 void SendPackets(size_t channel, size_t size, size_t count, bool srtp) {
242 packet[0] = (srtp) ? 0x80 : 0x00;
247 int flags = (identity_.get() && srtp) ? cricket::PF_SRTP_BYPASS : 0;
260 // Fill the packet with 0 to form an invalid SRTP packet.
327 // Only DTLS-SRTP packets should have the bypass flag set.
342 // Check that non-handshake packets are DTLS data or SRTP bypass.
516 void TestTransfer(size_t channel, size_t size, size_t count, bool srtp) {
519 client1_.SendPackets(channel, size, count, srtp);
583 // Connect without DTLS, and transfer SRTP data
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 126 #include <openssl/srtp.h>
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 42 // Enable this line to turn on SRTP debugging
47 #include "srtp.h" // NOLINT
48 extern "C" srtp_stream_t srtp_get_stream(srtp_t srtp, uint32_t ssrc);
51 #include "third_party/libsrtp/include/srtp.h"
52 extern "C" srtp_stream_t srtp_get_stream(srtp_t srtp, uint32_t ssrc);
82 // This helper function is used on systems that don't (yet) have SRTP,
86 LOG(LS_ERROR) << func << ": SRTP is not available on your system.";
132 LOG(LS_ERROR) << "Wrong state to update SRTP offer";
154 LOG(LS_ERROR) << "Tried to set SRTP Params when filter already active";
166 LOG(LS_INFO) << "SRTP activated with negotiated parameters:
    [all...]
  /external/srtp/
configure 274 ac_unique_file="srtp"
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 292 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
    [all...]
  /external/openssl/include/openssl/
ssl.h 373 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
    [all...]
  /external/openssl/ssl/
ssl.h 373 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
    [all...]

Completed in 598 milliseconds

12