OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:err_status_auth_fail
(Results
1 - 8
of
8
) sorted by null
/external/srtp/crypto/include/
err.h
76
err_status_auth_fail
= 7, /**< authentication failure */
enumerator in enum:__anon23405
/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/webrtc/talk/session/media/
srtpfilter_unittest.cc
[
all
...]
srtpfilter.cc
868
case
err_status_auth_fail
:
885
case
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 1016 milliseconds