Home
last modified time | relevance | path

Searched refs:srtp_ctx_t (Results 1 – 13 of 13) sorted by relevance

/external/srtp/include/
Drtp_priv.h62 srtp_ctx_t *srtp_ctx;
69 srtp_ctx_t *srtp_ctx;
Dsrtp_priv.h238 typedef struct srtp_ctx_t { struct
241 } srtp_ctx_t; typedef
Dsrtp.h249 typedef struct srtp_ctx_t *srtp_t;
/external/chromium_org/third_party/libsrtp/srtp/include/
Drtp_priv.h62 srtp_ctx_t *srtp_ctx;
69 srtp_ctx_t *srtp_ctx;
Dsrtp_priv.h231 typedef struct srtp_ctx_t { struct
234 } srtp_ctx_t; argument
Dsrtp.h249 typedef struct srtp_ctx_t *srtp_t;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.h44 struct srtp_ctx_t;
45 typedef srtp_ctx_t* srtp_t;
/external/srtp/srtp/
Dsrtp.c597 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { in srtp_protect()
840 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { in srtp_unprotect()
1272 srtp_ctx_t *ctx; in srtp_create()
1279 ctx = (srtp_ctx_t *) crypto_alloc(sizeof(srtp_ctx_t)); in srtp_create()
/external/chromium_org/third_party/libsrtp/srtp/srtp/
Dsrtp.c740 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { in srtp_protect()
984 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { in srtp_unprotect()
1448 srtp_ctx_t *ctx; in srtp_create()
1455 ctx = (srtp_ctx_t *) crypto_alloc(sizeof(srtp_ctx_t)); in srtp_create()
/external/chromium_org/third_party/libsrtp/srtp/
DCHANGES198 srtp_ctx_t structure. This hides the library internals.
/external/srtp/
DChanges198 srtp_ctx_t structure. This hides the library internals.
/external/srtp/test/
Dsrtp_driver.c522 srtp_ctx_t *srtp; in srtp_rejections_per_second()
/external/chromium_org/third_party/libsrtp/srtp/test/
Dsrtp_driver.c560 srtp_ctx_t *srtp; in srtp_rejections_per_second()