Searched refs:srtp_stream_init_keys (Results 1 - 2 of 2) sorted by relevance

/external/srtp/include/
H A Dsrtp_priv.h174 * srtp_stream_init_keys(s, k) (re)initializes the srtp_stream_t s by
180 srtp_stream_init_keys(srtp_stream_t srtp, const void *key);
/external/srtp/srtp/
H A Dsrtp.c361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { function
516 err = srtp_stream_init_keys(srtp, p->key);

Completed in 72 milliseconds