Home
last modified time | relevance | path

Searched refs:auth_mod_getpass (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/
H A Dtest_auth_digest.c1274 apw = auth_mod_getpass(am, "user1", NULL); TEST_1(apw); in test_module_io()
1277 apw = auth_mod_getpass(am, "user2", NULL); TEST_1(apw); in test_module_io()
1286 apw = auth_mod_getpass(am, "user2", NULL); TEST_1(apw); in test_module_io()
1310 apw = auth_mod_getpass(am, "user2", NULL); TEST_1(apw); in test_module_io()
1318 apw = auth_mod_getpass(am, "user2", "realm"); TEST_1(apw); in test_module_io()
1322 apw = auth_mod_getpass(am, "user3", "realm"); TEST_1(apw); in test_module_io()
1335 apw = auth_mod_getpass(am, "user2", "realm"); TEST_1(apw == NULL); in test_module_io()
1338 apw = auth_mod_getpass(am, "user3", "realm"); TEST_1(apw); in test_module_io()
H A Dauth_module.c560 if (!(apw = auth_mod_getpass(am, userpass, as->as_realm))) in auth_method_basic()
728 apw = auth_mod_getpass(am, ar->ar_username, ar->ar_realm); in auth_check_digest()
846 auth_passwd_t *auth_mod_getpass(auth_mod_t *am, in auth_mod_getpass() function
H A Dauth_plugin_ntlm.c258 apw = auth_mod_getpass(am, ar->ar_username, ar->ar_realm);
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/
H A Dtest_auth_digest.c1274 apw = auth_mod_getpass(am, "user1", NULL); TEST_1(apw); in test_module_io()
1277 apw = auth_mod_getpass(am, "user2", NULL); TEST_1(apw); in test_module_io()
1286 apw = auth_mod_getpass(am, "user2", NULL); TEST_1(apw); in test_module_io()
1310 apw = auth_mod_getpass(am, "user2", NULL); TEST_1(apw); in test_module_io()
1318 apw = auth_mod_getpass(am, "user2", "realm"); TEST_1(apw); in test_module_io()
1322 apw = auth_mod_getpass(am, "user3", "realm"); TEST_1(apw); in test_module_io()
1335 apw = auth_mod_getpass(am, "user2", "realm"); TEST_1(apw == NULL); in test_module_io()
1338 apw = auth_mod_getpass(am, "user3", "realm"); TEST_1(apw); in test_module_io()
H A Dauth_module.c560 if (!(apw = auth_mod_getpass(am, userpass, as->as_realm))) in auth_method_basic()
728 apw = auth_mod_getpass(am, ar->ar_username, ar->ar_realm); in auth_check_digest()
846 auth_passwd_t *auth_mod_getpass(auth_mod_t *am, in auth_mod_getpass() function
H A Dauth_plugin_ntlm.c258 apw = auth_mod_getpass(am, ar->ar_username, ar->ar_realm);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_plugin.h172 auth_passwd_t *auth_mod_getpass(auth_mod_t *am,
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/sofia-sip/
H A Dauth_plugin.h172 auth_passwd_t *auth_mod_getpass(auth_mod_t *am,