Home
last modified time | relevance | path

Searched refs:srtp_key_limit_ctx_t (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/crypto/include/
Dkey.h55 typedef struct srtp_key_limit_ctx_t *srtp_key_limit_t;
79 typedef struct srtp_key_limit_ctx_t { struct
82 } srtp_key_limit_ctx_t; argument
/external/libsrtp2/include/
Dsrtp_priv.h130 srtp_key_limit_ctx_t *limit;
/external/libsrtp2/srtp/
Dsrtp.c370 session_keys->limit = (srtp_key_limit_ctx_t *)srtp_crypto_alloc( in srtp_stream_alloc()
371 sizeof(srtp_key_limit_ctx_t)); in srtp_stream_alloc()