Home
last modified time | relevance | path

Searched refs:ssrc_any_inbound (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/pc/
Dsrtp_session.cc154 return SetKey(ssrc_any_inbound, cs, key, len, extension_ids); in SetRecv()
161 return UpdateKey(ssrc_any_inbound, cs, key, len, extension_ids); in UpdateRecv()
/external/libsrtp2/fuzzer/
Dfuzzer.h174 { ssrc_any_inbound, "ssrc_any_inbound" },
/external/libsrtp2/test/
Ddtls_srtp_driver.c195 policy.ssrc.type = ssrc_any_inbound; in test_dtls_srtp()
Dsrtp_driver.c1136 rcvr_policy->ssrc.type = ssrc_any_inbound; in srtp_test()
1141 rcvr_policy->ssrc.type = ssrc_any_inbound; in srtp_test()
1350 rcvr_policy->ssrc.type = ssrc_any_inbound; in srtcp_test()
2647 policy.ssrc.type = ssrc_any_inbound; in srtp_test_update()
2739 policy.ssrc.type = ssrc_any_inbound; in srtp_test_update()
2756 policy.ssrc.type = ssrc_any_inbound; in srtp_test_update()
Drtp_decoder.c657 dcdr->policy.ssrc.type = ssrc_any_inbound; in rtp_decoder_init()
/external/cronet/testing/libfuzzer/fuzzers/
Dlibsrtp_fuzzer.cc98 policy.ssrc.type = ssrc_any_inbound; in Environment()
/external/libsrtp2/include/
Dsrtp.h250 ssrc_any_inbound = 2, /**< Indicates any inbound SSRC value */ enumerator
/external/libsrtp2/srtp/
Dsrtp.c2873 case (ssrc_any_inbound): in srtp_add_stream()
3136 case (ssrc_any_inbound): in srtp_update_stream()