Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcallbacks.h262 …thenticationRequestedCb)(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method);
H A Dtypes.h240 } LinphoneAuthMethod; typedef
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dregister_tester.c25 …uthentication_requested(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method) { in authentication_requested()
1117 …hentication_requested_2(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method) { in authentication_requested_2()
1148 …hentication_requested_3(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method) { in authentication_requested_3()
H A Dflexisip_tester.c1213 …tication_requested_good(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method) { in tls_authentication_requested_good()
1227 …ntication_requested_bad(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method) { in tls_authentication_requested_bad()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dvtables.c156 …otify_authentication_requested(LinphoneCore *lc, LinphoneAuthInfo *ai, LinphoneAuthMethod method) { in linphone_core_notify_authentication_requested()
H A Dcallbacks.c1099LinphoneAuthMethod method = info->mode == SalAuthModeHttpDigest ? LinphoneAuthHttpDigest : Linphon… in auth_failure()
1335LinphoneAuthMethod method = sai->mode == SalAuthModeHttpDigest ? LinphoneAuthHttpDigest : Linphone… in auth_requested()
H A Dprivate.h1905 …authentication_requested(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method);
H A Dlinphonecore_jni.cc1011 …authenticationRequested(LinphoneCore *lc, LinphoneAuthInfo *auth_info, LinphoneAuthMethod method) { in authenticationRequested()