Lines Matching refs:rtp_auth
193 session_keys->rtp_auth == template_session_keys->rtp_auth) { in srtp_stream_dealloc()
195 } else if (session_keys->rtp_auth) { in srtp_stream_dealloc()
196 status = srtp_auth_dealloc(session_keys->rtp_auth); in srtp_stream_dealloc()
339 p->rtp.auth_type, &session_keys->rtp_auth, p->rtp.auth_key_len, in srtp_stream_alloc()
485 session_keys->rtp_auth = template_session_keys->rtp_auth; in srtp_stream_clone()
1116 srtp_auth_get_key_length(session_keys->rtp_auth)); in srtp_stream_init_keys()
1124 tmp_key, srtp_auth_get_key_length(session_keys->rtp_auth))); in srtp_stream_init_keys()
1127 stat = srtp_auth_init(session_keys->rtp_auth, tmp_key); in srtp_stream_init_keys()
1553 tag_len = srtp_auth_get_tag_length(stream->session_keys[0].rtp_auth); in srtp_get_session_keys()
1724 tag_len = srtp_auth_get_tag_length(session_keys->rtp_auth); in srtp_protect_aead()
1875 tag_len = srtp_auth_get_tag_length(session_keys->rtp_auth); in srtp_unprotect_aead()
2163 tag_len = srtp_auth_get_tag_length(session_keys->rtp_auth); in srtp_protect_mki()
2296 prefix_len = srtp_auth_get_prefix_length(session_keys->rtp_auth); in srtp_protect_mki()
2332 status = srtp_auth_start(session_keys->rtp_auth); in srtp_protect_mki()
2337 status = srtp_auth_update(session_keys->rtp_auth, (uint8_t *)auth_start, in srtp_protect_mki()
2344 status = srtp_auth_compute(session_keys->rtp_auth, (uint8_t *)&est, 4, in srtp_protect_mki()
2492 tag_len = srtp_auth_get_tag_length(session_keys->rtp_auth); in srtp_unprotect_mki()
2591 if (session_keys->rtp_auth->prefix_len != 0) { in srtp_unprotect_mki()
2592 prefix_len = srtp_auth_get_prefix_length(session_keys->rtp_auth); in srtp_unprotect_mki()
2602 status = srtp_auth_start(session_keys->rtp_auth); in srtp_unprotect_mki()
2607 status = srtp_auth_update(session_keys->rtp_auth, (uint8_t *)auth_start, in srtp_unprotect_mki()
2611 status = srtp_auth_compute(session_keys->rtp_auth, (uint8_t *)&est, 4, in srtp_unprotect_mki()
2771 return srtp_auth_get_tag_length(s->rtp_auth);
3021 (stream->session_keys[0].rtp_auth != in update_template_streams()
3022 session->stream_template->session_keys[0].rtp_auth)) { in update_template_streams()
4569 *length += srtp_auth_get_tag_length(session_key->rtp_auth); in stream_get_protect_trailer_length()