Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Dkey.h51 typedef struct key_limit_ctx_t *key_limit_t;
77 typedef struct key_limit_ctx_t { struct
80 } key_limit_ctx_t; argument
/external/srtp/include/
Dsrtp_priv.h226 key_limit_ctx_t *limit;
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch57 str->limit = (key_limit_ctx_t*) crypto_alloc(sizeof(key_limit_ctx_t));
Dvidyo-4-srtp-rtx.patch22 key_limit_ctx_t *limit;
/external/srtp/srtp/
Dsrtp.c116 str->limit = (key_limit_ctx_t*) crypto_alloc(sizeof(key_limit_ctx_t)); in srtp_stream_alloc()