Home
last modified time | relevance | path

Searched refs:auth_allow_check (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_plugin.h259 SOFIAPUBFUN int auth_allow_check(auth_mod_t *am, auth_status_t *as);
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_plugin.h259 SOFIAPUBFUN int auth_allow_check(auth_mod_t *am, auth_status_t *as);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/
H A Dauth_module.c580 if (auth_allow_check(am, as)) in auth_method_basic()
646 as->as_allow = as->as_allow || auth_allow_check(am, as) == 0; in auth_method_digest()
1231 int auth_allow_check(auth_mod_t *am, auth_status_t *as) in auth_allow_check() function
H A Dauth_plugin_ntlm.c133 as->as_allow = as->as_allow || auth_allow_check(am, as) == 0; in auth_method_ntlm()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/
H A Dauth_module.c580 if (auth_allow_check(am, as)) in auth_method_basic()
646 as->as_allow = as->as_allow || auth_allow_check(am, as) == 0; in auth_method_digest()
1231 int auth_allow_check(auth_mod_t *am, auth_status_t *as) in auth_allow_check() function
H A Dauth_plugin_ntlm.c133 as->as_allow = as->as_allow || auth_allow_check(am, as) == 0; in auth_method_ntlm()