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

  /external/chromium_org/third_party/libsrtp/srtp/include/
rtp_priv.h 62 srtp_ctx_t *srtp_ctx;
69 srtp_ctx_t *srtp_ctx;
srtp_priv.h 228 * an srtp_ctx_t holds a stream list and a service description
231 typedef struct srtp_ctx_t { struct
234 } srtp_ctx_t; typedef in typeref:struct:srtp_ctx_t
srtp.h 249 typedef struct srtp_ctx_t *srtp_t;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 44 struct srtp_ctx_t;
45 typedef srtp_ctx_t* srtp_t;
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 740 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) {
984 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) {
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 560 srtp_ctx_t *srtp;
    [all...]

Completed in 83 milliseconds