Home
last modified time | relevance | path

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

/external/libsrtp2/
Dsrtp.def53 srtp_cipher_get_key_length
/external/libsrtp2/crypto/include/
Dcipher.h176 int srtp_cipher_get_key_length(const srtp_cipher_t *c);
/external/libsrtp2/crypto/cipher/
Dcipher.c163 int srtp_cipher_get_key_length(const srtp_cipher_t *c) in srtp_cipher_get_key_length() function
/external/libsrtp2/srtp/
Dsrtp.c908 rtp_keylen = srtp_cipher_get_key_length(session_keys->rtp_cipher); in srtp_stream_init_keys()
909 rtcp_keylen = srtp_cipher_get_key_length(session_keys->rtcp_cipher); in srtp_stream_init_keys()
1009 srtp_cipher_get_key_length(session_keys->rtp_xtn_hdr_cipher); in srtp_stream_init_keys()