HomeSort by relevance Sort by last modified time
    Searched refs:srtp_stream_init_keys (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 174 * 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/include/
srtp_priv.h 174 * 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/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 437 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { function
664 err = srtp_stream_init_keys(srtp, p->key);
    [all...]
  /external/srtp/srtp/
srtp.c 361 srtp_stream_init_keys(srtp_stream_ctx_t *srtp, const void *key) { function
516 err = srtp_stream_init_keys(srtp, p->key);
    [all...]

Completed in 865 milliseconds