Home
last modified time | relevance | path

Searched refs:cipher_get_key_length (Results 1 – 4 of 4) sorted by relevance

/external/srtp/
Dsrtp.def37 cipher_get_key_length
/external/srtp/srtp/
Dsrtp.c371 tmp_key, cipher_get_key_length(srtp->rtp_cipher)); in srtp_stream_init_keys()
379 int salt_len = cipher_get_key_length(srtp->rtp_cipher) - base_key_len; in srtp_stream_init_keys()
389 cipher_get_key_length(srtp->rtp_cipher))); in srtp_stream_init_keys()
420 tmp_key, cipher_get_key_length(srtp->rtcp_cipher)); in srtp_stream_init_keys()
428 int salt_len = cipher_get_key_length(srtp->rtcp_cipher) - base_key_len; in srtp_stream_init_keys()
438 cipher_get_key_length(srtp->rtcp_cipher))); in srtp_stream_init_keys()
/external/srtp/crypto/include/
Dcipher.h191 cipher_get_key_length(const cipher_t *c);
/external/srtp/crypto/cipher/
Dcipher.c69 cipher_get_key_length(const cipher_t *c) { in cipher_get_key_length() function