Home
last modified time | relevance | path

Searched refs:zrtp_status_auth_fail (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_srtp_builtin.c1043 return zrtp_status_auth_fail; in zrtp_srtp_protect()
1051 return zrtp_status_auth_fail; in zrtp_srtp_protect()
1059 return zrtp_status_auth_fail; in zrtp_srtp_protect()
1067 return zrtp_status_auth_fail; in zrtp_srtp_protect()
1176 return zrtp_status_auth_fail; in zrtp_srtp_unprotect()
1183 return zrtp_status_auth_fail; in zrtp_srtp_unprotect()
1191 return zrtp_status_auth_fail; in zrtp_srtp_unprotect()
1215 return zrtp_status_auth_fail; in zrtp_srtp_unprotect()
1225 return zrtp_status_auth_fail; in zrtp_srtp_unprotect()
1330 return zrtp_status_auth_fail; in zrtp_srtp_protect_rtcp()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_error.h78 zrtp_status_auth_fail = 4, /** SRTP authentication failure */ enumerator