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

  /external/srtp/crypto/include/
cipher.h 191 cipher_get_key_length(const cipher_t *c);
  /external/srtp/srtp/
srtp.c 371 tmp_key, cipher_get_key_length(srtp->rtp_cipher));
379 int salt_len = cipher_get_key_length(srtp->rtp_cipher) - base_key_len;
389 cipher_get_key_length(srtp->rtp_cipher)));
420 tmp_key, cipher_get_key_length(srtp->rtcp_cipher));
428 int salt_len = cipher_get_key_length(srtp->rtcp_cipher) - base_key_len;
438 cipher_get_key_length(srtp->rtcp_cipher)));
    [all...]
  /external/srtp/crypto/cipher/
cipher.c 69 cipher_get_key_length(const cipher_t *c) { function

Completed in 143 milliseconds