Home
last modified time | relevance | path

Searched refs:allow_repeat_tx (Results 1 – 10 of 10) sorted by relevance

/external/libsrtp2/test/
Dsrtp_driver.c594 policy.allow_repeat_tx = 0; in main()
1463 stream->allow_repeat_tx ? "true" : "false"); in srtp_session_print_policy()
1504 stream->allow_repeat_tx ? "true" : "false"); in srtp_session_print_policy()
1688 policy.allow_repeat_tx = 0; in srtp_validate()
1856 policy.allow_repeat_tx = 0; in srtp_validate_gcm()
2013 policy.allow_repeat_tx = 0; in srtp_validate_encrypted_extensions_headers()
2134 policy.allow_repeat_tx = 0; in srtp_validate_encrypted_extensions_headers_gcm()
2250 policy.allow_repeat_tx = 0; in srtp_validate_aes_256()
2377 policy.allow_repeat_tx = 0; in srtp_test_empty_payload()
2453 policy.allow_repeat_tx = 0; in srtp_test_empty_payload_gcm()
[all …]
Ddtls_srtp_driver.c198 policy.allow_repeat_tx = 0; in test_dtls_srtp()
Drtpw.c450 policy.allow_repeat_tx = 0; in main()
508 policy.allow_repeat_tx = 0; in main()
Drtp_decoder.c502 policy.allow_repeat_tx = 0; in main()
/external/libsrtp2/fuzzer/
Dfuzzer.c447 uint8_t allow_repeat_tx; in extract_policy() member
461 params.allow_repeat_tx %= 2; in extract_policy()
518 policy->allow_repeat_tx = params.allow_repeat_tx; in extract_policy()
Dfuzzer.h38 uint8_t allow_repeat_tx; member
/external/libsrtp2/include/
Dsrtp_priv.h149 int allow_repeat_tx; member
Dsrtp.h336 int allow_repeat_tx; /**< Whether retransmissions of */ member
/external/libsrtp2/srtp/
Dsrtp.c531 str->allow_repeat_tx = stream_template->allow_repeat_tx; in srtp_stream_clone()
1266 if (p->allow_repeat_tx != 0 && p->allow_repeat_tx != 1) { in srtp_stream_init()
1270 srtp->allow_repeat_tx = p->allow_repeat_tx; in srtp_stream_init()
1752 if (status != srtp_err_status_replay_fail || !stream->allow_repeat_tx) { in srtp_protect_aead()
2227 !stream->allow_repeat_tx) in srtp_protect_mki()
/external/webrtc/pc/
Dsrtp_session.cc289 policy.allow_repeat_tx = 1; in DoSetKey()