Searched refs:aMethod (Results 1 – 2 of 2) sorted by relevance
115 ns_auth_t **aMethod = NULL, **aNext = NULL; in __ns_ldap_self_gssapi_config() local152 (void ***)&aMethod, &errp)) != NS_LDAP_SUCCESS) { in __ns_ldap_self_gssapi_config()157 if (aMethod) in __ns_ldap_self_gssapi_config()158 (void) __ns_ldap_freeParam((void ***)&aMethod); in __ns_ldap_self_gssapi_config()164 if (cLevel == NULL || aMethod == NULL) { in __ns_ldap_self_gssapi_config()167 if (aMethod) in __ns_ldap_self_gssapi_config()168 (void) __ns_ldap_freeParam((void ***)&aMethod); in __ns_ldap_self_gssapi_config()178 for (aNext = aMethod; *aNext != NULL; aNext++) { in __ns_ldap_self_gssapi_config()194 if (aMethod) in __ns_ldap_self_gssapi_config()195 (void) __ns_ldap_freeParam((void ***)&aMethod); in __ns_ldap_self_gssapi_config()
1491 ns_auth_t *aMethod, in __s_api_getDefaultAuth() argument1508 if (aMethod == NULL) { in __s_api_getDefaultAuth()1517 aMethod->saslmech != NS_LDAP_SASL_GSSAPI) in __s_api_getDefaultAuth()1524 (*authp)->auth = *aMethod; in __s_api_getDefaultAuth()1526 switch (aMethod->type) { in __s_api_getDefaultAuth()1534 if ((aMethod->saslmech == NS_LDAP_SASL_DIGEST_MD5) || in __s_api_getDefaultAuth()1535 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)) { in __s_api_getDefaultAuth()1538 } else if (aMethod->saslmech != NS_LDAP_SASL_GSSAPI) { in __s_api_getDefaultAuth()1544 if ((aMethod->tlstype == NS_LDAP_TLS_SIMPLE) || in __s_api_getDefaultAuth()1545 ((aMethod->tlstype == NS_LDAP_TLS_SASL) && in __s_api_getDefaultAuth()[all …]