HomeSort by relevance Sort by last modified time
    Searched refs:err_status_replay_fail (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
rdb.c 85 return err_status_replay_fail;
rdbx.c 274 return err_status_replay_fail;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
err.h 78 err_status_replay_fail = 9, /**< replay check failed (bad index) */ enumerator in enum:__anon17442
  /external/chromium_org/third_party/libsrtp/srtp/test/
replay_driver.c 108 if ((err != err_status_replay_old) && (err != err_status_replay_fail)) {
rtp.c 132 stat == err_status_replay_fail ? " (replay check failed)" :
srtp_driver.c 771 if (status != err_status_replay_fail) {
974 if (status != err_status_replay_fail) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter_unittest.cc     [all...]
srtpfilter.cc 847 case err_status_replay_fail:
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 870 if (status != err_status_replay_fail || !stream->allow_repeat_tx)
    [all...]

Completed in 108 milliseconds