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

  /external/srtp/srtp/
srtp.c 99 &str->rtp_cipher,
159 cipher_dealloc(str->rtp_cipher);
177 if (!stream_template || stream->rtp_cipher != stream_template->rtp_cipher) {
178 status = cipher_dealloc(stream->rtp_cipher);
248 str->rtp_cipher = stream_template->rtp_cipher;
371 tmp_key, cipher_get_key_length(srtp->rtp_cipher));
376 if (srtp->rtp_cipher->type == &aes_icm) {
379 int salt_len = cipher_get_key_length(srtp->rtp_cipher) - base_key_len
    [all...]
  /external/srtp/include/
srtp_priv.h 218 cipher_t *rtp_cipher; member in struct:srtp_stream_ctx_t
  /external/srtp/test/
srtp_driver.c 999 stream->rtp_cipher->type->description,
1025 stream->rtp_cipher->type->description,
    [all...]

Completed in 155 milliseconds