Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Drtp.h88 srtp_ctx_t *srtp_ctx;
95 srtp_ctx_t *srtp_ctx;
Drtp_decoder.h63 srtp_ctx_t *srtp_ctx;
Dsrtp_driver.c887 srtp_ctx_t *srtp; in srtp_rejections_per_second()
/external/libsrtp2/include/
Dsrtp.h201 typedef struct srtp_ctx_t_ srtp_ctx_t; typedef
361 typedef srtp_ctx_t *srtp_t;
468 srtp_err_status_t srtp_protect_mki(srtp_ctx_t *ctx,
/external/libsrtp2/srtp/
Dsrtp.c1684 static srtp_err_status_t srtp_protect_aead(srtp_ctx_t *ctx, in srtp_protect_aead()
1847 static srtp_err_status_t srtp_unprotect_aead(srtp_ctx_t *ctx, in srtp_unprotect_aead()
2036 srtp_err_status_t srtp_protect(srtp_ctx_t *ctx, in srtp_protect()
2043 srtp_err_status_t srtp_protect_mki(srtp_ctx_t *ctx, in srtp_protect_mki()
2365 srtp_err_status_t srtp_unprotect(srtp_ctx_t *ctx, in srtp_unprotect()
2372 srtp_err_status_t srtp_unprotect_mki(srtp_ctx_t *ctx, in srtp_unprotect_mki()
2898 srtp_ctx_t *ctx; in srtp_create()
2905 ctx = (srtp_ctx_t *)srtp_crypto_alloc(sizeof(srtp_ctx_t)); in srtp_create()