Searched refs:srtp (Results 1 - 10 of 10) sorted by relevance

/external/srtp/include/
H A Dsrtp_priv.h48 #include "srtp.h"
54 * an srtp_hdr_t represents the srtp header
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/
H A Dlibjingle.scons25 "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/crypt
[all...]
/external/srtp/
H A DAndroid.mk7 srtp/srtp.c \
8 srtp/ekt.c \
H A DMakefile11 # 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...]
H A Dconfigure274 ac_unique_file="srtp"
7164 GDOI_OBJS=gdoi/srtp+gdoi.o
8533 mkdir -p srtp
8535 as_dir=srtp
8553 fi || { { echo "$as_me:$LINENO: error: cannot create directory srtp" >&5
8554 echo "$as_me: error: cannot create directory srtp" >&2;}
/external/srtp/srtp/
H A Dsrtp.c2 * srtp.c
46 #include "srtp.h"
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 */
361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { argument
371 tmp_key, cipher_get_key_length(srtp->rtp_cipher));
373 * if the cipher in the srtp contex
471 srtp_stream_init(srtp_stream_ctx_t *srtp, const srtp_policy_t *p) argument
536 srtp_stream_uninit(srtp_stream_ctx_t *srtp) argument
1160 srtp_get_stream(srtp_t srtp, uint32_t ssrc) argument
[all...]
/external/srtp/test/
H A Dsrtp_driver.c90 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, polic
522 srtp_ctx_t *srtp; local
968 srtp_session_print_policy(srtp_t srtp) argument
[all...]
/external/openssl/ssl/
H A DMakefile48 EXHEADER= ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h kssl.h srtp.h
121 bio_ssl.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
140 d1_both.o: ../include/openssl/sha.h ../include/openssl/srtp.h
162 d1_clnt.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
183 d1_enc.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
203 d1_lib.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
223 d1_meth.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
243 d1_pkt.o: ../include/openssl/sha.h ../include/openssl/srtp.h
263 d1_srtp.o: ../include/openssl/srtp.h ../include/openssl/ssl.h
268 d1_srtp.o: srtp
[all...]
H A Dssl.h1373 #include <openssl/srtp.h> /* Support for the use_srtp extension */
/external/openssl/include/openssl/
H A Dssl.h1373 #include <openssl/srtp.h> /* Support for the use_srtp extension */

Completed in 350 milliseconds