HomeSort by relevance Sort by last modified time
    Searched full:err_status_auth_fail (Results 1 - 6 of 6) sorted by null

  /external/srtp/crypto/include/
err.h 76 err_status_auth_fail = 7, /**< authentication failure */ enumerator in enum:__anon18745
  /external/srtp/test/
rtp.c 93 stat == err_status_auth_fail ? " (auth check failed)" : "");
srtp_driver.c 748 if (status != err_status_auth_fail) {
947 if (status != err_status_auth_fail) {
    [all...]
  /external/srtp/crypto/ae_xfm/
xfm.c 170 return err_status_auth_fail;
394 return err_status_auth_fail;
  /external/srtp/srtp/
srtp.c 825 return err_status_auth_fail;
1027 return err_status_auth_fail;
1030 return err_status_auth_fail;
    [all...]
  /external/srtp/include/
srtp.h 351 * - err_status_auth_fail if the SRTP packet failed the message
805 * - err_status_auth_fail if the SRTCP packet failed the message

Completed in 119 milliseconds