Searched refs:srtp_ctx_t (Results 1 – 7 of 7) sorted by relevance
62 srtp_ctx_t *srtp_ctx;69 srtp_ctx_t *srtp_ctx;
238 typedef struct srtp_ctx_t { struct241 } srtp_ctx_t; argument
249 typedef struct srtp_ctx_t *srtp_t;
40 struct srtp_ctx_t;41 typedef srtp_ctx_t* srtp_t;
597 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()
198 srtp_ctx_t structure. This hides the library internals.
522 srtp_ctx_t *srtp; in srtp_rejections_per_second()