Searched refs:cipher_get_key_length (Results 1 – 4 of 4) sorted by relevance
37 cipher_get_key_length
371 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()
191 cipher_get_key_length(const cipher_t *c);
69 cipher_get_key_length(const cipher_t *c) { in cipher_get_key_length() function