/external/srtp/include/ |
srtp_priv.h | 48 #include "srtp.h" 54 * an srtp_hdr_t represents the srtp header 65 * srtp_hdr_t represents an RTP or SRTP header. The bit-fields in 170 srtp_get_stream(srtp_t srtp, uint32_t ssrc); 180 srtp_stream_init_keys(srtp_stream_t srtp, const void *key); 187 srtp_stream_init(srtp_stream_t srtp, 246 * srtp_handle_event(srtp, srtm, evnt) calls the event handling 253 #define srtp_handle_event(srtp, strm, evnt) \ 256 data.session = srtp; \
|
/external/chromium/third_party/libjingle/source/talk/ |
libjingle.scons | 25 "third_party/srtp/crypto/cipher/aes.c", 26 "third_party/srtp/crypto/cipher/aes_cbc.c", 27 "third_party/srtp/crypto/cipher/aes_icm.c", 28 "third_party/srtp/crypto/cipher/cipher.c", 29 "third_party/srtp/crypto/cipher/null_cipher.c", 30 "third_party/srtp/crypto/hash/auth.c", 31 "third_party/srtp/crypto/hash/hmac.c", 32 "third_party/srtp/crypto/hash/null_auth.c", 33 "third_party/srtp/crypto/hash/sha1.c", 34 "third_party/srtp/crypto/replay/rdb.c" [all...] |
/external/srtp/ |
Android.mk | 7 srtp/srtp.c \ 8 srtp/ekt.c \
|
Makefile | 11 # libsrtp.a static library implementing srtp 50 # management system which can provide keys for srtp 98 # libsrtp.a (implements srtp processing) 100 srtpobj = srtp/srtp.o 180 @if [ -d $(DESTDIR)$(includedir)/srtp ]; then \ 183 $(INSTALL) -d $(DESTDIR)$(includedir)/srtp 185 cp include/*.h $(DESTDIR)$(includedir)/srtp 186 cp crypto/include/*.h $(DESTDIR)$(includedir)/srtp 190 rm -rf $(DESTDIR)$(includedir)/srtp [all...] |
configure | 274 ac_unique_file="srtp" [all...] |
/external/chromium_org/third_party/libjingle/source/talk/ |
libjingle.scons | 30 "third_party/srtp", 39 talk.Library(env, name = "srtp", 41 "third_party/srtp/crypto/cipher/aes.c", 42 "third_party/srtp/crypto/cipher/aes_cbc.c", 43 "third_party/srtp/crypto/cipher/aes_icm.c", 44 "third_party/srtp/crypto/cipher/cipher.c", 45 "third_party/srtp/crypto/cipher/null_cipher.c", 46 "third_party/srtp/crypto/hash/auth.c", 47 "third_party/srtp/crypto/hash/hmac.c", 48 "third_party/srtp/crypto/hash/null_auth.c" [all...] |
/external/srtp/srtp/ |
srtp.c | 2 * srtp.c 46 #include "srtp.h" 47 #include "ekt.h" /* for SRTP Encrypted Key Transport */ 64 /* the debug module for srtp */ 68 "srtp" /* printable name for module */ 91 /* allocate srtp stream and set str_ptr */ 217 /* deallocate srtp stream context */ 241 /* allocate srtp stream and set str_ptr */ 310 * srtp_kdf_t represents a key derivation function. The SRTP 361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/ |
peerconnection.scons | 18 'srtp',
|
/external/srtp/test/ |
srtp_driver.c | 90 srtp_session_print_policy(srtp_t srtp); 160 /* initialize srtp library */ 163 printf("error: srtp init failed with error code %d\n", status); 224 /* loop over policy array, testing srtp and srtcp for each policy */ 331 printf("testing srtp processing time for voice codecs:\n"); 424 printf("# testing srtp throughput:\r\n"); 446 printf("# testing srtp rejection throughput:\r\n"); 462 srtp_t srtp; local 472 * allocate and initialize an srtp session 474 status = srtp_create(&srtp, policy) 522 srtp_ctx_t *srtp; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtc.scons | 75 'srtp',
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
dtlstransportchannel_unittest.cc | 201 void SendPackets(size_t channel, size_t size, size_t count, bool srtp) { 209 packet[0] = (srtp) ? 0x80 : 0x00; 214 int flags = (identity_.get() && srtp) ? cricket::PF_SRTP_BYPASS : 0; 280 // Only DTLS-SRTP packets should have the bypass flag set. 294 // Check that non-handshake packets are DTLS data or SRTP bypass. 412 void TestTransfer(size_t channel, size_t size, size_t count, bool srtp) { 415 client1_.SendPackets(channel, size, count, srtp); 479 // Connect without DTLS, and transfer SRTP data. 485 // Create two channels without DTLS, and transfer SRTP data. 525 // Connect with DTLS, negotiate DTLS-SRTP, and transfer SRTP using bypass [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl.h | 372 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/ [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl.h | 372 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/ [all...] |
/external/openssl/include/openssl/ |
ssl.h | 372 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/ [all...] |
/external/openssl/ssl/ |
ssl.h | 372 /* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/ [all...] |