Home
last modified time | relevance | path

Searched refs:srtp_ctx_t (Results 1 – 7 of 7) 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; argument
Dsrtp.h249 typedef struct srtp_ctx_t *srtp_t;
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dsrtpfilter.h40 struct srtp_ctx_t;
41 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/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()